Questions tagged [ext3]

ext3 is the default file system for many Linux distributions.

ext3 offers many features as a file system - journaling as well as very efficient directory indices.

283 questions
15
votes
5 answers

How do I list a file's data blocks on Linux?

As I understand it, each file on a Unix-like operating system has an inode number (which can be viewed with "ls -i"), and each inode is a list of disk blocks that contain the actual data of a file. Is there a Linux command which takes a filename as…
mike
  • 3,853
  • 11
  • 29
  • 27
15
votes
6 answers

What are the differences between ext3, ext4 , ReiserFS?

And why should I pick one instead of the other?
Andrea Ambu
  • 480
  • 1
  • 7
  • 13
14
votes
3 answers

Running out of memory running fsck on large filesystems

I look after an old Debian linux box (running etch) with only 512 MB of RAM, but a lot of external storage attached. One ext3 filesystem is 2.7 TB in size, and fsck can't check it, because it runs out of memory, with an error such as this one: …
TimB
  • 1,430
  • 2
  • 15
  • 19
14
votes
2 answers

Should we mount with data=writeback and barrier=0 on ext3?

We've been running a server on a VM at a hosting company, and have just signed up for a dedicated host (AMD Opteron 3250, 4 cores, 8GB RAM, 2 x 1TB in software RAID, ext3). While running performance tests, we noticed that some SQLite transations…
NeilB
  • 243
  • 1
  • 2
  • 9
13
votes
2 answers

Is post-sudden-power-loss filesystem corruption on an SSD drive's ext3 partition "expected behavior"?

My company makes an embedded Debian Linux device that boots from an ext3 partition on an internal SSD drive. Because the device is an embedded "black box", it is usually shut down the rude way, by simply cutting power to the device via an external…
Jeremy Friesner
  • 1,311
  • 1
  • 14
  • 25
12
votes
4 answers

What Windows ext3 driver should I use?

I understand that there are several alternatives for using/accessing ext2/ext3 in Windows, such as those described in a HOWTO Forge article and in a another article from a year ago. However, none of the listed items provide full read-write access…
Eddie
  • 11,332
  • 8
  • 36
  • 48
11
votes
10 answers

How does the number of subdirectories impact drive read / write performance on Linux?

I've got an EXT3 formatted drive on a Linux CentOS server. This is a web app data drive and contains a directory for every user account ( there are 25,000 users ). Each folder contains files that that user has uploaded. Overall, this drive has…
T. Brian Jones
  • 887
  • 3
  • 17
  • 29
11
votes
4 answers

mount: cannot remount block device /dev/sda5 read-write, is write-protected

Everything is working as usual except the disk is read-only and don't want to change back. thanks. root@NODE02:/tmp# df . Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda5 461490504 179502128 258545928 41%…
Marc Riera
  • 1,587
  • 4
  • 21
  • 38
11
votes
6 answers

How do I get transparent, efficient, file system snapshotting or versioning on ext3/4?

I've long thought about versioning file systems. This is a killer feature and I've looked at Wayback, ext3cow, zfs, fuse solutions, or just cvs/svn/git overlays. I consider ext3cow the model for my requirements. Transparent, efficient, but I can do…
Dale Forester
  • 241
  • 2
  • 5
11
votes
1 answer

Best practices for choosing fs block size on ext3/4?

I never really pay block size much attention but obviously there can be benefits to choosing something other than the default. I am looking for a good "best practices" paper on choosing block size. Also, when used on top of LVM is it's performance…
CarpeNoctem
  • 2,397
  • 4
  • 23
  • 32
10
votes
1 answer

Is the Ext3 filename limited to 255 symbols or 255 bytes?

I cannot save the file with the name containing more than 127 Cyrillic UTF-8 symbols on my Ext3 filesystem. It is possible so save the files containing up to 255 English UTF-8 symbols though. So is there a limit on a number of bytes containing the…
v_2e
  • 329
  • 3
  • 11
10
votes
2 answers

Resizing lvm2 logical volume and file system: Exact sizes?

On my intranet server, I have a 100.00 GiB partition /dev/sda5, which I use as a physical volume for lvm2. It's the only physical volume in my volume group vg01. vg01 currently contains one logical volume lv01, using the full 100.00 GiB - well,…
Chris Lercher
  • 3,982
  • 9
  • 34
  • 41
9
votes
3 answers

DL380 G5, RAID5, ext3, RAID Failed

We have an old HP DL380G5 server, with 5 300GB SCSI 3.5'' disks in a RAID5 array, in an external bay, formatted as a logical volume with ext3 filesystem, that hosts 1.2 TB of sensitive clinical patients data. Two disks showed predictive failure in…
undernaut
  • 115
  • 2
9
votes
4 answers

ext3 fsck time versus partition size

I'm doing the setup for a large-scale storage farm, and to avoid the need for month-long fscks, my plan is to split the storage into numerous smaller filesystems (this is fine, as I have a well-bucketed file tree, so I can easily have separate…
womble
  • 95,029
  • 29
  • 173
  • 228
9
votes
5 answers

kernel: journal commit I/O error

I am having some problems with a Dell 1950 server. I am installing RHEL 4.6 along with Oracle and some other software on here. I am randomly getting an error message saying "kernel: journal commit I/O error" on my ssh session and on the monitor I…
jasondewitt
  • 193
  • 2
  • 3
  • 8
1
2
3
18 19