Page 1 of 1

How can i safely change zfs auto-mount to original /mnt

Posted: 09 Apr 2014 14:43
by cl@udiu
Hi all,

I had a volume with deduplication enabled and i wanted to delete it. I read the "Warnings, Hazards, and Best Practices When Using Dedup on ZFS Datasets" and i concluded theat only the datasets are affected by this bug. Big mistake :evil: ,
because my nas4free became unresponsive and i recovered and cleaned the pool importing it in ubuntu with zfs.

Now i have imported back the zpool to nas4free and all is ok except the auto-mount point of the pool which is / instead of /mnt . Its not such a big issue for me, but im curious how can i safely change the mount point of the pool?

Re: How can i safely change zfs auto-mount to original /mnt

Posted: 09 Apr 2014 14:52
by cl@udiu
I resolved the mount problem.

zfs mountpoint=/mnt/<pool_name> <pool_name>

One more question. All the data about the zfs pool including the mount point is stored on the disk pool?