View previous topic :: View next topic |
Author |
Message |
tomasino Apprentice
Joined: 11 Feb 2004 Posts: 154 Location: Italy, Bologna
|
Posted: Thu Oct 21, 2004 1:35 pm Post subject: kernel >= 2.6.8 & usbpen [RISOLTO] |
|
|
Con la stessa configurazione su 2.6.7 riesco a montare tranquillamente la penna usb, con 2.6.8.1 e con 2.6.9 (patchato pegasos, ma credo nn importi)
mi da il classico errore di mount
Code: | dario@giquattro:~$ mount /usbpen/
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
or too many mounted file systems |
C'è qualcosa di particolare che va cambiato passando a questi kernel?
Può centrare il fatto che nn uso udev?
Sto parlando di macchina ppc.
Grazie.
Last edited by tomasino on Thu Oct 21, 2004 8:24 pm; edited 1 time in total |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31271 Location: here
|
Posted: Thu Oct 21, 2004 1:36 pm Post subject: |
|
|
Inserisci la chiavetta e posta le ultime 10 righe del dmesg _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
tomasino Apprentice
Joined: 11 Feb 2004 Posts: 154 Location: Italy, Bologna
|
Posted: Thu Oct 21, 2004 1:45 pm Post subject: |
|
|
con kernel 2.6.9-pegasos
Code: | ohci_hcd 0001:10:1b.0: wakeup
usb 2-1: new full speed USB device using address 4
scsi2 : SCSI emulation for USB Mass Storage devices
Vendor: LEXAR Model: JUMPDRIVE SPORT Rev: 1000
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sda: 506880 512-byte hdwr sectors (260 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
/dev/scsi/host2/bus0/target0/lun0: p1
Attached scsi removable disk sda at scsi2, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi2, channel 0, id 0, lun 0, type 0
USB Mass Storage device found at 4 |
|
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31271 Location: here
|
Posted: Thu Oct 21, 2004 1:47 pm Post subject: |
|
|
L'ha riconosciuta. Bedi se non te l'ha messa su /dev/sdb1 o altro device _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
tomasino Apprentice
Joined: 11 Feb 2004 Posts: 154 Location: Italy, Bologna
|
Posted: Thu Oct 21, 2004 1:56 pm Post subject: |
|
|
negativo, per quanto ho potuto controllare:
Code: | lr-xr-xr-x 1 root root 34 Oct 21 15:41 sda1 -> scsi/host2/bus0/target0/lun0/part1 |
cm diceva dmesg |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31271 Location: here
|
Posted: Thu Oct 21, 2004 1:57 pm Post subject: |
|
|
Prova a montarla con
# mount -t vfat /dev/sda1 /usbpen/ _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
tomasino Apprentice
Joined: 11 Feb 2004 Posts: 154 Location: Italy, Bologna
|
Posted: Thu Oct 21, 2004 2:05 pm Post subject: |
|
|
stesso errore, xò in effetti potrebbe essere un errore del vfat... proverò a creare un'immaginetta per verificare il funzionamento del fs |
|
Back to top |
|
|
.:deadhead:. Advocate
Joined: 25 Nov 2003 Posts: 2963 Location: Milano, Italy
|
|
Back to top |
|
|
tomasino Apprentice
Joined: 11 Feb 2004 Posts: 154 Location: Italy, Bologna
|
Posted: Thu Oct 21, 2004 8:10 pm Post subject: |
|
|
non era lo stesso problema di iDreamer, ma la soluzione era comunque nascosta nei codepage NLS.
Nel kernel 2.6.7 non dovevo scegliere il default codepage per vfat, cosa che devo fare nel 2.6.9.
Nel 2.6.7 non avevo compilato quindi i codepage (avevo solo iso8859-1) e funziava lo stesso, nel 2.6.8 ho dovuto "modulizzare" codepage cp437.
Grazie per l help. |
|
Back to top |
|
|
|