Inode: A unique identifier used to store the metadata of a file or directory in a Linux file system. Not including file name: The inode stores information like ownership, permissions, file size, ...
It started with a phone call. Could we build a Linux box that would mount and read a DEC drive and make the data available to NT workstations via Samba? The answer was “I'll have to get back to you.” ...
Inode Depletion Incident. Inode depletion is an incident that occurs when the number of available inodes on a file system is exhausted. Inodes are data structures used to store information about each ...
While the average Unix user is generally satisfied by the date/time stamps that he sees when using the ls -l command, it is sometimes useful to remember that there are actually several time stamps ...
Some files on a Linux system can appear in more than one location. Follow these instructions to find and identify these "identical twins" and learn why hard links can be so advantageous. Identifying ...
A lot of information is available about individual files on a Unix system. For example, the ls -l command will display the permissions matrix and ls -i will display a file’s inode. But, if we want to ...
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 ...