Home | 簡體中文 | 繁體中文 | 雜文 | 打賞(Donations) | ITEYE 博客 | OSChina 博客 | Facebook | Linkedin | 知乎專欄 | Search | Email

13.6. Sharing ZFS File Systems

13.6.1. Controlling Share Semantics

freebsd# zfs set sharenfs=on zfs/www
			

13.6.2. Unsharing Filesystems

freebsd# zfs unshare zfs/www
			

This command unshares the zpool filesystem. To unshare all ZFS filesystems on the system, run:

freebsd# zfs unshare -a
			

13.6.3. Sharing Filesystems

freebsd# zfs share zfs/www
			

You can also share all ZFS filesystems on the system:

# zfs share -a