USB HDD not Readable

I’ve just install SLES SAP everything fine But when I plug my external Storage to USB port, the storage name is showed but I can’t read the content, I try with 2 different storage and still the same All my storage on FAT32. I try using USB Flash drive FAT32 also and can read the content.

Any solution for this matter ?

thanks

[QUOTE=tdphanab1;17446]I’ve just install SLES SAP everything fine But when I plug my external Storage to USB port, the storage name is showed but I can’t read the content, I try with 2 different storage and still the same All my storage on FAT32. I try using USB Flash drive FAT32 also and can read the content.

Any solution for this matter ?

thanks[/QUOTE]

Add info, I install SLES SAP 11 SP2

Your post confuses me a bit. You state that you cannot read storage connected via the USB and that all your storage is FAT32:

But then you say that you can read a FAT32 formatted flash drive:

So you both cannot and can read FAT32 formatted devices attached via USB. You refer to what you can’t read as ‘Storage’ and what you can read as ‘USB Flash drive’ which makes me think they are different. What exactly is ‘Storage’ in this context?

As soon as you plug in the ‘Storage’ that you cannot read connected can you run

# dmesg | tail -20
$ mount
$ lsmod | grep fat
$ lsmod | grep usb_storage

and post the output. Wrap the output in CODE tags to make it readable. (Use the # button in the toolbar.)

I try using 2 device : Fujitsu 80Gb External HDD and OEM Usb Flashdrive 4Gb.
The HDD name is shown but when I clicked, there is an error message unable to mount hddname DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending
Here is the result for Fujitsu 80Gb External HDD :

hanab1:~/Desktop # dmesg | tail -20
[ 350.292588] usb 1-1.5: new high-speed USB device number 6 using ehci_hcd
[ 350.386047] usb 1-1.5: New USB device found, idVendor=05e3, idProduct=0702
[ 350.386053] usb 1-1.5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 350.386057] usb 1-1.5: Product: USB TO IDE
[ 350.386782] usb-storage 1-1.5:1.0: Quirks match for vid 05e3 pid 0702: 520
[ 350.386928] scsi9 : usb-storage 1-1.5:1.0
[ 351.387400] scsi 9:0:0:0: Direct-Access FUJITSU MHV2080AH 0811 PQ: 0 ANSI: 0
[ 351.387585] sd 9:0:0:0: Attached scsi generic sg3 type 0
[ 351.388470] sd 9:0:0:0: [sdc] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 351.389702] sd 9:0:0:0: [sdc] Test WP failed, assume Write Enabled
[ 351.391079] sd 9:0:0:0: [sdc] Cache data unavailable
[ 351.391082] sd 9:0:0:0: [sdc] Assuming drive cache: write through
[ 351.393308] sd 9:0:0:0: [sdc] Test WP failed, assume Write Enabled
[ 351.394564] sd 9:0:0:0: [sdc] Cache data unavailable
[ 351.394567] sd 9:0:0:0: [sdc] Assuming drive cache: write through
[ 351.411684] sdc: sdc1
[ 351.414423] sd 9:0:0:0: [sdc] Test WP failed, assume Write Enabled
[ 351.415660] sd 9:0:0:0: [sdc] Cache data unavailable
[ 351.415666] sd 9:0:0:0: [sdc] Assuming drive cache: write through
[ 351.415670] sd 9:0:0:0: [sdc] Attached SCSI disk
hanab1:~/Desktop # mount
/dev/sdb2 on / type ext3 (rw,acl,user_xattr)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devtmpfs on /dev type devtmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,relatime,mode=1777,size=96g)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
securityfs on /sys/kernel/security type securityfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev)
hanab1:~/Desktop # lsmod | grep fat
vfat 17535 0
fat 65370 1 vfat
hanab1:~/Desktop # lsmod | grep fat usb_storage
grep: usb_storage: No such file or directory

[QUOTE=tdphanab1;17471]I try using 2 device : Fujitsu 80Gb External HDD and OEM Usb Flashdrive 4Gb.
The HDD name is shown but when I clicked, there is an error message unable to mount hddname DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending
[/QUOTE]

Well never seen that ever myself from putting it in to Google the first thing to try seems to be to umount any USB drives then

$ rm /media/.hal-mtab-lock

It could also be some sort of problem with the Fujitsu 80Gb External HDD. Can you mount it manually as root? E.g.

$ mkdir /mnt/tmp $ mount /dev/sdc1 /mnt/tmp
Have you got any other Linux machines you could try plugging it in to to see if they automatically mount it?

I have old Ubuntu 8 system never have a problem with external usb device, I’ve this fujitsu also on ubuntu and everything fine.

On SLES SAP, i find 1 hitachi 500gb usb external HDD can be mount normaly but when I copy a file to the SLES it converted as lowercase, the original file name in uppercase.

Now i have to use winscp or FTP to copy file to/from SLES really annoying

What file system is the Hitachi formatted with? FAT32 and NTFS are case insensitive but case preserving. This could account for the change in case you describe.

Can’t think of any more advice on why the Fujitsu doesn’t mount automatically.

[QUOTE=mikewillis;17568]What file system is the Hitachi formatted with? FAT32 and NTFS are case insensitive but case preserving. This could account for the change in case you describe.

Can’t think of any more advice on why the Fujitsu doesn’t mount automatically.[/QUOTE]

All my external drive formatted as FAT32, thanks