2013年11月13日 星期三

ZFS 筆記

mkdir /zfs
dd if=/dev/zero of=/zfs/zfs-1.dat bs=1024k count=100
dd if=/dev/zero of=/zfs/zfs-2.dat bs=1024k count=100
zpool create test /zfs/zfs-1.dat /zfs/zfs-2.dat

mkdir /test/n1
mkdir /test/n2
zfs create test/n1  (zfs create -o mountpoint=/n1 test/n1)
zfs create test/n2  (zfs create -o mountpoint=/n2 test/n2)

沒有留言: