Gentoo Archives: gentoo-user

From: Iain Buchanan <iaindb@××××××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] usb1 performance out of usb2 external HD
Date: Mon, 16 Jan 2006 23:26:37
Message-Id: 1137453756.20174.11.camel@orpheus
In Reply to: Re: [gentoo-user] usb1 performance out of usb2 external HD by Trenton Adams
1 On Mon, 2006-01-16 at 10:46 -0700, Trenton Adams wrote:
2 > Are you mounting with the "sync" option, or no? Try it with, and
3 > without. If you do it without, time what it takes to do the copy, and
4 > unmount. unmount will do the actual sync.
5
6 hey, that sped it up heaps!
7
8 $ sudo mount -t vfat -o uid=iain,gid=users,async /dev/sdd6 /mnt/tmp/
9 $ time { cp /usr/portage/distfiles/OOo_2.0.1_LinuxIntel_install.tar.gz /mnt/tmp/; sudo umount /mnt/tmp/; }
10
11 real 0m11.134s
12
13 thats a huge increase (11s instead of 81s!), so how come hdparm still
14 reports 9MB/s?
15
16 > I've noticed that linux in generall is extremely slow with USB devices
17 > sometimes. My external USB2 (ATA 100) drive gets 27M/sec on my
18 > machine. And with a relatively new driver, you should see speeds
19 > about like that.
20
21 Is that calculating the times yourself, or with hdparm?
22
23 thanks,
24 --
25 Iain Buchanan <iaindb at netspace dot net dot au>
26
27 I've had a perfectly wonderful evening. But this wasn't it.
28 -- Groucho Marx
29
30 --
31 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] usb1 performance out of usb2 external HD Trenton Adams <trenton.d.adams@×××××.com>
Re: [gentoo-user] usb1 performance out of usb2 external HD Trenton Adams <trenton.d.adams@×××××.com>