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
1 answer
743 views

FAT isn't meant to record file access time, but the FAT filesystem I have in a VeraCrypt container file does. Why is this? This was before I opened the file /run/media/veracrypt1/test: ~ $ stat /run/...
EmmaV's user avatar
  • 4,433
3 votes
2 answers
684 views

I have a HDD with an un-allocated section, likely reserved to later add a partition for backups. I want to know if there is data in said section, or if i can flatten it. A few years ago some windows ...
Teck-freak's user avatar
0 votes
1 answer
67 views

I've got a problem with overlayroot in conjunction with Debian13 (everything was fine under Debian12) The issue can be reproduced within a VM and a fresh installation of Debian12 or Debian13 ...
Seven's user avatar
  • 103
3 votes
1 answer
336 views

I have an Asus ExpertBook P5. I've had Fedora installed on my laptop for the past couple of days. I've found that when the system is suspended, while I can log in after it wakes up, I am unable to ...
ProgrammingLlama's user avatar
0 votes
1 answer
67 views

Is there on Linux any mount options or anything else (that I can specify in /etc/fstab) that prevent the possibility for a filesystem to be remounted via mount -o remount,... ? For example, let's ...
Morix Dev's user avatar
  • 143
1 vote
0 answers
29 views

I am confronted with the following situation: I have had a Manjaro System on my ASUS Vivobook installed for the past 2 years. On that, I was tidying up my external hard drive last February. In the ...
RadioActive's user avatar
1 vote
0 answers
47 views

I had the idea to compare the system clock with the data of the last superblock update when booting (as traditional UNIX systems did). However it seems the superblock (or at least it's write time) is ...
U. Windl's user avatar
  • 1,777
3 votes
1 answer
95 views

In my case, there are two NASes that I want some very large files written to, one with a fast connection and small storage, and another with a slower connection but large storage (let’s call them NAS ...
Owlguy's user avatar
  • 33
4 votes
2 answers
1k views

My disk is partitioned like this: # fdisk -l /dev/nvme0n1 Device Start End Sectors Size Type /dev/nvme0n1p1 2048 411647 409600 200M EFI System /dev/nvme0n1p2 ...
Rodion Iskhakov's user avatar
2 votes
2 answers
125 views

In my current setup, I have three different filesystems on two different SSDs: A FAT partition and a BTRFS partition on one drive, and ext4 on a second drive. When running fstrim, the output is ...
Hari's user avatar
  • 202
0 votes
0 answers
55 views

Is there any extension of linux filesystems that can solve uri paths in terminal to avoid doing things like: cat https://example.com/file.txt cat file:///some-file-path/file.txt instead of curl -vs ...
arthur.afarias's user avatar
0 votes
0 answers
66 views

I currently use freefilesync on ubuntu 24.04 to back up my data. A couple of months ago I started to get errors on the external backup disk that a quick (and ineffective) look didn't resolve so I just ...
KeithW's user avatar
  • 1
-3 votes
1 answer
108 views

My Linux Mint system reports that /var/log occupies 165 GB of space, but all subdirectories and files within it are small (total <100 MB). This is causing the root partition (/) to fill up, ...
Karol Król's user avatar
-5 votes
1 answer
82 views

On our RHEL 7.9 systems, we have noticed some strange behavior. Each machine has 4 disks, each with an 8TB capacity, but we are only using about 1.9TB on a partition. What doesn’t make sense is that ...
yael's user avatar
  • 14k
1 vote
1 answer
60 views

If there is some data in the file system does it has to be moved?
jarno's user avatar
  • 738
-2 votes
1 answer
1k views

I'm new to Linux (just over 1 month) and I’ve encountered a problem with my drive. I have the main drive (SSD) and a secondary drive (HDD). The HDD was working fine, but now I’m getting this error ...
PythoonNoob9000's user avatar
0 votes
1 answer
234 views

I accidentally changed the permissions of everything in my root directory with sudo chown -R martin:www-data / by hitting enter too early. I stopped this command is it starting throwing errors about /...
themartin's user avatar
0 votes
2 answers
280 views

I mounted /home/ubuntu/data to my volume /dev/vdb1. I made a mistake when I did this and I should have mounted /data instead. I don't have the space to move the data to a different partition ...
Archgan's user avatar
  • 11
0 votes
1 answer
173 views

Recently, I accidentally dragged my "Desktop" folder into another folder (/home/[name]/Programs/). I have been trying to return the Desktop folder to its proper place, /home/[name]/. However,...
AnuraTek's user avatar
3 votes
3 answers
937 views

My problem is to decode the output of the command file -s /dev/sdX on my system (where /dev/sdX is the device file associated to a USB key). Below I'll show the output of the command file -s /dev/sdX ...
User051209's user avatar
0 votes
0 answers
70 views

I am using Parrot OS and doing just regular stuff (web surfing etc) and encounter this error. It is a File system error but could not figure out what this mean and how to resolve it. This is my first ...
Hammad's user avatar
  • 1
2 votes
1 answer
69 views

I have a large slow HDD and a small fast SSD. This is about reads not RAID. My desktop grinds to a near-halt when switching back to Firefox or man pages after (re/un)-loading 12+ GiB of Linux kernel ...
Daniel T's user avatar
  • 232
2 votes
0 answers
66 views

When writing a large (10GB) file to an HDD, I'm considering two approaches for writing the data: Pre-allocate: Create a 10GB file upfront and then write data sequentially (e.g., using fallocate on ...
Long Bùi Hải's user avatar
0 votes
1 answer
62 views

I'm stuck trying to run Linux in QEMU with a few requirements. Any help or ideas is greatly appreciated! My goal, the problem, and how I setup everything up is shown below. Goal I am trying to setup ...
CorkiMain's user avatar
2 votes
1 answer
123 views

Inode usage go from 1 to 100% on a single file creation in a raid array on Debian. First, clean boot, then: sudo cryptsetup luksOpen /dev/RaidVG/LVMVol CVol sudo mount /dev/mapper/CVol /mnt/raid/ ...
Alicya Ambre's user avatar

1
2 3 4 5
85