30Sep/090
Learning Linux part 6/15: Linux filesystem
This part is a short flight through the filesystem of linux.
In short, the filesystem controls the way how files are organised on the disk.
To describe how this works, I will try to explain some of the process when a file gets accessed.
In order to access a file, the operating system needs the full path of the file.
3Jun/080
Tweak your ext3 filesystem
For an excellent howto about how to tweak your ext3 filesystem, read :
http://ubuntuforums.org/showthread.php?t=107856
I know it's a short post