On 4/30/15 14:03 , [email protected] wrote: > Hello, > > for data synchronize reasons I need to have a home directory under > /home/<username> which needs to be a real or mounted path (must not contain > symbolic links). But / is only a small RAM disk. How can I use space from the > local HDD for /home/<username>? Of cause this is possible with a large file > and lofi, but I do not like to use this for performance reasons. Is it > somehow possible through ZFS to mount something on /home?
You can use zfs to create a dataset and mount it at arbitrary places in the file system name space. See the 'mountpoint' property in the zfs(1M) manual page. Robert ------------------------------------------- smartos-discuss Archives: https://www.listbox.com/member/archive/184463/=now RSS Feed: https://www.listbox.com/member/archive/rss/184463/25769125-55cfbc00 Modify Your Subscription: https://www.listbox.com/member/?member_id=25769125&id_secret=25769125-7688e9fb Powered by Listbox: http://www.listbox.com
