Forum › Forums › Official Releases › antiX-26 “Stephen Kapos” › iso-snapshot leaves a mess in filesystem mounts › Reply To: iso-snapshot leaves a mess in filesystem mounts
April 11, 2026 at 4:43 am
#201489
Member
I have been messing with the umount command, and I think this is close to what is needed, somewhere(?):
sudo umount --recursive --all-targets /.bind-root
Afterwards, I needed to do:
mount -a
to restore my NFS mounts – I need to check whether they were removed by the command above, or by an earlier, unsuccessful attempt at it.