Martin McCormick ([email protected] on 2011-08-16 06:30 -0500): > > Is there a way to convince fdisk that hdb1 is not > mounted? There might be. Try umount -f
The information about current mounts is recorded in /etc/mtab (basically an old relic, but sadly still not put down). The real (kernel) information about mounts is in /proc/mounts. When copying root filesystems or working on a read-only / the mtab file can easily contain stale information. If you really know what you're doing, simply remove the file (protip: after cloning /, always remove /etc/mtab from the clone), or copy /proc/mounts over it. Regards, Arno -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

