System information

Note: Determining the UUID and Label of a Particular Device
To determine the UUID and—if the device uses it—the label of a particular device, use the
bl ki d command in the following form:
bl ki d device
For example, to display information about /d ev/sd a3, type:
~]# bl ki d /d ev/sd a3
/dev/sda3: LABEL="home" UUID="34795a28-ca6d-4fd8-a347-73671d0c19cb"
TYPE="ext3"
18.2.1. Specifying t he File Syst em T ype
In most cases, mo unt detects the file system automatically. However, there are certain file systems,
such as NFS (Network File System) or C IFS (Common Internet File System), that are not recognized,
and need to be specified manually. To specify the file system type, use the mo unt command in the
following form:
mo unt -t type device directory
Table 18.1, “ Common File System Types provides a list of common file system types that can be
used with the mo unt command. For a complete list of all available file system types, consult the
relevant manual page as referred to in Section 18.4.1, “Manual Page Documentation .
T able 18.1. C o mmo n File Syst em T ypes
T ype Descrip t io n
ext2 The ext2 file system.
ext3 The ext3 file system.
ext4 The ext4 file system.
i so 9 6 6 0 The ISO 9 6 6 0 file system. It is commonly used by optical media, typically
CDs.
jfs The JFS file system created by IBM.
nfs The NFS file system. It is commonly used to access files over the network.
nfs4 The NFSv4 file system. It is commonly used to access files over the network.
ntfs The NT FS file system. It is commonly used on machines that are running the
Windows operating system.
ud f The UD F file system. It is commonly used by optical media, typically DVDs.
vfat The FAT file system. It is commonly used on machines that are running the
Windows operating system, and on certain digital media such as USB flash
drives or floppy disks.
See Example 18.2, “ Mounting a USB Flash D rive” for an example usage.
Examp le 18.2. Mo u n t in g a U SB Flash Drive
Chapt er 1 8 . Using t he mount Command
135