News

Question, on a 2TB drive how much space is wasted by using normal amount of inodes instead of largefile or largefile4, I created my filesystems with normal but I only have files in the 100MB to ...
Inodes are data structures, but they are usually stored on a disk and read into memory for reference and modification. Looking at the inode data structure it's easy to see why 96KB is important. The ...
Symbolic links (symlinks) also allow you to refer to the same file in multiple locations. The difference is that, while hard links reference inodes, soft links reference other files by filename. You ...
I bought some new kit for a Linux HTPC. It has a 320g as one of its drives. Last night Debian formatted the drive and I didn't think of the bytes-per-inode setting since I figured it would ...