On Sat, 17 Oct 1998, David FRYDMAN wrote: > How can I get umount -force to be supported? You cannot, as far as I know. Never implemented in Linux. Playing directly with /etc/mtab entries (combined with mount/umount commands) can halp in certain situations, but isn't too safe. Tuvik