d@desktop:~$ sudo mount /dev/sdb1 /mnt/sdb1
$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/sdb1 -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sdb1 /mnt/sdb1 ntfs-3g force 0 0
d@desktop:~$ mkdir /media/ntfs
mkdir: cannot create directory `/media/ntfs': Permission denied
d@desktop:~$ sudo su
root@desktop:/home/d# mkdir /media/ntfs
root@desktop:/home/d# mkdir /media/ntfs
mkdir: cannot create directory `/media/ntfs': File exists
root@desktop:/home/d# sudo mount -t ntfs /dev/sda2 /media/ntfs
NTFS signature is missing.
Failed to mount '/dev/sda2': Invalid argument
The device '/dev/sda2' doesn't have a valid NTFS.
Maybe you selected the wrong device? Or the whole disk instead of a
partition (e.g. /dev/hda, not /dev/hda1)? Or the other way around?
root@desktop:/home/d# sudo mount -t ntfs /dev/sdb1 /media/ntfs
$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 /media/ntfs -o force
Or add the option to the relevant row in the /etc/fstab file:
/dev/sdb1 /media/ntfs ntfs-3g force 0 0
root@desktop:/home/d# /dev/sdb1 /media/ntfs ntfs-3g force 0 0
bash: /dev/sdb1: Permission denied
root@desktop:/home/d# mount -t ntfs-3g /dev/sdb1 /media/ntfs -o force
$LogFile indicates unclean shutdown (0, 0)
WARNING: Forced mount, reset $LogFile.
root@desktop:/home/d#
Bookmarks