Transfer speeds are VERY slow using a usb hard drive OS openSUSE 11. Works fine on a windows system
Have been working on this a few days and have found no fix
any ideas would be of great help
Write speed : 1.6MB/sec ~4GB file
read speed : 0.8MB/sec ~4GB file
Drive Size (partition) 399.4GB
File System NTFS-3g (3.1)
Mount Point /media/media drive
File System fuseblk
Mount Options
rw,nosuid,nodev,user_id=0,group_id=0,allow_other,blksize=4096
linux1:/ # hdparm -Tt /dev/sdd
/dev/sdd:
Timing cached reads: 2 MB in 2.00 seconds = 1023.20 kB/sec
Timing buffered disk reads: 4 MB in 4.00 seconds = 1023.64 kB/sec
linux1:/ # hdparm -Tt /dev/sdd1/dev/sdd1:
Timing cached reads: 2 MB in 2.00 seconds = 1022.96 kB/sec
Timing buffered disk reads: 4 MB in 4.00 seconds = 1022.79 kB/sec
linux1:/ # hdparm -Tt /dev/sdd2/dev/sdd2:
Timing cached reads: 2 MB in 2.00 seconds = 1022.88 kB/sec
Timing buffered disk reads: 4 MB in 4.00 seconds = 1022.95 kB/sec
linux1:/ #
linux1:/ # lsusb
Bus 002 Device 002: ID 059f:0951 LaCie, Ltd
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 03f0:0d17 Hewlett-Packard LaserJet 1012
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Mount is not listed in fstab, mounted âon the flyâ by fuse i do beleave.
Added 90-storage-nosync.fdi to try and remove the sync option
/usr/share/hal/fdi/policy/20thirdparty/
<deviceinfo version=â0.2â>
<device>
<match key=âblock.is_volumeâ bool=âtrueâ>
<match key=âvolume.fsusageâ string=âfilesystemâ>
<match key=â@info.parent:storage.busâ string=âusbâ>
<merge key=âvolume.policy.mount_option.syncâ type=âboolâ>false</merge>
</match>
</match>
</match>
</device>
</deviceinfo>