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:
www.reddit.com
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
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:
Reddit - The heart of the internet

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