|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#8481 | |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 8279
|
Quote:
__________________
Vendo: cpu AMD Ryzen 9950X3D - MSI X870E TOMAHAWAK - CORSAIR 2X32GB VENGEANCE 6000 CL30 - GIGABYTE RTX5080 Gaming OC - Corsair AX860 - PHANTEKS P600S |
|
|
|
|
|
#8482 | |
|
Senior Member
Iscritto dal: Sep 2003
Città: Milano
Messaggi: 4623
|
Quote:
comunque sia ho provato il comando che mi dici: Codice:
giamma@ubuntu:~$ sudo fdisk -l /dev/sdb Disk /dev/sdb: 125 MB, 125960192 bytes 4 heads, 61 sectors/track, 1008 cylinders Units = cylinders of 244 * 512 = 124928 bytes Disk /dev/sdb doesn't contain a valid partition table è la scheda SD del mio cellulare.
__________________
Ho trattato con : lahiri, czame, RC, allXXX, dfruggeri, JMM, Paperone, xej, Pappez, iperfly, Red81, Playmake, ryan78, Rob66, XP2200, Peach1200, faberjack, Stewie82, supermario_bros, hft500, Axelscorpio, pipes lee, Piccolospazio, RohanKish, miki66, kabira85 Ultima modifica di TorpedoBlu : 18-05-2007 alle 09:31. |
|
|
|
|
|
#8483 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Sostituisci sdb1 a sdb
Solitamente si specifica anche il tipo di partizione: sudo mount -t ntfs /dev/sdb1 /media/sdb1 |
|
|
|
|
#8484 | |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Quote:
sudo gedit /boot/grub/menu.lst Nel primo menù che solitamente è quello relativo al boot normale metti: hide (hd0,3) Il 3 va cambiato a seconda della posizione della partizione nel disco...ad esempio, se hai 4 partizioni sarà 3: hd0,0 -> partizione Windows hd0,1 -> partizione Linux hd0,2 -> partizione swap hd0,3 -> partizione ripristino |
|
|
|
|
|
#8485 | |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Quote:
Sicuro che sia /dev/sdb ? |
|
|
|
|
|
#8486 |
|
Senior Member
Iscritto dal: Sep 2003
Città: Milano
Messaggi: 4623
|
si perchè nel log appena inserisco la schedina mi crea quel device.
può essere un problema di driver? o di partizione Nokia?
__________________
Ho trattato con : lahiri, czame, RC, allXXX, dfruggeri, JMM, Paperone, xej, Pappez, iperfly, Red81, Playmake, ryan78, Rob66, XP2200, Peach1200, faberjack, Stewie82, supermario_bros, hft500, Axelscorpio, pipes lee, Piccolospazio, RohanKish, miki66, kabira85 |
|
|
|
|
#8487 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Ma non te lo monta da solo ? Non hai un'icona sul desktop ?
Fai questo comando: sudo cat /etc/mtab | grep sdb |
|
|
|
|
#8488 | |
|
Senior Member
Iscritto dal: Sep 2003
Città: Milano
Messaggi: 4623
|
Quote:
ma ho visto nel log che quando inserisco la schedina mi aggiunge il device sdb come device identificato. ma evidentemente non ne interpreta la tabella delle partizioni,
__________________
Ho trattato con : lahiri, czame, RC, allXXX, dfruggeri, JMM, Paperone, xej, Pappez, iperfly, Red81, Playmake, ryan78, Rob66, XP2200, Peach1200, faberjack, Stewie82, supermario_bros, hft500, Axelscorpio, pipes lee, Piccolospazio, RohanKish, miki66, kabira85 |
|
|
|
|
|
#8489 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Mmmmhhhh...modello del cellulare ? Com'è formattata la scheda SD ? In fat ?
Prova con: sudo mount -t vfat /dev/sdb /media/sdb |
|
|
|
|
#8490 | |
|
Senior Member
Iscritto dal: Sep 2003
Città: Milano
Messaggi: 4623
|
Quote:
quando la inserisco, il log dice: Codice:
May 18 10:13:33 ubuntu kernel: [ 3978.184000] SCSI device sdb: 246016 512-byte hdwr sectors (126 MB) May 18 10:13:33 ubuntu kernel: [ 3978.192000] sdb: Write Protect is off May 18 10:13:33 ubuntu kernel: [ 3978.192000] sdb: Mode Sense: 23 00 00 00 May 18 10:13:33 ubuntu kernel: [ 3978.192000] sdb: assuming drive cache: write through May 18 10:13:33 ubuntu kernel: [ 3978.200000] SCSI device sdb: 246016 512-byte hdwr sectors (126 MB) May 18 10:13:33 ubuntu kernel: [ 3978.208000] sdb: Write Protect is off May 18 10:13:33 ubuntu kernel: [ 3978.208000] sdb: Mode Sense: 23 00 00 00 May 18 10:13:33 ubuntu kernel: [ 3978.208000] sdb: assuming drive cache: write through May 18 10:13:39 ubuntu kernel: [ 3978.208000] sdb:<6>sdb: Current: sense key: No Sense May 18 10:13:39 ubuntu kernel: [ 3984.228000] Additional sense: No additional sense information May 18 10:13:45 ubuntu kernel: [ 3990.256000] sdb: Current: sense key: No Sense May 18 10:13:45 ubuntu kernel: [ 3990.256000] Additional sense: No additional sense information May 18 10:13:51 ubuntu kernel: [ 3996.280000] sdb: Current: sense key: No Sense May 18 10:13:51 ubuntu kernel: [ 3996.280000] Additional sense: No additional sense information May 18 10:13:51 ubuntu kernel: [ 3996.280000] unknown partition table May 18 10:13:51 ubuntu kernel: [ 3996.280000] sd 5:0:0:0: Attached scsi removable disk sdb May 18 10:13:51 ubuntu kernel: [ 3996.280000] sd 5:0:0:0: Attached scsi generic sg2 type 0 May 18 10:13:51 ubuntu NetworkManager: <debug info>^I[1179476031.612930] nm_hal_device_added (): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_54c_281_F00000296000_if0_scsi_host_scsi_device_lun0_scsi_generic'). non è lo stesso errore che facevo io? (sdb al posto di sdbx)
__________________
Ho trattato con : lahiri, czame, RC, allXXX, dfruggeri, JMM, Paperone, xej, Pappez, iperfly, Red81, Playmake, ryan78, Rob66, XP2200, Peach1200, faberjack, Stewie82, supermario_bros, hft500, Axelscorpio, pipes lee, Piccolospazio, RohanKish, miki66, kabira85 Ultima modifica di TorpedoBlu : 18-05-2007 alle 10:16. |
|
|
|
|
|
#8491 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
|
|
|
|
|
#8492 |
|
Senior Member
Iscritto dal: Sep 2003
Città: Milano
Messaggi: 4623
|
Codice:
giamma@ubuntu:~$ sudo cat /etc/mtab | grep sdb
giamma@ubuntu:~$ mount -t vfat /dev/sdb /media/SD
mount: only root can do that
giamma@ubuntu:~$ sudo mount -t vfat /dev/sdb /media/SD
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
giamma@ubuntu:~$
Codice:
giamma@ubuntu:~$ dmesg | tail [ 3996.280000] sd 5:0:0:0: Attached scsi removable disk sdb [ 3996.280000] sd 5:0:0:0: Attached scsi generic sg2 type 0 [ 4066.520000] sdb: Current: sense key: No Sense [ 4066.520000] Additional sense: No additional sense information [ 4072.548000] sdb: Current: sense key: No Sense [ 4072.548000] Additional sense: No additional sense information [ 5046.788000] sdb: Current: sense key: No Sense [ 5046.788000] Additional sense: No additional sense information [ 5046.788000] FAT: bogus number of FAT structure [ 5046.788000] VFS: Can't find a valid FAT filesystem on dev sdb. giamma@ubuntu:~$ Codice:
May 18 10:31:22 ubuntu kernel: [ 5046.788000] sdb: Current: sense key: No Sense May 18 10:31:22 ubuntu kernel: [ 5046.788000] Additional sense: No additional sense information May 18 10:31:22 ubuntu kernel: [ 5046.788000] FAT: bogus number of FAT structure May 18 10:31:22 ubuntu kernel: [ 5046.788000] VFS: Can't find a valid FAT filesystem on dev sdb.
__________________
Ho trattato con : lahiri, czame, RC, allXXX, dfruggeri, JMM, Paperone, xej, Pappez, iperfly, Red81, Playmake, ryan78, Rob66, XP2200, Peach1200, faberjack, Stewie82, supermario_bros, hft500, Axelscorpio, pipes lee, Piccolospazio, RohanKish, miki66, kabira85 |
|
|
|
|
#8493 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Prova qui: http://cronicar3a.blogspot.com/2006/...ite-linux.html
Installa dal repository: openobex-apps e obexftp Comincia a seguire la guida dal comando: obexftp -u |
|
|
|
|
#8494 | |
|
Senior Member
Iscritto dal: Sep 2003
Città: Milano
Messaggi: 4623
|
Quote:
possibile che non ci sia un modo per capire che filesystem sia??
__________________
Ho trattato con : lahiri, czame, RC, allXXX, dfruggeri, JMM, Paperone, xej, Pappez, iperfly, Red81, Playmake, ryan78, Rob66, XP2200, Peach1200, faberjack, Stewie82, supermario_bros, hft500, Axelscorpio, pipes lee, Piccolospazio, RohanKish, miki66, kabira85 |
|
|
|
|
|
#8495 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Allora non ho capito niente...hai messo la scheda SD del cellulare nel lettore del portatile ?
Se la metti su Windows te la legge regolarmente ? |
|
|
|
|
#8496 | |
|
Senior Member
Iscritto dal: Sep 2003
Città: Milano
Messaggi: 4623
|
Quote:
su linux siccome nn so che drivers installare e non so come vedere se è riconosciuta o meno, ho provato ad inserire la schedina nel lettore (che è integrato) e ho visto che viene riconosciuto il device (con i messaggi postati pocanzi) ma non so come montarlo in quanto come abbiamo provato prima non riconosce il tipo di partizione. ho provato con l'opzione auto e si blocca il pc....
__________________
Ho trattato con : lahiri, czame, RC, allXXX, dfruggeri, JMM, Paperone, xej, Pappez, iperfly, Red81, Playmake, ryan78, Rob66, XP2200, Peach1200, faberjack, Stewie82, supermario_bros, hft500, Axelscorpio, pipes lee, Piccolospazio, RohanKish, miki66, kabira85 |
|
|
|
|
|
#8497 | |
|
Senior Member
Iscritto dal: Jul 2001
Messaggi: 2502
|
Quote:
questa sera ci provo. ciao |
|
|
|
|
|
#8498 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Ma su Windows te la apre la schedina se la metti nel lettore di sd card ?
Se da Windows non te la pare non credo che tu abbia speranza di montarla direttamente da Linux, anche perchè ha probabilmente un file system proprietario... |
|
|
|
|
#8499 |
|
Senior Member
Iscritto dal: Sep 2003
Città: Milano
Messaggi: 4623
|
no no, le ho sempre aperte sotto windows le miniSD che uso sul cell.
__________________
Ho trattato con : lahiri, czame, RC, allXXX, dfruggeri, JMM, Paperone, xej, Pappez, iperfly, Red81, Playmake, ryan78, Rob66, XP2200, Peach1200, faberjack, Stewie82, supermario_bros, hft500, Axelscorpio, pipes lee, Piccolospazio, RohanKish, miki66, kabira85 |
|
|
|
|
#8500 | |
|
Senior Member
Iscritto dal: May 2004
Città: Stra (VE)
Messaggi: 5606
|
Quote:
Io sul mio portatile sono riuscito tranquillamente a leggere e scrivere su sd, ma quelle delle macchinette fotografiche, che sono formattate in FAT32 e sono leggibili senza bisogno di alcun driver. |
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 21:45.



















