Linux Storage: Filesystems Introduction In this article, our focus is files and filesystems. The UNIX philosophy of 'everything is a file' continues to hold true in Linux. Although it's not an absolute rule, most resources in Linux are treated as files. Linux
How To Find Out Hard Disk Specs / Details on Linux Linux comes with various commands to find out information about your hard drive. I recommend hdparm command, which provides a command-line interface to various hard disk ioctls supported by the stock Linux ATA/IDE device driver subsystem. This command reads/request identification information such as disk size, description, and much more directly from the drive, which is displayed in a new expanded format. Let us see various Linux disk info commands to print hard disk drive details on screen. Linux Linux Utilities