Hard disk non rilevato
Hard disk non rilevato
Premetto di essere alle prime armi con ubuntu che ho installato per provare a recuperare i dati del mio hard disk WD my passport che Windows mi legge ma non posso accederci. Ho provato inizialmente a copiare l'intero hd su ambiente win con hdd raw copy e dopo 24 ore l'hard disk di atterraggio presenta il medesimo errore. Ho deciso cosi di installare ubuntu ma non legge automaticamente ne il primo ne il secondo hd. Ho provato ad inserirne un terzo e viene letto. Devo fare qualcosa con installazione driver? Oppure posso forzare la lettura con qualche comando (a me sconosciuto ? Grazie mille in anticipo
- thece
- Tenace Tecnocrate

- Messaggi: 13190
- Iscrizione: lunedì 23 aprile 2007, 14:16
- Distribuzione: Debian 12 (Bookworm) - KDE
Re: Hard disk non rilevato
NoNeo85 [url=https://forum.ubuntu-it.org/viewtopic.php?p=5007726#p5007726][img]https://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto: Devo fare qualcosa con installazione driver?
VediamoNeo85 [url=https://forum.ubuntu-it.org/viewtopic.php?p=5007726#p5007726][img]https://forum.ubuntu-it.org/images/icons/icona-cita.gif[/img][/url] ha scritto: Oppure posso forzare la lettura con qualche comando (a me sconosciuto ?
Collega un hard disk "problematico" al PC e poi dai i comandi
Codice: Seleziona tutto
dmesg | tail -n 100
sudo fdisk -l
lsblk -o NAME,FSTYPE,RM,RO,SIZE,TYPE,UUID,MOUNTPOINT
Re: Hard disk non rilevato
ok grazie, stasera provo!!
Re: Hard disk non rilevato
Ecco le videate... ho digitato i comandi in maniera separata (non so se ho fatto giusto).. gli ultimi comandi non erano validi (NAME...)
[ 3141.916266] usb 2-2: new high-speed USB device number 6 using ehci-pci
[ 3142.065427] usb 2-2: New USB device found, idVendor=1058, idProduct=0748
[ 3142.065434] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 3142.065439] usb 2-2: Product: My Passport 0748
[ 3142.065443] usb 2-2: Manufacturer: Western Digital
[ 3142.065447] usb 2-2: SerialNumber: 575837314335323836343936
[ 3142.066328] usb-storage 2-2:1.0: USB Mass Storage device detected
[ 3142.072726] scsi host7: usb-storage 2-2:1.0
[ 3143.101589] scsi 7:0:0:0: Direct-Access WD My Passport 0748 1010 PQ: 0 ANSI: 6
[ 3143.102285] scsi 7:0:0:1: Enclosure WD SES Device 1010 PQ: 0 ANSI: 6
[ 3143.137297] sd 7:0:0:0: Attached scsi generic sg3 type 0
[ 3143.137615] ses 7:0:0:1: Attached Enclosure device
[ 3143.137836] ses 7:0:0:1: Attached scsi generic sg4 type 13
[ 3148.552633] sd 7:0:0:0: [sdc] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
[ 3148.554633] sd 7:0:0:0: [sdc] Write Protect is off
[ 3148.554636] sd 7:0:0:0: [sdc] Mode Sense: 47 00 10 08
[ 3148.555999] sd 7:0:0:0: [sdc] No Caching mode page found
[ 3148.556031] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[ 3148.573914] sdc: sdc1
[ 3148.578380] sd 7:0:0:0: [sdc] Attached SCSI disk
ubuntu@ubuntu:~$
\Usage:
fdisk [options] <disk> change partition table
fdisk [options] -l [<disk>] list partition table(s)
Display or manipulate a disk partition table.
Options:
-b, --sector-size <size> physical and logical sector size
-B, --protect-boot don't erase bootbits when creating a new label
-c, --compatibility[=<mode>] mode is 'dos' or 'nondos' (default)
-L, --color[=<when>] colorize output (auto, always or never)
colors are enabled by default
-l, --list display partitions and exit
-o, --output <list> output columns
-t, --type <type> recognize specified partition table type only
-u, --units[=<unit>] display units: 'cylinders' or 'sectors' (default)
-s, --getsz display device size in 512-byte sectors [DEPRECATED]
--bytes print SIZE in bytes rather than in human readable format
-w, --wipe <mode> wipe signatures (auto, always or never)
-W, --wipe-partitions <mode> wipe signatures from new partitions (auto, always or never)
-C, --cylinders <number> specify the number of cylinders
-H, --heads <number> specify the number of heads
-S, --sectors <number> specify the number of sectors per track
-h, --help display this help and exit
-V, --version output version information and exit
Available columns (for -o):
gpt: Device Start End Sectors Size Type Type-UUID Attrs Name UUID
dos: Device Start End Sectors Cylinders Size Type Id Attrs Boot End-C/H/S
Start-C/H/S
bsd: Slice Start End Sectors Cylinders Size Type Bsize Cpg Fsize
sgi: Device Start End Sectors Cylinders Size Type Id Attrs
sun: Device Start End Sectors Cylinders Size Type Id Flags
[ 3141.916266] usb 2-2: new high-speed USB device number 6 using ehci-pci
[ 3142.065427] usb 2-2: New USB device found, idVendor=1058, idProduct=0748
[ 3142.065434] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 3142.065439] usb 2-2: Product: My Passport 0748
[ 3142.065443] usb 2-2: Manufacturer: Western Digital
[ 3142.065447] usb 2-2: SerialNumber: 575837314335323836343936
[ 3142.066328] usb-storage 2-2:1.0: USB Mass Storage device detected
[ 3142.072726] scsi host7: usb-storage 2-2:1.0
[ 3143.101589] scsi 7:0:0:0: Direct-Access WD My Passport 0748 1010 PQ: 0 ANSI: 6
[ 3143.102285] scsi 7:0:0:1: Enclosure WD SES Device 1010 PQ: 0 ANSI: 6
[ 3143.137297] sd 7:0:0:0: Attached scsi generic sg3 type 0
[ 3143.137615] ses 7:0:0:1: Attached Enclosure device
[ 3143.137836] ses 7:0:0:1: Attached scsi generic sg4 type 13
[ 3148.552633] sd 7:0:0:0: [sdc] 1953458176 512-byte logical blocks: (1.00 TB/931 GiB)
[ 3148.554633] sd 7:0:0:0: [sdc] Write Protect is off
[ 3148.554636] sd 7:0:0:0: [sdc] Mode Sense: 47 00 10 08
[ 3148.555999] sd 7:0:0:0: [sdc] No Caching mode page found
[ 3148.556031] sd 7:0:0:0: [sdc] Assuming drive cache: write through
[ 3148.573914] sdc: sdc1
[ 3148.578380] sd 7:0:0:0: [sdc] Attached SCSI disk
ubuntu@ubuntu:~$
\Usage:
fdisk [options] <disk> change partition table
fdisk [options] -l [<disk>] list partition table(s)
Display or manipulate a disk partition table.
Options:
-b, --sector-size <size> physical and logical sector size
-B, --protect-boot don't erase bootbits when creating a new label
-c, --compatibility[=<mode>] mode is 'dos' or 'nondos' (default)
-L, --color[=<when>] colorize output (auto, always or never)
colors are enabled by default
-l, --list display partitions and exit
-o, --output <list> output columns
-t, --type <type> recognize specified partition table type only
-u, --units[=<unit>] display units: 'cylinders' or 'sectors' (default)
-s, --getsz display device size in 512-byte sectors [DEPRECATED]
--bytes print SIZE in bytes rather than in human readable format
-w, --wipe <mode> wipe signatures (auto, always or never)
-W, --wipe-partitions <mode> wipe signatures from new partitions (auto, always or never)
-C, --cylinders <number> specify the number of cylinders
-H, --heads <number> specify the number of heads
-S, --sectors <number> specify the number of sectors per track
-h, --help display this help and exit
-V, --version output version information and exit
Available columns (for -o):
gpt: Device Start End Sectors Size Type Type-UUID Attrs Name UUID
dos: Device Start End Sectors Cylinders Size Type Id Attrs Boot End-C/H/S
Start-C/H/S
bsd: Slice Start End Sectors Cylinders Size Type Bsize Cpg Fsize
sgi: Device Start End Sectors Cylinders Size Type Id Attrs
sun: Device Start End Sectors Cylinders Size Type Id Flags
Re: Hard disk non rilevato
Che si può fare? Mi piacerebbe poter eseguire una copia dei files su altri hard disk (cosa non possibile su Windows che non mi fa accedere al disco)
- giulux
- Amministratore

- Messaggi: 25441
- Iscrizione: domenica 10 gennaio 2010, 12:17
- Desktop: ubuntu 18.04
- Distribuzione: Ubuntu 18.04.3 LTS x86_64
- Sesso: Maschile
- Località: Roma
Re: Hard disk non rilevato
Inseriti come hai fatto i listati rendono il post troppo lungo e di difficile lettura.
In futuro incolali tra i tag [ code] e [ /code] che si creano cliccando su Codice in alto, sopra la finestra di scrittura (editor completo) così:
In futuro incolali tra i tag [ code] e [ /code] che si creano cliccando su Codice in alto, sopra la finestra di scrittura (editor completo) così:
- [ code][color=#000FF]listato
da postare[/color][ /code]
"Non è una segno di buona salute l'essere ben adattato ad una società malata". (Jiddu Krishnarmurti)
- thece
- Tenace Tecnocrate

- Messaggi: 13190
- Iscrizione: lunedì 23 aprile 2007, 14:16
- Distribuzione: Debian 12 (Bookworm) - KDE
Re: Hard disk non rilevato
I comandi che ti ho passato sono corretti, molto probabilmente li hai scritti in modo sbagliato.
Nel riportare gli output (e formattarli come ti ha suggerito @giulux) riporta anche il comando che hai impartito facendo Copia&Incolla direttamente dal terminale. In questo modo posso vedere gli eventuali errori di battitura.
Nel riportare gli output (e formattarli come ti ha suggerito @giulux) riporta anche il comando che hai impartito facendo Copia&Incolla direttamente dal terminale. In questo modo posso vedere gli eventuali errori di battitura.
Chi c’è in linea
Visualizzano questa sezione: Majestic-12 [Bot] e 6 ospiti