[Usb] incompatibilità hard disk esterno
- Anto med
- Prode Principiante
- Messaggi: 17
- Iscrizione: giovedì 7 ottobre 2010, 16:29
- Località: grottolella
[Usb] incompatibilità hard disk esterno
Salve, mi presento sono Anto, ho appena installato l'ultima versione ubuntu sul mio pc portatile packard bell, e uno tra i problemi che ho rinscontrato è l'incompatibilità con il mio hard disck esterno (WD !T).
L'ERRORE CHE MI HA RINSCONTRATO È IL SEGUENTE:
impossibile montore
Error mounting: mount exited with exit code 12: Failed to read last sector (1953523119): Invalid argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/sdb1': Invalid argument
The device '/dev/sdb1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
P.S.
Sù altri pc funziona.
Tutte le altre periferie: chiavette usb o altri hard disc funzionano.
L'ERRORE CHE MI HA RINSCONTRATO È IL SEGUENTE:
impossibile montore
Error mounting: mount exited with exit code 12: Failed to read last sector (1953523119): Invalid argument
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/sdb1': Invalid argument
The device '/dev/sdb1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
P.S.
Sù altri pc funziona.
Tutte le altre periferie: chiavette usb o altri hard disc funzionano.
Re: [Usb] incompatibilità hard disk esterno
E' un unico disco da 1 Tb oppure ha ragione il comando e sono due dischi da 500 Gb in raid0?
"Chi c**a sott' 'a neve, pure si ffa 'a bbuca e poi 'a copre, quanno 'a neve se scioje, 'a mm***a vie' sempre fori" T. Milian
- Anto med
- Prode Principiante
- Messaggi: 17
- Iscrizione: giovedì 7 ottobre 2010, 16:29
- Località: grottolella
Re: [Usb] incompatibilità hard disk esterno
è uno da un tera
Re: [Usb] incompatibilità hard disk esterno
Con il disco collegato dai da terminale
sudo fdisk -l (è una elle)
poi posta il risultato
sudo fdisk -l (è una elle)
poi posta il risultato
"Chi c**a sott' 'a neve, pure si ffa 'a bbuca e poi 'a copre, quanno 'a neve se scioje, 'a mm***a vie' sempre fori" T. Milian
- Anto med
- Prode Principiante
- Messaggi: 17
- Iscrizione: giovedì 7 ottobre 2010, 16:29
- Località: grottolella
Re: [Usb] incompatibilità hard disk esterno
Disco /dev/sda: 250.1 GB, 250059350016 byte
255 testine, 63 settori/tracce, 30401 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x000c069d
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 29180 234382336 83 Linux
/dev/sda2 29180 30402 9814017 5 Esteso
/dev/sda5 29180 30402 9814016 82 Linux swap / Solaris
Disco /dev/sdb: 1000.2 GB, 1000202043392 byte
255 testine, 63 settori/tracce, 121600 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x0002093a
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 1 121602 976761560 7 HPFS/NTFS
antonio@antonio-laptop:~$
255 testine, 63 settori/tracce, 30401 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x000c069d
Dispositivo Boot Start End Blocks Id System
/dev/sda1 * 1 29180 234382336 83 Linux
/dev/sda2 29180 30402 9814017 5 Esteso
/dev/sda5 29180 30402 9814016 82 Linux swap / Solaris
Disco /dev/sdb: 1000.2 GB, 1000202043392 byte
255 testine, 63 settori/tracce, 121600 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x0002093a
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 1 121602 976761560 7 HPFS/NTFS
antonio@antonio-laptop:~$
Re: [Usb] incompatibilità hard disk esterno
Il problema è che la tabella delle partizioni è corrotta in qualche modo. Infatti all'inizio ti viene detto che i cilindri sono
121600, mentre la partizione termina al cilindro 121602. Questo impedisce al driver ntfs-3g di montare il disco correttamente
Prova ad installare da synaptic ntfsprogs e poi ad usare ntfsmount per montare la partizione.
121600, mentre la partizione termina al cilindro 121602. Questo impedisce al driver ntfs-3g di montare il disco correttamente
Prova ad installare da synaptic ntfsprogs e poi ad usare ntfsmount per montare la partizione.
"Chi c**a sott' 'a neve, pure si ffa 'a bbuca e poi 'a copre, quanno 'a neve se scioje, 'a mm***a vie' sempre fori" T. Milian
- Anto med
- Prode Principiante
- Messaggi: 17
- Iscrizione: giovedì 7 ottobre 2010, 16:29
- Località: grottolella
Re: [Usb] incompatibilità hard disk esterno
era giò incluso nella installazione di ubuntu, penso ke lo apre automaticamente....se nò non lo so fare
Re: [Usb] incompatibilità hard disk esterno
No, di solito ntfsprogs non è installato di default. Fai partire synaptic, clicca su ricerca e inserisci ntfsprogs come testo. Quando ti restiuisce i risultati della ricerca, fai click col pulsante destro sul nome del pacchetto e seleziona installa, poi clicca su apply
Una volta installato il pacchetto, apri un terminale e digita
ntfsmount /dev/sdb1 /mnt
Ti restituisce qualche messaggio di errore?
Una volta installato il pacchetto, apri un terminale e digita
ntfsmount /dev/sdb1 /mnt
Ti restituisce qualche messaggio di errore?
"Chi c**a sott' 'a neve, pure si ffa 'a bbuca e poi 'a copre, quanno 'a neve se scioje, 'a mm***a vie' sempre fori" T. Milian
- Anto med
- Prode Principiante
- Messaggi: 17
- Iscrizione: giovedì 7 ottobre 2010, 16:29
- Località: grottolella
Re: [Usb] incompatibilità hard disk esterno
antonio@antonio-laptop:~$ sudo ntfsmount /dev/sdb1 /mnt
[sudo] password for antonio:
Failed to mount '/dev/sdb1': Operazione non supportata.
Access is denied because the NTFS journal file is unclean. Choices are:
A) Shutdown Windows properly.
B) Click the 'Safely Remove Hardware' icon in the Windows taskbar
notification area before disconnecting the device.
C) Use 'Eject' from Windows Explorer to safely remove the device.
D) If you ran chkdsk previously then boot Windows again which will
automatically initialize the journal.
E) Submit 'force' option (WARNING: This solution it not recommended).
F) ntfsmount: Mount the volume read-only by using the 'ro' mount option.
Mount failed.
[sudo] password for antonio:
Failed to mount '/dev/sdb1': Operazione non supportata.
Access is denied because the NTFS journal file is unclean. Choices are:
A) Shutdown Windows properly.
B) Click the 'Safely Remove Hardware' icon in the Windows taskbar
notification area before disconnecting the device.
C) Use 'Eject' from Windows Explorer to safely remove the device.
D) If you ran chkdsk previously then boot Windows again which will
automatically initialize the journal.
E) Submit 'force' option (WARNING: This solution it not recommended).
F) ntfsmount: Mount the volume read-only by using the 'ro' mount option.
Mount failed.
Re: [Usb] incompatibilità hard disk esterno
Prova a collegare il disco ad un sistema windows e a lanciare lo scandisk su quel disco
"Chi c**a sott' 'a neve, pure si ffa 'a bbuca e poi 'a copre, quanno 'a neve se scioje, 'a mm***a vie' sempre fori" T. Milian
- Anto med
- Prode Principiante
- Messaggi: 17
- Iscrizione: giovedì 7 ottobre 2010, 16:29
- Località: grottolella
Re: [Usb] incompatibilità hard disk esterno
ho gia provato ma ci metteva più di 6 ore...mo ci riprovo
- Anto med
- Prode Principiante
- Messaggi: 17
- Iscrizione: giovedì 7 ottobre 2010, 16:29
- Località: grottolella
Re: [Usb] incompatibilità hard disk esterno
niente da fare
Re: [Usb] incompatibilità hard disk esterno
A questo punto, prova a lanciare il cd live di ubuntu. Inserisci il disco usb e poi da nautilus smontalo. Con gparted riduci leggermente la partizione ntfs. Poi da terminale dai
sudo fdisk -l (è una elle)
Il risultato è del tipo
sudo fdisk -l (è una elle)
Il risultato è del tipo
Devi controllare che i due valori in grassetto siano uguali. Se non è così, da gparted restringi ancora un po' la partizione e poi controlla di nuovo. Alla fine, probabilmente, ci sarà in fondo al disco un piccolo spazio libero, ma mi sembra un compromesso accettabile su un disco da 1 Tb.Disco /dev/sdb: 1000.2 GB, 1000202043392 byte
255 testine, 63 settori/tracce, 121600 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Identificativo disco: 0x0002093a
Dispositivo Boot Start End Blocks Id System
/dev/sdb1 1 121602 976761560 7 HPFS/NTFS
Ultima modifica di gianmpu il venerdì 8 ottobre 2010, 14:21, modificato 1 volta in totale.
"Chi c**a sott' 'a neve, pure si ffa 'a bbuca e poi 'a copre, quanno 'a neve se scioje, 'a mm***a vie' sempre fori" T. Milian
Chi c’è in linea
Visualizzano questa sezione: Bing [Bot] e 4 ospiti
