Δημοσιεύτηκε: 23 Νοέμ 2008, 13:38
από opensource
ακομα τιποτα να παρει...
στις εντολες 1. sudo mkdir /media/USB
2. sudo mount /dev/sdb1 /media/USB μου βγαζει------------>


linus@ubuntu:~$ sudo mkdir /media/USB
[sudo] password for linus:
mkdir: cannot create directory `/media/USB': File exists
linus@ubuntu:~$ sudo mount /dev/sdb1 /media/USB
$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/USB -o force

Or add the option to the relevant row in the /etc/fstab file:

/dev/sdb1 /media/USB ntfs-3g force 0 0


στην εντολη linus@ubuntu:~$ sudo mount -t ntfs-3g /dev/sdb1 /media/USB μου βγαζει--------------->

linus@ubuntu:~$ sudo mount -t ntfs-3g /dev/sdb1 /media/USB
$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/USB -o force

Or add the option to the relevant row in the /etc/fstab file:

/dev/sdb1 /media/USB ntfs-3g force 0 0



στην εντολη sudo umount /media/USB μου βγαζει------------------>
linus@ubuntu:~$ sudo umount /media/USB
umount: /media/USB: not mounted