Quote:
Originally Posted by jmilica
still busy
|
Umm... wait. Did you actually run that umount command? In your quote, it is commented out (that # sign is a comment to the terminal, so it ignores everything that follows).
So did you run
umount /dev/disk1s1 (or possibly
sudo umount /dev/disk1s1) before the fsck_msdos command?
You can verify what is mounted using the
mount command. Try it before and after the umount one...