Hi there,<br>
<br>
Currently i am trying to mount my external usb drive, i am using debian
sarge with a 2.4 kernal and the following dmesg tells me that is
detected, but when i try to mount it it tells me that the volume is
probably in a format that cannot be mounted in the GUI.<br>
<br>
<br>
part of dmesg<br>
<br>
Initializing USB Mass Storage driver...<br>
usb.c: registered new driver usb-storage<br>
i810_rng: RNG not detected<br>
scsi1 : SCSI emulation for USB Mass Storage devices<br>
  Vendor: IC35L040  Model: AVVN07-0          Rev: VA2O<br>
  Type:  
Direct-Access                     
ANSI SCSI revision: 02<br>
WARNING: USB Mass Storage data integrity not assured<br>
USB Mass Storage device found at 2<br>
USB Mass Storage support registered.<br>
i810_rng: RNG not detected<br>
hw_random: RNG not detected<br>
hw_random: RNG not detected<br>
hw_random: RNG not detected<br>
apm: BIOS version 1.2 Flags 0x02 (Driver version 1.16)<br>
Attached scsi disk sda at scsi1, channel 0, id 0, lun 0<br>
SCSI device sda: 80418240 512-byte hdwr sectors (41174 MB)<br>
 /dev/scsi/host1/bus0/target0/lun0: p1<br>
FAT: bogus logical sector size 64543<br>
VFS: Can't find a valid FAT filesystem on dev 08:00.<br>
FAT: bogus logical sector size 64543<br>
VFS: Can't find a valid FAT filesystem on dev 08:00.<br>
<br>
On console I used...<br>
<br>
sg_scan -i<br>
<br>
/dev/sg0: scsi1 channel=0 id=0 lun=0 [em]<br>
    IC35L040 
AVVN07-0          VA2O
[rmb=0 cmdq=0 pqual=0 pdev=0x0]<br>
<br>
and<br>
<br>
sg_map<br>
<br>
/dev/sg0  /dev/sda<br>
<br>
and for fstab<br>
<br>
/dev/sda       
/media/usb_drive       
vfat   
rw,user,noauto                 
0       0<br>
<br>
while on the console.<br>
<br>
mount -t vfat /dev/sda /media/usb_drive<br>
<br>
mount: wrong fs type, bad option, bad superblock on /dev/sda,<br>
       missing codepage or other error<br>
       In some cases useful info is found in syslog - try<br>
       dmesg | tail  or so<br>
<br>
Can someone shed some light into this.<br>
<br>
Thanks.<br>