docs(zfs): Display mounted state in ZFS example (#3)
This commit is contained in:
parent
ec7931cb4c
commit
310b180580
12
README.md
12
README.md
@ -341,12 +341,12 @@ find '/opt/git.bak' -type d -empty -delete
|
||||
|
||||
An example `zpool/data` dataset may now look like so:
|
||||
```
|
||||
# zfs list -r -oname,mountpoint,canmount zpool/data
|
||||
NAME MOUNTPOINT CANMOUNT
|
||||
zpool/data / off
|
||||
zpool/data/home /home on
|
||||
zpool/data/opt /opt off
|
||||
zpool/data/opt/git /opt/git on
|
||||
# zfs list -r -oname,mountpoint,canmount,mounted zpool/data
|
||||
NAME MOUNTPOINT CANMOUNT MOUNTED
|
||||
zpool/data / off no
|
||||
zpool/data/home /home on yes
|
||||
zpool/data/opt /opt off no
|
||||
zpool/data/opt/git /opt/git on yes
|
||||
```
|
||||
|
||||
## Nested environment-independent datasets
|
||||
|
Loading…
x
Reference in New Issue
Block a user