Skip to main content

Questions tagged [filesystems]

A filesystem is a way to organize and store computer files with their data.

Filter by
Sorted by
Tagged with
0 votes
2 answers
284 views

On my yocto distribution I can't mount USB key with exfat filesystem. If I execute the command: > blkid /dev/sda /dev/sda: LABEL="my-label" UUID="FC4D-5949" BLOCK_SIZE=&...
User051209's user avatar
0 votes
1 answer
122 views

One issue that I ran into when making a custom database, without creating an entire block-chain based filesystem from scratch, is deletion and insertion from/to the middle. It's easy to many a binary ...
B''H Bi'ezras -- Boruch Hashem's user avatar
0 votes
0 answers
60 views

So recently i have been having installing many stuff related to coding and saw that my /dev/nvmeC/ is getting where all the applications are getting installed. So I was thinking of increasing its ...
Prathamesh Patil's user avatar
0 votes
1 answer
268 views

I am thinking on using btrfs for a data volume with many small files. It is unclear, what the doc states about the minimal possible block size. It looks, they and we are on a very different edges of ...
peterh's user avatar
  • 10.5k
6 votes
1 answer
1k views

I have a novel filesystem in mind, but the structure makes it impossible to implement more than one hard link to each inode. ("." and ".." are handled differently.) It is not ...
fadedbee's user avatar
  • 1,133
1 vote
1 answer
88 views

When booting off an .iso for linux distros there's usually first a screen where you can select how you want to install, and then a guided installer if you're using one of the more user friendly ...
rhett a's user avatar
  • 11
-1 votes
1 answer
71 views

The description for the -d option of the lsblk utility says the following: -d, --nodeps Do not print holder devices or slaves. For example, lsblk --nodeps /dev/sda prints information about the sda ...
Kiki Miki's user avatar
2 votes
1 answer
85 views

So the issue is curious. Something or some service is changing the entire domain directory of a website (yes, only one of hundreds) to immutable attribute. Manually one would use chattr to do this, ...
pcdoc's user avatar
  • 21
3 votes
0 answers
117 views

time touch /tmp/test.dat real 0m1.03s user 0m0.00s sys 0m1.02s A full second of sys-mode time to create a file in /tmp. That can become unbearable for ksh scripts that open dozens of files ...
Paul W's user avatar
  • 183
1 vote
1 answer
409 views

I have a debian host configured as a NAS using 6 disks in a RAID 5 setup. The current configuration is as follows: # mdadm -D /dev/md0 /dev/md0: Version : 1.2 Creation Time : Fri Mar ...
Frederik Hoeft's user avatar
0 votes
3 answers
215 views

I am currently installing SuSE Linux 15. I wish to secure this system against Disk failure hence opted to configure software RAID 1 on disk1 (sda) and disk2 (sdb). Basically during installation ...
Sachin H's user avatar
  • 171
2 votes
1 answer
580 views

While creating an install USB disk, I made the trivial error of indicating the wrong device, and ended up overwriting the initial few hundred megabytes of a 230 GB disk. The data was not extremely ...
Pietro Battiston's user avatar
0 votes
1 answer
94 views

If I am root in can run the command mount -o remount,ro /data. However I can not do it in my user session without using sudo. I tried to modify my fstab : LABEL=DATA   /data        ext4  auto,rw,users ...
void_brain's user avatar
-1 votes
1 answer
136 views

I created an AWS EC2 instance, and I am using the EC2 instance to maintain a database. I'm currently trying to perform some post-processing on my database (by quering my database in batches), but this ...
Joey's user avatar
  • 107
1 vote
0 answers
41 views

On Msys2 env.: $ cd /c/msys64/mingw64/lib/ $ ln -s libz.dll.a libzlib.dll.a But confusingly why ln command did copy instead of linking it symbolically ? $ ls -l libz* -rw-r--r-- 1 abdu None 108700 ...
Dumb's user avatar
  • 11
-1 votes
1 answer
443 views

Linux newbie here. Was reading about the Linux filesystem and came across the directories /mnt and /media. AFAIK, they're both used for mounting, and I heard /media was the "new" one and it ...
blockchain200's user avatar
0 votes
2 answers
197 views

I've got a Western Digital Technologies, Inc. Elements 25A2. This is the way it introduces itself through the lsusb command. Unfortunately, I cannot format it. Through Gnome Disk Utility the command ...
AvyWam's user avatar
  • 113
0 votes
1 answer
66 views

The 3.0 Filesystem Hierarchy Standard mentions Linux hosts and the concept of a shareable file: "Shareable" files are those that can be stored on one host and used on others. "...
wrongbyte's user avatar
  • 101
0 votes
0 answers
53 views

I am not sure exactly what has happened and all I can find is how to change the default file explorer. Even on this website I can't open the file browser to upload images. I also cannot save images to ...
Jordan Rhea's user avatar
1 vote
1 answer
104 views

Just adding a bit of storage capacity on my Openmediavault storage server went wrong. What should I do to recover? Can you lead me? This is what I did: 1 /dev/md2 raid5 set created, went well 2 /dev/...
Chris's user avatar
  • 37
0 votes
1 answer
189 views

'Drive0' refers to the disk where system is installed. Can the immutable system be damaged (meaning can its filesystem that is mounted in read-only, not counting the files that are user accessible, be ...
infinitieunique's user avatar
0 votes
1 answer
369 views

I formatted my hard drive using the mkfs.exfat -n "HDD" /dev/sda1, but it is not recognized on macOS. If I do that on macOS, it is readable on Linux, but I want to be able to format on Linux ...
aljustiet's user avatar
1 vote
1 answer
110 views

I have a server that contains 2 disks working in RAID 1. It seems that one of the files has become corrupted. When I try to boot, I get Give root password for maintenance. When I enter root, I tried ...
Carl's user avatar
  • 11
1 vote
1 answer
188 views

Edit: I've posted an answer to the following below, but not accepted yet, in the hopes that someone will kindly provide me with a generic calculation for determining whether block group n will have a ...
genericuser99's user avatar
0 votes
0 answers
46 views

Linux (and UNIX) filesystems featuring journaling are there to prevent filesystem corruption (any maybe file corruption, too). Some of them have mount options to control the details of journaling, and ...
U. Windl's user avatar
  • 1,777

1
2
3 4 5
85