Add exec=on for ssd/var/cache, list disk usage cmd
This commit is contained in:
@@ -86,7 +86,7 @@ chown root:nogroup /zv1/homes
|
|||||||
chown root:2000 /zv1/daten/ /zv1/fotos/
|
chown root:2000 /zv1/daten/ /zv1/fotos/
|
||||||
zfs create -o canmount=off -o setuid=off -o exec=off ssd/var
|
zfs create -o canmount=off -o setuid=off -o exec=off ssd/var
|
||||||
zfs create -o com.sun:auto-snapshot=false -o mountpoint=/var/lib/nfs ssd/var/nfs
|
zfs create -o com.sun:auto-snapshot=false -o mountpoint=/var/lib/nfs ssd/var/nfs
|
||||||
zfs create -o com.sun:auto-snapshot=false ssd/var/cache
|
zfs create -o com.sun:auto-snapshot=false -o exec=on ssd/var/cache
|
||||||
zfs create ssd/var/log
|
zfs create ssd/var/log
|
||||||
zfs create -o exec=on ssd/var/lxc
|
zfs create -o exec=on ssd/var/lxc
|
||||||
mv /var/cache/* /ssd/var/cache/
|
mv /var/cache/* /ssd/var/cache/
|
||||||
@@ -149,6 +149,7 @@ zpool list -v
|
|||||||
zpool get all
|
zpool get all
|
||||||
zpool history
|
zpool history
|
||||||
zpool scrub zv1
|
zpool scrub zv1
|
||||||
|
zfs list -o space
|
||||||
```
|
```
|
||||||
### show and delete all snapshots
|
### show and delete all snapshots
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user