Buongiorno,
oggi ho inserito la chiavetta usb nel mio computer portatile, la legge però mi viene fuori questo errore ‘impossibile montare il seguente dispositivo’.
Volevo provare a vedere se si poteva sistemare.
Grazie a tutti
Buongiorno,
oggi ho inserito la chiavetta usb nel mio computer portatile, la legge però mi viene fuori questo errore ‘impossibile montare il seguente dispositivo’.
Volevo provare a vedere se si poteva sistemare.
Grazie a tutti
Togli la chiavetta, attendi un poco, inseriscila, attendi un attimino e poi mostraci questi output:
$ dmesg|tail -n 15
$ lsusb
allora se ho capito bene cosa fare l’output di:
$ dmesg|tail -n 15
dmesg|tail -n 15
1187.589033] usb 2-1: SerialNumber: 2906820C8090ECCB
1187.683784] Initializing USB Mass Storage driver…
1187.684889] scsi6 : usb-storage 2-1:1.0
1187.685637] usbcore: registered new interface driver usb-storage
1187.685640] USB Mass Storage support registered.
1188.688734] scsi 6:0:0:0: Direct-Access SanDisk U3 Cruzer Micro 8.02 PQ: 0 ANSI: 0 CCS
1188.693346] sd 6:0:0:0: [sdb] Attached SCSI removable disk
1188.694245] sd 6:0:0:0: Attached scsi generic sg2 type 0
1189.403468] sd 6:0:0:0: [sdb] 15753215 512-byte logical blocks: (8.06 GB/7.51 GiB)
1189.404538] sd 6:0:0:0: [sdb] No Caching mode page present
1189.404543] sd 6:0:0:0: [sdb] Assuming drive cache: write through
1189.407339] sd 6:0:0:0: [sdb] No Caching mode page present
1189.407343] sd 6:0:0:0: [sdb] Assuming drive cache: write through
1189.409770] sdb: sdb1
1205.384744] fuse init (API version 7.18)
invece del $lsusb:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 002 Device 003: ID 0781:5406 SanDisk Corp. Cruzer Micro U3
Ho fatto giusto? =)
Si, giusto!
La chiavetta viene vista e configurata correttamente.
Prova a montarla da utente root:
$ su -
password_root
# mkdir /media/test
# mount /dev/sdb1 /media/test
# ll /media/test
L’ultimo comando ritorna l’elenco del contenuto della chiavetta? Puoi farcelo vedere per controllare i permessi?
non so se ho fatto giusto:
[root@kathe ~]# mkdir /media/test
mkdir: impossibile creare la directory “/media/test”: File già esistente
[root@kathe ~]#
[root@kathe ~]# mount /
mount: /dev/mapper/vg_kathe-lv_root is already mounted or / busy
/dev/mapper/vg_kathe-lv_root is already mounted on /
[root@kathe ~]#
[root@kathe ~]# dev/sdb1 /media/test
-bash: dev/sdb1: File o directory non esistente
[root@kathe ~]#
[root@kathe ~]# ll /media/test
@kitten mi pare evidente che non hai fatto giusto, non hai dato i comandi nel modo corretto come indicato.
devo copiarli tutti assieme?
“mount /dev/sdb1 /media/test” è un’unica riga! Tu lo hai spezzato in più righe…
[kat@kathe ~]$ su -
Password:
[root@kathe ~]# mount /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.
[root@kathe ~]#
L’ultimo comando?
quale ultimo comando?
[root@kathe ~]# ll /media/test
totale 0
però nella chiavetta avevo diversi file…
Non è stata montata, per questo non vedi i file.
La chiavetta su un altro sistema funziona correttamente? Vedi i dati al suo interno?
inserendo la chiavetta nel pc la legge però non posso montarla… mi dice impossibile montare il seguente dispositivo.
No non ho provat su un altro sistema operativo avendo solo fedora =(
Cerca di provare su un altro sistema operativo o su un’altra macchina. Prova anche a cambiare porta usb.
Al momento i messaggi che da mi pare eloquente:
Forse c’è un problema hardware della chiavetta…
ho provato su un altro pc, anche li con fedora e mi da lo stesso errore… =(
vorrei sistemare questo problema…
Su un sistema windows?
–Aggiunta–
Prova ad aggiungere subito dopo mount l’opzione “-t ntfs”, vedi se da sempre errore…
no fedora, ho solo fedora in casa =)
e se la formattassi? però perderei tutti i dati che c’erano sulla chiavetta =(
intende cosi:
mount -t ntfs /dev/sdb1 /media/test ?
ho provato cosi : mount -t ntfs /dev/sdb1 /media/test e mi da questo errore:
[root@kathe ~]# mount -t ntfs /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.
Si, formattandola si perderebbero tutti i dati…
E’ il caso di vedere se si riesce ad aprirla con un sistema windows.
Si potrebbe cercare di fare un backup con dd e poi agire da la per recuperare, ma sospetto fortemente ci sia un errore hardware sottostante…