ZFS

From Frotmail Projects
Jump to navigation Jump to search
1315  add-apt-repository ppa:zfs-native/stable
1320  apt-get install ubuntu-zfs
1321  zfs 
1336  zfs create tank/zip
1337  zfs set compression=gzip tank/zip
1347  zfs
1348  zfs list
1349  zfs list help
1350  zfs list zip
1351  zfs list tank
1352  zfs list tank/zip
1353  zfs list --help
1354  zfs
1355  zfs get tank
1356  zfs get tank/zip
1365  zfs get compressratio
1373  zfs create nonzip
1374  zfs create tank/nonzip
1416  zfs create -o encryption=on tank/crypt
1436  zfs get compressratio
1437  zfs create tank/zip/iso
1439  zfs set compression=gzip tank/zip/iso
1443  zfs get compressratio
1447  zfs get compressratio
1449  zfs get compressratio
1450  zfs create tank/zip/img
1453  zfs status -o all
1454  zfs list -o all
1455  zfs list -o all | head -n 1
1456  zfs list -o name,used,avail,ratio,compress,quota
1457  watch zfs list -o name,used,avail,ratio,compress,quota
1483  zfs list -o name,used,avail,ratio,compress,quota
1497  zfs status
1498  zfs list
1499  zfs show
1500  modprobe zfs
1503  zfs mount -a
1507  zfs destroy tank/zip/hometest
1578  history | grep zfs
1579  zfs get compressratio
1580  zfs list -o name,used,avail,ratio,compress,quota
1581  zfs set quota
1582  zfs set quota 50G zip
1583  zfs set quota 50G tank/zip
1584  zfs list -o name,used,avail,ratio,compress,quota
1585  zfs set quota 50G tank/zip
1586  zfs set quota=50G tank/zip
1587  zfs list -o name,used,avail,ratio,compress,quota
1588  zfs set quota=0 tank/zip/img
1589  zfs list -o name,used,avail,ratio,compress,quota
1590  zfs set quota=100G tank/zip/img
1591  zfs list -o name,used,avail,ratio,compress,quota
1592  zfs set quota=0 tank/zip/img
1593  zfs set quota=0 tank/zip
1594  zfs set quota=none tank/zip
1595  zfs set quota=none tank/zip/img
1596  history  | grep zfs