Ubuntu 10.04
I have a Samsung F3R drive (SATA II) connected to my motherboard via a Kingwin hot swappable tray.
My current write speeds for extended sequential write are 40.4 Kbs/s! This was verified via a dd write from /dev/zero.
This drive is formatted with ext4.
I've narrowed it down to what I believe is the fstab options. Please give me your thoughts.
Code:
/dev/sde1 /backups auto noauto,user,noexec,rw,sync 0 0
Would the sync option cause such awful performance?
My trouble shooting that has led me to this point:
Poor performance with amanda backup: Test drive speed from shell
dd if=/dev/zero of=/backups/writetest bs=512 count=2000000 : ~40Kb/s
swap out drive (mounted explicitly to /mnt): write speed of 198Mb/s (same dd command)
replace original drive (mounted explicitly to /mnt): write speed of 128 Mb/s (same dd command)
mount the current (problematic) HDD via fstab options (listed above) i.e. "mount /backups": 40 Kb/s write speed (same dd command)
Thanks for your help,
WT