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
			




原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
4月前
|
Oracle 关系型数据库 Linux
Disable NUMA on database servers to improve performance of Linux file system utilities
Disable NUMA on database servers to improve performance of Linux file system utilities
42 3
|
4月前
|
存储 缓存 数据可视化
BTRFS - Performance
介绍BTRFS测试性能Performance
66 0
|
存储 缓存 固态存储
Managing Non-Volatile Memory in Database Systems
Managing Non-Volatile Memory in Database Systems
99 0
解决办法:syslinux:Accessing physical drive
解决办法:syslinux:Accessing physical drive
52 0
解决办法:syslinux:Accessing physical drive
|
存储 缓存 分布式计算
|
网络协议 Linux 块存储
|
网络协议 Linux 虚拟化