antonio montagnani wrote:
<SNIP>
Jul 23 23:11:30 Fedora kernel: usb 1-2: new full speed USB device using address 3
Jul 23 23:11:34 Fedora kernel: Initializing USB Mass Storage driver...
Jul 23 23:11:34 Fedora kernel: scsi0 : SCSI emulation for USB Mass Storage devices
Jul 23 23:11:34 Fedora kernel: Vendor: Sunplus Model: MultiMedia-Disk Rev: 1.00
Jul 23 23:11:34 Fedora kernel: Type: Direct-Access ANSI SCSI revision: 02
Jul 23 23:11:34 Fedora kernel: Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
Jul 23 23:11:34 Fedora kernel: usbcore: registered new driver usb-storage
Jul 23 23:11:34 Fedora kernel: USB Mass Storage support registered.
Jul 23 23:11:34 Fedora scsi.agent[3699]: disk at /devices/pci0000:00/0000:00:07.2/usb1/1-2/1-2:1.0/host0/0:0:0:0
Jul 23 23:11:35 Fedora kernel: SCSI device sda: 501760 512-byte hdwr sectors (257 MB)
Jul 23 23:11:35 Fedora kernel: sda: assuming Write Enabled
Jul 23 23:11:35 Fedora kernel: sda: assuming drive cache: write through
Jul 23 23:11:35 Fedora kernel: sda: unknown partition table
Jul 23 23:11:35 Fedora kernel: Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Jul 23 23:11:35 Fedora kernel: updfstab: Using deprecated /dev/sg mechanism instead of SG_IO on the actual device
Any hint???
Well, it's been found. All you need to do is mount it.
Create a mount point at /mnt , I call mine 'flash'. For example 'mkdir /mnt/flash'.
With the unit inserted, type 'mount /dev/sda1 /mnt/flash'.
With any luck (no error messages) you'll now be able to write/read files to/from the device by reading from/writing to /mnt/flash.
Remember to unmount the device before pulling it out: 'umount /mnt/flash'.
Any problems post back.
Regards, Ed.