Top "Ext4" questions

Ext 4 is a linux filesystem.

What does this Linux kernel trace mean?

I’m running a linux server at home which is mostly a file and e-mail server and a digital video …

linux-kernel trace ext4
Changing a partition with fdisk shows a warning like "partition#x contains ext4-signature"

I'm shrinking a partion size with #Reduce Partition Size fsck -f /dev/sdb2 resize2fs /dev/sdb2 -M -p #Limit …

filesystems partitioning partition ext4
Is rename() without fsync() safe?

Is it safe to call rename(tmppath, path) without calling fsync(tmppath_fd) first? I want the path to always …

linux rename ext4 fsync
Recover files deleted with rsync -avz --delete

Is it possible to recover files deleted with rsync -avz --delete? If it is, what are some suggested tools to …

linux rsync ubuntu-11.10 ext4
How to durably rename a file in POSIX?

What's the correct way to durably rename a file in a POSIX file system? Specifically wondering about fsyncs on the …

directory posix rename ext4 fsync
EC2 Instance, mount volume DOS/MBR boot sector

I'm trying to mount the main /dev/sda1 volumen from an EC2 instance, to a new one, but I have …

ubuntu amazon-ec2 ubuntu-server ext4
What is the maximum number of subdirectories allowed in Ext4?

I am considering moving my ext3 partition to ext4 in order to overcome the 32000 subdirectory limit. I have seen two …

linux filesystems ext4
Optimal number of files per directory vs number of directories for EXT4

I have a program that produces large number of small files (say, 10,000 files). After they are created, another script accesses …

linux ext4