2011/9/22 Ian Collins <i...@ianshome.com>
>
>> The OS is installed and working, and rpool is mirrored on the two disks.
>>
>> The question is: I want to create some ZFS file systems for sharing them via 
>> CIFS. But given my limited configuration:
>>
>> * Am I forced to create the new filesystems directly on rpool?
>
> You're not forced, but in your situation is is the only practical option.

It might be easier if you put it under a sub-filesystem. e.g:
rpool/share
rpool/share/share1
rpool/share/share2

That way if someday you have more disk, you can just use recursive zfs
snapshot and send to copy the data to new pool. Easier than copying
the data one by one.

-- 
Fajar
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to