HOME
|
Displaying entries 1-2 of 3 LVMvgcreate -v pig /dev/hda3 /dev/hdc1 /dev/hdd1
lvcreate -L1T -npig pig mkfs.ext3 /dev/pig/pig tune2fs -c0 -i0 -r0 /dev/pig/pig ext3This is a quick list for creating an ext3 filesystem.
For barrier=1 a kernel 2.6.17 or newer is needed. After the usual fdisk stuff we do this:
And this line is for our fstab:
If you have already an ext3 and want to add directory indexing for more speed you have to do this:
after mounting with barrier=1 check your logs. If it doesn't work use hdparm to disable caching of your harddrive. |