Creating a ZFS filesystem within a ZFS pool
From Peter Pap's Technowiki
Revision as of 02:06, 17 May 2011 by Ppapa (talk | contribs) (Created page with "To create the filesystem zfs create rpool/export To change it's mount point to something useful: zfs set mountpoint=/export rpool/export")
To create the filesystem
zfs create rpool/export
To change it's mount point to something useful:
zfs set mountpoint=/export rpool/export