Hallo,
bisher habe ich in solchen Fällen sudo umount -f verwendet. man umount sagt dazu
1 2 3 4 5 | -f, --force Force an unmount (in case of an unreachable NFS system). Note that this option does not guarantee that umount command does not hang. It's strongly recommended to use absolute paths without symlinks to avoid unwanted readlink and stat system calls on unreachable NFS in umount. |
umount hängt nicht und ich verwende absolute Pfade ohne symlinks. Das Laufwerk wird aber nicht umounted.
1 2 3 4 5 | :~$ sudo umount -vf /home/ich/dir/point [sudo] Passwort für ich: /home/ich/dir/point: nfs mount point detected umount.nfs: /home/ich/dir/point: device is busy /home/ich/dir/point: umount failed |
Ich will das aber loswerden. Ich wüsste auch nicht, was darauf noch zugreift und ein
1 | lsof | grep point |
hängt, ebenso wie ein
1 | lsof | grep dir |
Gruß, Gerald