用 umount 直接卸載卻也 Hang 在那邊,還好找到強制卸載的文章。 當掛載出現問題且無法正常缷載(Device is busy)時,可以考慮使用以下強制缷載的參數試試看。
最後是用 umount -l /dev/sr0 就立刻缷載成功。
man umount
- -f Force unmount (in case of an unreachable NFS system). (Requires kernel 2.1.116 or later.)
- -l Lazy unmount. Detach the filesystem from the filesystem hierarchy now, and cleanup all references to the filesystem as soon as it is not busy anymore. (Requires kernel 2.4.11 or later.)
資料來源:
https://jerry2yang.wordpress.com/2011/11/24/%E5%A6%82%E4%BD%95%E5%BC%B7%E5%88%B6-umount/
沒有留言:
張貼留言