Other Help Topics :: Fujitsu HandyDrive
When I plug my Fujitsu Handy Drive on usb I got this message:
scsi2 : SCSI emulation for USB Mass Storage devices
Vendor: USB 2.0 Model: Storage Device Rev: 0100
Type: Direct-Access ANSI SCSI revision: 02
Attached scsi disk sda at scsi2, channel 0, id 0, lun 0
SCSI device sda: 78140160 512-byte hdwr sectors (40008 MB)
sda: sda1
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
usb.c: deregistering driver usb-storage
and usb-storage get deleted.
Feedback wellcome!!!
Your drive probably does not have a partition table.
You may be able to mount it with:
sudo su
modprobe usb-storage
mkdir /mnt/sda
mount -t vfat /dev/sda /mnt/sda
assuming that the drive has no partition table and is otherwise formatted as FAT32
The files would then be found at /mnt/sda directory.
If this doesn't work, try wiping the drive in MSWindows and create a new FAT32 volume and format it. Then try booting into Linux and see if it is found.
Good Luck.
original here.