View Full Version : Aiuto: problema mount hard disk sterno su ubuntu
Onslaught05
25-11-2012, 19:46
Salve a tutti!!
Ho un problema con un Hard Disk esterno Toshiba appena acquistato..
Ho inizialmente usato questo hd su windows 7 ma vorrei usarlo anche su ubuntu 12.10 purtroppo però quando provo a collegare l'hard disk esso non viene montato automaticamente..
la schermata di lsusb è:
Codice: Seleziona tutto
rosario@ubuntu:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 03eb:3301 Atmel Corp. at43301 4-Port Hub
Bus 002 Device 003: ID 062a:0102 Creative Labs Wireless Keyboard/Mouse Combo [MK1152WC]
Bus 002 Device 004: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 002 Device 008: ID 0480:a006 Toshiba America Info. Systems, Inc.
mentre digitando fdisk -l non viene mostrata alcuna partizione relativa all'hard disk..
Grazie in anticipo per l'aiuto :)
C'è qualcosa in coda a dmesg quando lo colleghi?
Onslaught05
26-11-2012, 00:57
ciao, grazie per la risposta, si qualcosa esce ti scrivo la parte del dmesg che credo sia relativa all'hd:
[ 630.693500] usb 2-4.2.4: new full-speed USB device number 6 using ohci_hcd
[ 630.795546] usb 2-4.2.4: Parent hub missing LPM exit latency info. Power management will be impacted.
[ 630.798545] usb 2-4.2.4: not running at top speed; connect to a high speed hub
[ 630.817561] usb 2-4.2.4: New USB device found, idVendor=0480, idProduct=a006
[ 630.817565] usb 2-4.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 630.817568] usb 2-4.2.4: Product: External USB 3.0
[ 630.817570] usb 2-4.2.4: Manufacturer: Toshiba
[ 630.817572] usb 2-4.2.4: SerialNumber: 20120813036811
[ 630.820831] scsi7 : usb-storage 2-4.2.4:2.0
[ 632.028210] scsi 7:0:0:0: Direct-Access TOSHIBA External USB 3.0 0101 PQ: 0 ANSI: 4
[ 632.028862] sd 7:0:0:0: Attached scsi generic sg2 type 0
[ 632.132233] sd 7:0:0:0: [sdb] Test WP failed, assume Write Enabled
[ 632.170257] sd 7:0:0:0: [sdb] Asking for cache data failed
[ 632.170261] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[ 632.321328] sd 7:0:0:0: [sdb] Test WP failed, assume Write Enabled
[ 635.424669] end_request: I/O error, dev fd0, sector 0
[ 635.424677] Buffer I/O error on device fd0, logical block 0
ciao, grazie per la risposta, si qualcosa esce ti scrivo la parte del dmesg che credo sia relativa all'hd:
[ 630.693500] usb 2-4.2.4: new full-speed USB device number 6 using ohci_hcd
[ 630.795546] usb 2-4.2.4: Parent hub missing LPM exit latency info. Power management will be impacted.
[ 630.798545] usb 2-4.2.4: not running at top speed; connect to a high speed hub
[ 630.817561] usb 2-4.2.4: New USB device found, idVendor=0480, idProduct=a006
[ 630.817565] usb 2-4.2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 630.817568] usb 2-4.2.4: Product: External USB 3.0
[ 630.817570] usb 2-4.2.4: Manufacturer: Toshiba
[ 630.817572] usb 2-4.2.4: SerialNumber: 20120813036811
[ 630.820831] scsi7 : usb-storage 2-4.2.4:2.0
[ 632.028210] scsi 7:0:0:0: Direct-Access TOSHIBA External USB 3.0 0101 PQ: 0 ANSI: 4
[ 632.028862] sd 7:0:0:0: Attached scsi generic sg2 type 0
[ 632.132233] sd 7:0:0:0: [sdb] Test WP failed, assume Write Enabled
[ 632.170257] sd 7:0:0:0: [sdb] Asking for cache data failed
[ 632.170261] sd 7:0:0:0: [sdb] Assuming drive cache: write through
[ 632.321328] sd 7:0:0:0: [sdb] Test WP failed, assume Write Enabled
[ 635.424669] end_request: I/O error, dev fd0, sector 0
[ 635.424677] Buffer I/O error on device fd0, logical block 0
Uhm, non vorrei fosse qualche problema con il modulo per l'USB 3.0.
Che chipset hai sulla scheda madre?
Se colleghi ad una porta USB 2 cambia qualcosa?
Onslaught05
26-11-2012, 16:01
in effetti è un computer un pò vecchiotto quello sul quale sto usando ubuntu, ho un chipset NVIDIA MCP61, non riesco a far funzionare l'hard disk neanche sulle porte usb 2 o tramite hub usb :/
Onslaught05
08-12-2012, 22:01
ho provato a eseguire il mount manuale e il risultato è questo:
rosario@ubuntu:~$ sudo mkdir /media/hd_toshiba
rosario@ubuntu:~$ sudo mount -t ntfs-3g /dev/sdc /media/hd_toshiba
Failed to read bootsector (size=0)
Failed to mount '/dev/sdc': Argomento non valido
The device '/dev/sdc' 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?
qualcuno sa cosa posso fare? :/
ho provato a eseguire il mount manuale e il risultato è questo:
rosario@ubuntu:~$ sudo mkdir /media/hd_toshiba
rosario@ubuntu:~$ sudo mount -t ntfs-3g /dev/sdc /media/hd_toshiba
Failed to read bootsector (size=0)
Failed to mount '/dev/sdc': Argomento non valido
The device '/dev/sdc' 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?
qualcuno sa cosa posso fare? :/
Come ti dice mount, devi indicare il numero della partizione (in questo caso probabilmente /dev/sdc1).
Se non la trova, prova a guardarci dentro con gestione dischi.
Onslaught05
09-12-2012, 23:35
no infatti non la trova, mentre da gestione dischi mi mostra l'hard disk esterno ma non mi fa effettuare alcuna operazione, ne mount ne formattazione ne niente, mi fa solo modificare le impostazioni per il mount di /etc/fstab ma comunque senza alcun risultato..
no infatti non la trova, mentre da gestione dischi mi mostra l'hard disk esterno ma non mi fa effettuare alcuna operazione, ne mount ne formattazione ne niente, mi fa solo modificare le impostazioni per il mount di /etc/fstab ma comunque senza alcun risultato..
Da gestione dischi ti mostra le partizioni presenti?
Per effettuare modifiche ti verrà richiesto di inserire la password.
Onslaught05
20-12-2012, 16:46
da gestione dischi mi mostra l'hard disk esterno ma quando evidenzio il riquadro "volume" dentro cè scritto "nessun supporto"
da gestione dischi mi mostra l'hard disk esterno ma quando evidenzio il riquadro "volume" dentro cè scritto "nessun supporto"
:confused:
Qui non ne usciamo. Prova a postare l'output di
sudo parted -l
quando il disco esterno è collegato.
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.