-T Vfstype |
Mount the specified device type: ADFS, Affs, AutoFS, coda, coherent, CRAMFS, devpts, EFS, ext, ext2, ext3 , HFS, HPFS, iso9660, JFS, Minix, Msdos, Ncpfs, NFS, NFS4, NTFS, proc, qnx4, Ramfs, ReiserFS, Romfs, Smbfs, SysV, TMPFS, u DF, UFS, Umsdos, VFAT, Xenix, XFS, xiafs Generic file types, can be automatically detected without the need to specify (ADFS, BFS, Cramfs, ext, ext2, ext3, HFS, HPFS, iso9660, JFS, Minix, NTFS, qnx4, ReiserFS, Romfs, UDF, UFS, VxFS, XFS, Xiafs, and so on), if the probe fails, the/etc/filesystems will be accessed to specify the file system Measuring. Note: If you have a clear file system, it is best to specify a specific type. Detection errors are disastrous. multiple file systems can be separated by "," Mount-a-t nomsdos,ext The Fstab file will be mounted to specify all file systems except those of type Msdos and ext. &NBSP common file Types
- ext2 Linux currently used file system
- msdos MS-DOS FAT, which is FAT16 VFAT
Li>windows98 commonly used FAT32
- NFS Network File system
- smbfs Windows shared system
- iso9660 CD-ROM CD standard file system
- NTFS Windows nt/2000/xp file system
- Auto automatically detects the file system
|
-O Options |
Specify mount system options: Multiple options can be split with ",". Some options are only meaningful if they appear in file/etc/fstab. The following options are available for any file system to mount (but not all file systems care about them, for example, option Sync is only valid for EXT2,EXT3 and UFS today)
Options |
Description |
Async |
All I/O operations to the file system must be done asynchronously. |
Atime |
The Inode access time is updated on each access. This is the default option. |
Auto |
Can be mounted when the-a option is used. |
Defaults |
Includes the following options: RW, suid, dev, exec, auto, Nouser,async. |
Dev |
Parses a character device or block device in a file system. |
Exec |
Allow binary files to be executed |
_netdev |
The file system resides on a device that requires network connectivity, avoiding off-grid, and constantly mounting the cost source |
Noatime |
Do not update the file system Inode access time (increase the speed of the news server) |
Noauto |
Can only be mounted explicitly,-a cannot make it mount |
Nodev |
Do not parse character devices or block devices in the file system |
Noexec |
Do not allow any binaries in the loaded file system to be executed |
Nosuid |
Do not allow set-user-identifier or set-group-identifier bits to function |
Nouser |
Prohibit normal mount file system (default) |
Remount |
An attempt was made to re-mount a file system that is already mounted. Typically used to change mount marks, such as read-only mounts to be read-write. |
Ro |
Mount in read-only mode |
rw |
Mount in read-write mode |
Suid |
Allow Set-user-identifier or set-group-identifier bits to function |
Sync |
Synchronous I/O operation, sudden power loss will not drop data, but heavier disk burden |
DirSync |
All updates to the directory within the filesystem should be done synchronously, affecting the following system calls: Creat,link, unlink, Symlink, mkdir, RmDir, Mknod and rename |
User |
Allows the normal user to mount the file system, the user name of the mount is written to mTAB so that he can unmount the file system again. This option implies the option Noexec,nosuid, as well as the Nodev. |
Users |
Allow each user to mount the Unmount file system |
CodePage |
CODEPAGE=XXX code page |
Iocharset |
Iocharset=xxx Character Set |
Loop |
Mount Cyclotron devices often mount ISO files for |
Username |
Username=user user name of the access device |
Password |
Password=pass access the device's password |
The following parameters are only useful for special file systems: |
Uid/gid |
Uid=value and Gid=value Mount systems with special users and groups |
Ownmask |
Ownmask=value Permissions Mask for owner permissions |
Othmask |
Othmask=value Permission mask for othmask permissions |
The attributes supported by different file systems are not necessarily systems. can find relevant information |
|