Δημοσιεύτηκε: 08 Νοέμ 2008, 12:04
από linuxman
Λοιπόν θα το κάνουμε μία μικρή χειρουργική επέμβαση , θα μας βγάλει το μήνημα ότι μπλα , μπλα κτλ. θα το αγνοίσουμε
Έχεις συνδέσει το δίσκο και από το τερματικό θα δώσεις
Κώδικας: Επιλογή όλων

sudo 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 defaults,force 0 0

Και πάμε να το κάνουμε σωστά τώρα
Κώδικας: Επιλογή όλων
sudo mount -t ntfs-3g /dev/sdb1 /mnt/ -o force
περιμένουμε να το κάνει και μετά θα δώσουμε
Κώδικας: Επιλογή όλων
sudo umount /mnt/

και θα αποσυνδέουμε το δίσκο , θα το συνδέσουμε ξανά να δούμε εάν θα το κάνει mount το σύστημα .