Entra

View Full Version : URGENTE! Ubuntu non monta più l' HD esterno


Opteranium
14-03-2010, 14:51
questo è quel che viene scritto: che fare?

$MFTMirr does not match $MFT (record 0). Failed to mount '/dev/sdc1': Input/
output error 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. .

l' HD è da 1TB, in NTFS, collegato con USB. Fino a ieri funzionava..

Ho Xubuntu 9.04 64 bit

Chiancheri
14-03-2010, 15:16
questo è quel che viene scritto: che fare?

$MFTMirr does not match $MFT (record 0). Failed to mount '/dev/sdc1': Input/
output error 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. .

l' HD è da 1TB, in NTFS, collegato con USB. Fino a ieri funzionava..

Ho Xubuntu 9.04 64 bit

lo hai collegato a windows e poi lo hai rimosso senza la "rimozione sicura"?

Opteranium
14-03-2010, 15:20
non ho windows ;)

fino a ieri lo accendevo, veniva montato, ci copiavo i file, lo smontavo e lo spegnevo.
Semplicissimo.

e oggi che cappio è successo?

pabloski
14-03-2010, 15:45
si tratta di un'inconsistenza nel filesystem

puoi risolverlo con ntfsfix da linux...se non dovesse funzionare non ti resta che attaccarlo ad un pc windows e fare da lì chkdsk oppure deframmentarlo in modo che riscriva la sezione MFT del filesystem

Opteranium
14-03-2010, 16:30
ok, visto che ci sei... mi potresti postare anche il procedimento? ;)

ho provato a guardare sul sito ma non dice granché

Opteranium
14-03-2010, 16:31
aspetta ho trovato

http://kunalghosh.wordpress.com/2009/04/05/ntfsfix-a-life-saving-command/

è questo, no?

Opteranium
14-03-2010, 16:34
ho fatto ntfsfix /dev/sdc1

e mi ha dato

Mounting volume... Error opening partition device: Permission denied.
Failed to startup volume: Permission denied.
FAILED
Attempting to correct errors... Error opening partition device: Permission denied.
FAILED
Failed to startup volume: Permission denied.
Volume is corrupt. You should run chkdsk.

Opteranium
14-03-2010, 16:36
chkdsk non sembra essere un programma di linux... posso provare con fsck?

pabloski
14-03-2010, 16:40
nel caso di ntfsfix devi scrivere

sudo ntfsfix /dev/sdc1

il chkdsk invece è quello di windows non quello di linux

purtroppo fino a qualche anno fa il pacchetto ntfs-3g aveva all'interno fsck.ntfs....non so perchè l'ha eliminato e rimane solo un utility di terze parti che è appunto ntfsfix

Opteranium
14-03-2010, 17:07
il sudo! Acciderba a me!

ha fatto tutto! :D:D:D:D:D:D:D:D

certo, però che SUDOri freddi..... appena posso trasformo tutto in ext3, così vado sul sicuro

ancora grazie ;)