Skip to main content

Questions tagged [ext4]

ext4 (fourth extended filesystem) is a journalling file system for Linux, developed as the successor to ext3. Use this tag for question that are ext4 specific, generic file system related questions should use tag [filesystem]

Filter by
Sorted by
Tagged with
1 vote
1 answer
870 views

I have a virtual disk that is 86T in size with only 41% used. Th I have an 86T second drive connected to my virtual machine(VM) as /dev/vdb1. The volume is fine, but when I attempt to mount the ext4 ...
kentt's user avatar
  • 11
2 votes
0 answers
168 views

Unable to remount 5TB Hard Drive Problem Description I am using a Debian 12 Server with a RAID controller. The harddrives are all set up with their own Virtual drive in RAID0 JBOD. (so 8 Drives, each ...
morm's user avatar
  • 21
0 votes
1 answer
135 views

Where is the file path infromation stored on ext4 file systems, within partitions? Obviously, it's stored on the drive itself because the structure is on the device itself (i.e. folders stay folders ...
FourierFlux's user avatar
0 votes
2 answers
118 views

I have a couple of (clean) filesystems declared in my fstab with the noauto mount option set and fs_passno set to 2. For whatever reason (power failure, kernel panic, hard reset…), those filesystems ...
MC68020's user avatar
  • 8,665
1 vote
1 answer
62 views

Given any file on an ext4 filesystem, it is possible (using filefrag -v) to get the list of real offsets+lengths where that file is located on the underlying block device. Is it safe to open the ...
Elisa K. K.'s user avatar
0 votes
1 answer
641 views

My ext4 partition that had my whatsapp data had its entire folder deleted ( that is file / folder delete - no partition ). As I understand inodes have the metadata tree for files including their ...
user1874594's user avatar
0 votes
1 answer
252 views

Let's assume I was very unlucky and ran out of inodes in my ext4 filesystem but left with enough free space. Inode usage is 100%, but it has 50% disk free space. How can I resolve it?
firdavs's user avatar
  • 21
0 votes
2 answers
288 views

I have a RHEL 9 with an ext4 fs Device Boot Start End Sectors Size Id Type /dev/sdb1 2048 1258291199 1258289152 600G 83 Linux it has been requested it be ext4 with Inodes for ...
R.Merritt's user avatar
  • 103
8 votes
2 answers
2k views

Usually, block device drivers report correct size of the device, and it is possible to actually use all the "available" blocks. So, the filesystem knows how much it can write to such device ...
Elisa K. K.'s user avatar
0 votes
2 answers
8k views

I am looking for a method to read/write an ext4 partition from a Windows 10. Both partitions are on the same physical hard drive on a dual boot system. That means, that NFS wouldn't be sufficient. Are ...
Jensenmann's user avatar
1 vote
2 answers
133 views

A question was given to us by a lecturer: How many data blocks are needed to collect all the data in an EXT4 file system using inodes if the file size is 54 KB and there is a block size of 4KB. ...
Matej Vesel's user avatar
5 votes
2 answers
656 views

“Multiply claimed blocks” is an error reported by fsck when blocks appear to belong to more than one file. This causes data corruption since both files change when one of the files are written. But ...
PetaspeedBeaver's user avatar
2 votes
0 answers
37 views

I just encountered this most curious of errors: $ touch 3a59199733b83a8dba88b48c3f3c6fac05699ea8f1dd5ef7540ee57d64896d6d touch: cannot touch '...
Nobody's user avatar
  • 569
5 votes
1 answer
2k views

I wrote a Golang program to measure how long it takes to create 100 new files and read 100 existing files in a directory with 2k files vs a directory with 200k files: // Create 200k files in one ...
1f604's user avatar
  • 159
0 votes
0 answers
126 views

We have a video editing server split into two partitions. One for video footage and one for projects. On the projects partition there is totally 7TB of data and 250,000 files. Of these, 50,000 of them ...
swami's user avatar
  • 205
0 votes
0 answers
64 views

Filesystem: Ext4 I create separate files for each topic. I have thousands of files segregated into 2 or 3 levels of hierarchical broad categories. I would like to search for these files efficiently. ...
Porcupine's user avatar
  • 2,176
1 vote
2 answers
1k views

I am a Linux beginner, and am having a problem with a drive which disappears from lsblk periodically, and am stuck with how to proceed. The drive is an 240GB external USB SSD. Mounting the Drive Works ...
teeeeee's user avatar
  • 305
0 votes
1 answer
212 views

Due to an accident specifying a block device, the first 32GB of a 4TB ext4 filesystem on a SATA disk was overwritten by the dd command with the contents of a USB flash drive. fdisk -l /dev/sda reports ...
AbelianMemes's user avatar
0 votes
2 answers
338 views

I'm using Linux (Ubuntu) and I was told that I can use the method described below to clone the system's hard drive to another one - to plug into a new machine. (Without booting from a Live CD) It ...
Elisa K. K.'s user avatar
2 votes
1 answer
3k views

The drive that my /home folder lives on is showing signs of failing, and I'm trying to migrate to a new drive.  I purchased a 4TB SSD, formatted it with ext4, mounted it as an external drive with a ...
jyoung's user avatar
  • 117
0 votes
1 answer
489 views

TL;DR partition table (?) potentially messed up by windows disk management on drive containing both NTFS data partition and EXT4 filesystem. Fairly certain zero or almost zero data was lost. testdisk ...
protoncookie's user avatar
0 votes
0 answers
76 views

I've got a "1000GB SSD" after creating partition (aligned to 2048) I'm down to sdd 8:48 0 931.5G 0 disk └─sdd1 8:49 0 931.5G 0 part which is fine, because 1GB means 1000bytes ...
Eva4684's user avatar
0 votes
1 answer
1k views

How can I resize some partitions on a disk where there are other partitions before and after it? I've found plenty of guides on the Internet about how to resize a partition (eg with parted), but they ...
Michael Altfield's user avatar
0 votes
1 answer
122 views

According to Debian Ext2/3/4 filesystems are upgradeable to Btrfs; however, upstream recommends backing up the data, creating a pristine btrfs filesystem with wipefs -a and mkfs.btrfs, and restoring ...
Evan Carroll's user avatar
  • 35.2k
1 vote
1 answer
103 views

I have an arch linux with ext4 partition I had a working system and decided to make some backups Here's what I've did: Installed timeshift After opening it I've decided to install btrfs-progs (I was ...
Masafi's user avatar
  • 13

1
2
3 4 5
21