root@dustpuppy:~# mount /dev/sdc1 /mnt
root@dustpuppy:~# cd /mnt
root@dustpuppy:/mnt# ls
Backup Movies Pics Recycled Series temp
Docs Mp3 Programs RECYCLER System Volume Information
root@dustpuppy:/mnt# umount /dev/sdc1
umount: /mnt: device is busy
umount: /mnt: device is busy
root@dustpuppy:/mnt# umount -l /dev/sdc1
root@dustpuppy:/mnt# mount /dev/sdc1 /mnt
mount: special device /dev/sdc1 does not exist
root@dustpuppy:/mnt# mount /dev/sdb1 /mnt
mount: special device /dev/sdb1 does not exist
root@dustpuppy:/mnt# mount /dev/sdc1 /mnt
mount: special device /dev/sdc1 does not exist
root@dustpuppy:/mnt# mount /dev/sdd1 /mnt
root@dustpuppy:/# cd media
root@dustpuppy:/media# mount /dev/sdb1 /mnt
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sdb1': Operation not supported
Mount is denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows then disconnect the external devices by
clicking on the 'Safely Remove Hardware' icon in the Windows
taskbar then shutdown Windows cleanly.
Choice 2: If you don't have Windows then you can use the 'force' option for
your own responsibility. For example type on the command line:
mount -t ntfs-3g /dev/sdb1 /mnt -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sdb1 /mnt ntfs-3g force 0 0
root@dustpuppy:/media# mount -t ntfs-3g /dev/sdb1 /mnt -o force
$LogFile indicates unclean shutdown (0, 0)
WARNING: Forced mount, reset $LogFile.
root@dustpuppy:/media#