Changeset View
Changeset View
Standalone View
Standalone View
usr.sbin/mountd/exports.5
Show First 20 Lines • Show All 102 Lines • ▼ Show 20 Lines | |||||
.Nm | .Nm | ||||
file in the same way as for NFSv2 and NFSv3. | file in the same way as for NFSv2 and NFSv3. | ||||
The pathnames must not have any symbolic links in them and should not have | The pathnames must not have any symbolic links in them and should not have | ||||
any | any | ||||
.Dq Pa \&. | .Dq Pa \&. | ||||
or | or | ||||
.Dq Pa .. | .Dq Pa .. | ||||
components. | components. | ||||
Pathnames are decoded by | |||||
.Xr strunvis 3 | |||||
allowing special characters to be included in the name. | |||||
Mount points for a file system may appear on multiple lines each with | Mount points for a file system may appear on multiple lines each with | ||||
different sets of hosts and export options. | different sets of hosts and export options. | ||||
.Pp | .Pp | ||||
The second component of a line specifies how the file system is to be | The second component of a line specifies how the file system is to be | ||||
exported to the host set. | exported to the host set. | ||||
The option flags specify whether the file system | The option flags specify whether the file system | ||||
is exported read-only or read-write and how the client UID is mapped to | is exported read-only or read-write and how the client UID is mapped to | ||||
user credentials on the server. | user credentials on the server. | ||||
▲ Show 20 Lines • Show All 304 Lines • ▼ Show 20 Lines | |||||
/usr -maproot=daemon grumpy.cis.uoguelph.ca 131.104.48.16 | /usr -maproot=daemon grumpy.cis.uoguelph.ca 131.104.48.16 | ||||
/usr -ro -mapall=nobody | /usr -ro -mapall=nobody | ||||
/u -maproot=bin: -network 131.104.48 -mask 255.255.255.0 | /u -maproot=bin: -network 131.104.48 -mask 255.255.255.0 | ||||
/a -network 192.168.0/24 | /a -network 192.168.0/24 | ||||
/a -network 3ffe:1ce1:1:fe80::/64 | /a -network 3ffe:1ce1:1:fe80::/64 | ||||
/u2 -maproot=root friends | /u2 -maproot=root friends | ||||
/u2 -alldirs -network cis-net -mask cis-mask | /u2 -alldirs -network cis-net -mask cis-mask | ||||
/cdrom -alldirs,quiet,ro -network 192.168.33.0 -mask 255.255.255.0 | /cdrom -alldirs,quiet,ro -network 192.168.33.0 -mask 255.255.255.0 | ||||
/exports/path\\040with\\040spaces -network 192.168.33.0 -mask 255.255.255.0 | |||||
/private -sec=krb5i | /private -sec=krb5i | ||||
/secret -sec=krb5p | /secret -sec=krb5p | ||||
V4: / -sec=krb5:krb5i:krb5p -network 131.104.48 -mask 255.255.255.0 | V4: / -sec=krb5:krb5i:krb5p -network 131.104.48 -mask 255.255.255.0 | ||||
V4: / -sec=sys:krb5:krb5i:krb5p grumpy.cis.uoguelph.ca | V4: / -sec=sys:krb5:krb5i:krb5p grumpy.cis.uoguelph.ca | ||||
.Ed | .Ed | ||||
.Pp | .Pp | ||||
The file systems rooted at | The file systems rooted at | ||||
.Pa /usr | .Pa /usr | ||||
▲ Show 20 Lines • Show All 179 Lines • Show Last 20 Lines |