Questions tagged [filesystems]

A file system (or filesystem) is a means to organize data expected to be retained after a program terminates by providing procedures to store, retrieve and update data, as well as manage the available space on the device(s) which contain it.

A file system (or filesystem) is a means to organize data expected to be retained after a program terminates by providing procedures to store, retrieve and update data, as well as manage the available space on the device(s) which contain it. A file system organizes data in an efficient manner and is tuned to the specific characteristics of the device. A tight coupling usually exists between the operating system and the file system. Some file systems provide mechanisms to control access to the data and metadata. Ensuring reliability is a major responsibility of a file system. Some file systems allow multiple programs to update the same file at nearly the same time.

1986 questions
0
votes
2 answers

Decrypting EFS w/o altering timestamp - possible?

I'd like to decrypt some EFS-encrypted files, but I do not know how to do that without altering the timestamp. When encrypting/decrypting files, the modified-time is set to the current time. I'd like to preserve the original timestamp, as the file…
grojo
  • 429
  • 1
  • 7
  • 18
0
votes
1 answer

Linux create file system with nonexisting owner/group for foreign (embedded) system

I want to create a file system image for a foreign Linux system on a local Linux. First of all, the foreign system could have different CPU architecture, such as ARM, MIPS, rather than my local PC Linux host. And it does not currently support…
Robin Hsu
  • 103
  • 4
0
votes
2 answers

Logical Volume /dev/centos/root is extended but /dev/mapper/centos-root is not

New to Linux Fileservers and trying to extend /dev/mapper/centos-root This is a test server The Logical Volume /dev/centos/root is 27.99GB large: --- Logical volume --- LV Path /dev/centos/root LV Name root …
user2827958
  • 221
  • 2
  • 7
  • 15
0
votes
2 answers

Cant access Windows Server via NetBIOS but FQDN works

2 Windows 10 machines. Machine1 can access \\Server1 via NetBIOS. Machine2 can not. However Machine2 can access \\Server2 via NetBIOS and Machine1 can not. If you use the FQDN it works without issue for both. Machine1 and Machine2 can ping both…
0
votes
1 answer

how to create ramfs or tmpfs that won't be existed after reboot?

For security reasons I want to setup a temporary directory or partition that will be removed if the system rebooted or in case of power outage. I tried to create a tmpfs but the files where there after reboot, is there any other option?
Yossi
  • 103
  • 4
0
votes
0 answers

zombie file under linux

When trying to unininstall cups from a linux machine some kind of "schrödingers file" was left behind: ls shows it, but otherwise its not there. System is ubuntu 17.10 / kernel 4.13, filesystem is BTRFS raid1 on 2 devices. Here's a shell snippet…
kiney
  • 1
  • 1
0
votes
3 answers

Union multiple mounts to a single point, but keep them all read write

I've got over 1,000 directories, spread out over 6 servers. Technically they are home folders. It's guaranteed that there will never be any duplicate folder names. What I'd like to do is to mount them (NFS or SSHFS) to a 7th server and merge them…
Nick
  • 287
  • 1
  • 10
0
votes
1 answer

CentOS: eror when removing file: "rm: cannot remove '.viminfo': No such file or directory"

I have a file named .viminfo in home directory. I can see that the file is there by ls -lh: $ ls lh ... drwxr-xr-x. 2 mt1022 1091 4.0K Oct 12 2016 .vim -?????????? ? ? ? ? ? .viminfo -rw-r--r--. 1 mt1022 1091 305 Nov…
mt1022
  • 101
  • 4
0
votes
2 answers

Postgresql "Could not determine cluster encoding"

Background: I was migrating a system from one Ubuntu host to another and along with it a Postgresql database. Unfortunately I don't have access to the original server any longer and the backup file that I was going to use has corrupted. I have been…
eageranalyst
  • 111
  • 3
0
votes
0 answers

How to recover [unknown] disk from LVM2 on Proxmox

On my server, i have 5 disks. The disks are configured as follows: Raid 1 (Disk 1 + Disk 2) [320gb each] - Proxmox installed Raid 1 (Disk 3 + Disk 4) [1tb each] + HDD (Disk 5) [1tb] = totalizing 1.82tb grouped - Proxmox Storage LVM-thin The disks…
0
votes
0 answers

Resize (enlarge) filesystem to partition size

I've got an 16GB SD card with Raspbian on it. $ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 8.0 (jessie) Release: 8.0 Codename: jessie There are (as usual) two partitions on the…
exilit
  • 151
  • 1
  • 5
0
votes
1 answer

glusterfs client mount point fails with 'Client quorum is not met'

Assume a basic replica 3 arbiter 1 configuration, glusterfs-server 4.0.2 and glusterfs-client 4.0.2. glusterfs-client is installed on Ubuntu 18.04. In order to verify that write / read ops are permitted when one storage node is down as stated in…
0
votes
1 answer

Tool to track folder changes recursively in ubuntu 16.04

Is there any tool with which I would be able to track any changes happening recursively inside a particular folder? I have used inotifytools and fswatch but both are hitting the server performance because the folder I am watching is having a size…
0
votes
1 answer

How to verify checksum after copying 2 TB of 6 million files over USB?

I have a situation where I need to move over 2 TB of data from one server to another server in another data center. There are over 6 million files to copy. The plan is to move data in phases. For example, as the first phase, copy data older than a…
screenslaver
  • 111
  • 3
  • 14
0
votes
2 answers

File system keeps becoming read-only

After working for a while, my filesystem (EXT4) becomes read-only. I then use my live USB to boot into live mode and I run fsck on the corrupted partition (and others too, to be safe). I run fsck -y and it does fix all errors on the problematic…
sanjeev mk
  • 101
  • 1
  • 1