ZFS: Difference between revisions

imported>2r
Mount datasets without legacy mountpoint
imported>2r
m fix command err
Line 578: Line 578:
</pre>
</pre>
==Mount datasets without legacy mountpoint==
==Mount datasets without legacy mountpoint==
Contrary to public knowledge, <code>mountpoint=legacy</code> is not required for mounting datasets. The trick is to use <code>mount -t zfs -o zfsutil path/to/dataset</code>.
Contrary to public knowledge, <code>mountpoint=legacy</code> is not required for mounting datasets. The trick is to use <code>mount -t zfs -o zfsutil path/to/dataset /path/to/mountpoint</code>.


Also, legacy mountpoints are also inconvienent in that the mounts can not be natively handled by <code>zfs mount</code> command, hence <code>legacy</code> in the name.
Also, legacy mountpoints are also inconvienent in that the mounts can not be natively handled by <code>zfs mount</code> command, hence <code>legacy</code> in the name.