prova con
mount -t ntfs-3g /dev/sdb1 /media/test
prova con
mount -t ntfs-3g /dev/sdb1 /media/test
salve Yattatux ho provato come mi hai detto, però mi da lo stesso errore:
[root@kathe ~]# mount -t ntfs-3g /dev/sdb1 /media/test
$MFTMirr does not match $MFT (record 5).
Failed to mount ‘/dev/sdb1’: Errore di input/output
NTFS is either inconsistent, or there is a hardware fault, or it’s a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the ‘dmraid’ documentation
for more details.
=(
vorrei provare a sistemarla…
Proviamo così e vediamo se funziona, se non lo hai già installato installa ntfsprogs
# yum install ntfsprogs
poi sempre da root vai di
# ntfsfix /dev/sdb1
poi vedi se lo monta.
ho provato…
[root@kathe ~]# yum install ntfsprogs
Plugin abilitati:langpacks, presto, refresh-packagekit
updates/metalink | 25 kB 00:00
Il pacchetto 2:ntfsprogs-2012.1.15-1.fc17.i686 è già installato e aggiornato all’ultima versione
Niente da fare
[root@kathe ~]# ntfsfix /dev/sdb1
Refusing to operate on read-write mounted device /dev/sdb1.
[root@kathe ~]#
vai di
# umount -t ntfs /dev/sdb1 /media/test
e riprova con
# ntfsfix /dev/sdb1
[root@kathe ~]# umount -t ntfs /dev/sdb1 /media/test
umount: /dev/sdb1: not mounted
umount: /media/test: not mounted
[root@kathe ~]# ntfsfix /dev/sdb1
Mounting volume… $MFTMirr does not match $MFT (record 5).
FAILED
Attempting to correct errors…
Processing $MFT and $MFTMirr…
Reading $MFT… OK
Reading $MFTMirr… OK
Comparing $MFTMirr to $MFT… FAILED
Correcting differences in $MFTMirr record 5…OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition… OK
Going to empty the journal ($LogFile)… OK
ora proviamo se monta la partizione
mount -t ntfs-3g /dev/sdb1 /media/test
ma sembra che ci sia comunque qualche errore.
ora la chiavetta va Grazie
[root@kathe ~]# mount -t ntfs-3g /dev/sdb1 /media/test
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the ‘fuser’ command.
[root@kathe ~]#
Ottimo.
se vuoi un consiglio salva i dati e riformattala in FAT32 se la usi con win$ e Linux oppure se la usi solo con Linux in EXT2 senza journaling.
Eviterai parecchi problemi anche in futuro.
ho ritrovato tutte le cartelle ma i vari contenuti delle cartelle non ci sono =(
[quote=Kitten][root@kathe ~]# mount -t ntfs-3g /dev/sdb1 /media/test
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the ‘fuser’ command.
[root@kathe ~]#[/quote]
Prova a smontare nuovamente
# umount -t ntfs-3g /dev/sdb1 /media/test
e rimontala da utente normale.
ti ringrazio veramente! =)
i vari files li hai ritrovati?
sisi ora ho ritrovato tutto =) grazie !!
Bene. Alla prossima!