Reply To: iso-snapshot leaves a mess in filesystem mounts

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

#201489
m4r35n357
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.