You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
273 B
5 lines
273 B
# /var/etc/exports: the access control list for filesystems which may be exported to NFS clients.
|
|
#
|
|
# Example for client mount: "mount -t nfs -o nolock,soft 192.168.0.6:/media/sda1/movies /tmp/movies"
|
|
#
|
|
/media/sda1/movies 192.168.0.0/16(rw,no_root_squash,no_subtree_check)
|
|
|