MNT_RDONLY | The file system is mounted read-only; Even the super-user may not write on it. |
MNT_NOEXEC | Files may not be executed from the file system. |
MNT_NOSUID | Setuid and setgid bits on files are not honored when they are executed. |
MNT_SYNCHRONOUS |
| All I/O to the file system is done synchronously. |
MNT_ASYNC | No file system I/O is done synchronously. |
MNT_SOFTDEP | Soft updates being done (see ffs(7)). |
MNT_SUIDDIR | Special handling of SUID bit on directories. |
MNT_UNION | Union with underlying file system. |
MNT_NOSYMFOLLOW |
| Symbolic links are not followed. |
MNT_NOCLUSTERR | Read clustering is disabled. |
MNT_NOCLUSTERW | Write clustering is disabled. |
MNT_MULTILABEL | Mandatory Access Control (MAC) support for individual objects (see mac(4)). |
MNT_ACLS | Access Control List (ACL) support enabled. |
MNT_LOCAL | The file system resides locally. |
MNT_QUOTA | The file system has quotas enabled on it. |
MNT_ROOTFS | Identifies the root file system. |
MNT_EXRDONLY | The file system is exported read-only. |
MNT_NOATIME | Updating of file access times is disabled. |
MNT_USER | The file system has been mounted by a user. |
MNT_EXPORTED | The file system is exported for both reading and writing. |
MNT_DEFEXPORTED |
| The file system is exported for both reading and writing to any Internet host. |
MNT_EXPORTANON | The file system maps all remote accesses to the anonymous user. |
MNT_EXKERB | The file system is exported with Kerberos uid mapping. |
MNT_EXPUBLIC | The file system is exported publicly (WebNFS). |
|