See *mount*(8), *blkid*(8) or *lsblk*(8) for more details about device identifiers.
-Note that *mount*(8) uses UUIDs as strings. The string representation of the UUID should be based on lowercase characters. But when specifying the volume ID of FAT or NTFS filesystems upper case characters are used (e.g UUID="A40D-85E7" or UUID="61DB7756DB7779B3").
+Note that *mount*(8) uses UUIDs as strings. The string representation of the UUID should be based on lowercase characters. But when specifying the volume ID of FAT or NTFS filesystems uppercase characters are used (e.g UUID="A40D-85E7" or UUID="61DB7756DB7779B3").
=== The second field (_fs_file_).
ISO 9660 is a standard describing a filesystem structure to be used on CD-ROMs. (This filesystem type is also seen on some DVDs. See also the _udf_ filesystem.)
-Normal _iso9660_ filenames appear in an 8.3 format (i.e., DOS-like restrictions on filename length), and in addition all characters are in upper case. Also there is no field for file ownership, protection, number of links, provision for block/character devices, etc.
+Normal _iso9660_ filenames appear in an 8.3 format (i.e., DOS-like restrictions on filename length), and in addition all characters are in uppercase. Also there is no field for file ownership, protection, number of links, provision for block/character devices, etc.
Rock Ridge is an extension to iso9660 that provides all of these UNIX-like features. Basically there are extensions to each directory record that supply all of the additional information, and when Rock Ridge is in use, the filesystem is indistinguishable from a normal UNIX filesystem (except that it is read-only, of course).
Defines the behavior for creation and display of filenames which fit into 8.3 characters. If a long name for a file exists, it will always be the preferred one for display. There are four __mode__s:
*lower*;;
-Force the short name to lowercase upon display; store a long name when the short name is not all upper case.
+Force the short name to lowercase upon display; store a long name when the short name is not all uppercase.
*win95*;;
-Force the short name to upper case upon display; store a long name when the short name is not all upper case.
+Force the short name to uppercase upon display; store a long name when the short name is not all uppercase.
*winnt*;;
-Display the short name as is; store a long name when the short name is not all lowercase or all upper case.
+Display the short name as is; store a long name when the short name is not all lowercase or all uppercase.
*mixed*;;
-Display the short name as is; store a long name when the short name is not all upper case. This mode is the default since Linux 2.6.32.
+Display the short name as is; store a long name when the short name is not all uppercase. This mode is the default since Linux 2.6.32.
=== Mount options for usbfs