Page 1 of 1

2.2.0 setting temporary mountpoint does not work

PostPosted: Wed Nov 22, 2023 5:09 am
by Arne
Trying to change temporarily the mountpoint of "Music" of my 1.9.4 pool so it does not collide with the one of the 2.2.0 pool with "zfs mount -o mountpoint=/Users/arne/Music194 zfs-extern".
But it does not change the mountpoint.
It stays in the mountpoint as given when the pool is imported ("/Users/arne/Music").
I can only change it permanent with "zfs set mountpoint= ...".

Re: 2.2.0 setting temporary mountpoint does not work

PostPosted: Thu Nov 23, 2023 1:37 am
by lundman
Ah heh ok, you tried it. Hmm shame it didn't work

Re: 2.2.0 setting temporary mountpoint does not work

PostPosted: Fri Nov 24, 2023 8:35 pm
by FadingIntoBlue
I think the rename command will do what you want:

Code: Select all
sudo zfs rename tank/audio tank/audio-old


The Finder doesn’t like two volumes with the same name = tends to add a numeral which really screws up networking and scripts

Hope that helps