Edwin Goei wrote:
> Ian Collins wrote:
>> Rather than do that, remove export/home from /etc/vfstab and create a
>> ZFS pool "export" on that slice.
>>   
> Thanks for the info. I'm new to ZFS. What would the actual commands
> be? BTW, I successfully changed the mount point to "/export" and
> created a "home" that contained the original home dirs and rebooted
> and it worked.

>From my laptop's command history:

zpool create export c0d0s7
zfs create export/home

Compression works well for home directories:

zfs set compression=on export/home

If you want share it:

zfs set sharenfs=on export/home

That's all there is to it (don't forget to remove the entry from
/etc/vfstab).

>>   
>>> The next question is how do I have that setting take effect preferably
>>> without rebooting. I tried "umount /export/home" but that fails :-(.
>>>
>>>     
>> Fails how?
>>   
>
> I get an error that the filesystem is in use because I am logged in as
> a user with a home directory under /export/home.
>
Make you're changes and then reboot.

Ian
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to