Sithuk / ubuntu-server-zfsbootmenu

Ubuntu zfsbootmenu install script
123 stars 28 forks source link

How to restart after Ctrl+ C? #19

Closed mcamou closed 1 year ago

mcamou commented 1 year ago

Hello and thanks for building this project.

I've had to Ctrl+C because I noticed in the middle of the run that I'd misconfigured something. When restarting I got an error stating that rpool was mounted. I tried zpool export rpool and the system said that rpool is busy. lsof shows no files using the directory, but zfs umount -a also says that it's busy. The only option I found was rebooting. Any ideas?

Sithuk commented 1 year ago

I haven't had much success in exporting a mounted pool even with the force flag on zpool export. You did what I would have done which is to re-boot and start again.