Changes between Version 1 and Version 2 of zsjheng/2008_june


Ignore:
Timestamp:
Jun 18, 2008, 2:44:59 PM (16 years ago)
Author:
zsjheng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zsjheng/2008_june

    v1 v2  
    1212
    13132.接下來的 '''test zfs-fuse'''、'''close zfs partition and disk pool''' 、'''open exist zfs partition and pool''' 步驟部分也是,基本上就是加上sudo就不會有權限的問題存在。
     14
     15
     16備忘:
     17
     18zfs snapshot
     19
     20{{{
     21# sudo zfs snapshot
     22missing snapshot argument
     23usage:
     24    snapshot [-r] <filesystem@snapname|volume@snapname>
     25
     26For the property list, run: zfs set|get
     27For the delegated permission list, run: zfs allow|unallow
     28}}}
     29
     30zfs clone
     31
     32{{{
     33# sudo zfs clone
     34[sudo] password for zsjheng:
     35missing source dataset argument
     36usage:
     37    clone [-p] <snapshot> <filesystem|volume>
     38
     39For the property list, run: zfs set|get
     40For the delegated permission list, run: zfs allow|unallow
     41}}}