Mounting pool after export/import rename

alink

Cadet
Joined
Jul 8, 2020
Messages
9
Hey guys,
I was researching how to rename a pool, and the only solution I found from searching the web was to export and then import the pool again like so:

zpool export [poolname]
zpool import [poolname][newpoolname]

After the import it didn't show up and from what I was able to find was that it now needs to be mounted with a path. So I found this reddit post:
Is basically says to do this:

zfs set mountpoint=/mnt/poolname poolname

However, it's still not working, so I finally feel the need to consult the community.
Hope you can help, and I appreciate any suggestions you can provide.

Thanks
 

Apollo

Wizard
Joined
Jun 13, 2013
Messages
1,458
Is your pool encrypted?
 
Top