Δημοσιεύτηκε: 05 Ιούλ 2008, 21:27
Ναι είναι το μίκρο πρόβλημα άλλα πάντα υπαρχεί λύση , το μήνυμα πάντος που βγάζει είναι το παρακάτω
Και το ίδιο σύστημα μάς δίνει την λύση εδώ mount -t ntfs-3g /dev/sdb1 /mnt/ -o force
άλλα και το μήνυμα :
Choice 2: If you don't have Windows then you can use the 'force' option for your own responsibility.
Απλός θέλει λίγη προσοχή .
- Κώδικας: Επιλογή όλων
econlab@econlab:~$ 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
[b]econlab@econlab:~$ sudo mount -t ntfs-3g /dev/sdb1 /mnt/ -o force[/b]
$LogFile indicates unclean shutdown (0, 0)
WARNING: Forced mount, reset $LogFile.
Και το ίδιο σύστημα μάς δίνει την λύση εδώ mount -t ntfs-3g /dev/sdb1 /mnt/ -o force
άλλα και το μήνυμα :
Choice 2: If you don't have Windows then you can use the 'force' option for your own responsibility.
Απλός θέλει λίγη προσοχή .