Guest User

Untitled

a guest
May 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $ sudo -i
  2. # check pertition table
  3. $fdisk -l
  4.  
  5. #As example
  6. #zfs create jupyter/ssd1
  7. $zfs create storagepool_name/file_system_name
  8.  
  9. #zfs list
  10. #NAME USED AVAIL REFER MOUNTPOINT
  11. #jupyter 276K 246G 96K /jupyter
  12.  
  13. #After that, get static ip address...
Add Comment
Please, Sign In to add comment