<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Syv Ritch wrote:
<blockquote cite="mid439463F6.2090904@911networks.com" type="cite">Robert
wrote:
  <br>
  <blockquote type="cite">Peter Farrow wrote:
    <br>
    <br>
    <blockquote type="cite">Dear All,
      <br>
      <br>
I tried a USB2 Maxtor One touch II external hard disk on a couple of my
Centos 4.2 boxes and found it initiallised the SCSI subsystem ok and
added device "sda".  But the performance is miserable, yet the same
hardware running XP the performance is satisfactory.
      <br>
      <br>
HDPARM gives results varying from 120k/sec to , at its peak 4.75M/s on
a USB 2 machine, still very poor by any stretch.
      <br>
      <br>
On a twin CPU USB 1 machine it give a steady 1M/sec, which is
consistently slow, which is better than erratically slow ( :-) )
      <br>
      <br>
Still dog slow, wondered if anyone has seen this, and wondered if the
firewire interface would be better?  (I need to get a cable to try
this).
      <br>
    </blockquote>
    <br>
    <br>
I back up weekly to a Maxtor OneTouch (original) USB2-connected hard
drive. This happens while I sleep but it looks like last Wednesday
morning, it took 36 minutes to to copy 19GB.
    <br>
    <br>
   [root@mavis ~]# du -hs /media/OTOT/2005-11-30
    <br>
   19G     /media/OTOT/2005-11-30
    <br>
   [root@mavis ~]#
    <br>
    <br>
   [rj@mavis ~]$ cat backup_progress_2005-11-30
    <br>
   Wed Nov 30 02:02:07 CST 2005 Removing /media/OTOT/2005-11-09
    <br>
   Backup to /media/OTOT/2005-11-30 Started at Wed Nov 30 02:06:13 CST
2005
    <br>
   Wed Nov 30 02:06:14 CST 2005 Completed: /bin
    <br>
   Wed Nov 30 02:06:15 CST 2005 Completed: /boot
    <br>
   <snip>
    <br>
   Wed Nov 30 02:42:14 CST 2005 Completed: /var
    <br>
   Filesystem           1K-blocks      Used Available Use% Mounted on
    <br>
   /dev/sdb2            152206916 132579164  11896072  92% /media/OTOT
    <br>
   /dev/sdb2 successfully  unmounted from /media/OTOT
    <br>
   All Finished at Wed Nov 30 02:42:14 CST 2005
    <br>
                                  Looks like that averages out to about
8.8MB/sec
    <br>
I'm running an Athlon 2600+, 2GHz, 512MB on an ASUS A7N8X.
    <br>
I hope this helps.
    <br>
  </blockquote>
  <br>
No, not at all. What's the setup?
  <br>
How is the USB configured?
  <br>
How's the drive configured, formatted ext3, vfat...
  <br>
  <br>
</blockquote>
<br>
Drive 0d49:7010 --> >--hub 05e3:0605 --> >--motherboard
rear jack. <br>
<blockquote><tt>[root@mavis log]# uname -r<br>
2.6.9-22.0.1.EL<br>
[root@mavis log]# lsusb<br>
Bus 003 Device 001: ID 0000:0000<br>
Bus 002 Device 003: ID 0764:0005 Cyber Power System, Inc. Cyber Power
UPS<br>
Bus 002 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical<br>
Bus 002 Device 001: ID 0000:0000<br>
Bus 001 Device 011: ID 0d49:7010 Maxtor<br>
Bus 001 Device 007: ID 03f0:3404 Hewlett-Packard DeskJet 6122<br>
Bus 001 Device 006: ID 1267:0103 Logic3 / SpectraVideo plc<br>
Bus 001 Device 005: ID 05e3:0605 Genesys Logic, Inc.<br>
Bus 001 Device 004: ID 0409:0059 NEC Corp. HighSpeed Hub<br>
Bus 001 Device 001: ID 0000:0000<br>
[root@mavis log]# fdisk -l /dev/sda<br>
  <br>
Disk /dev/sda: 163.9 GB, 163927556096 bytes<br>
255 heads, 63 sectors/track, 19929 cylinders<br>
Units = cylinders of 16065 * 512 = 8225280 bytes<br>
  <br>
   Device Boot      Start         End      Blocks   Id  System<br>
/dev/sda1               1         678     5446003+   c  W95 FAT32 (LBA)<br>
/dev/sda2             679       19929   154633657+  83  Linux<br>
[root@mavis log]#  <br>
  <br>
for dir in bin boot etc home initrd lib lost+found misc opt root \<br>
           sbin selinux srv tftpboot \<br>
           usr var ; do<br>
  find /$dir -depth -print0 | cpio --null -pmd $UD/$DT<br>
  echo `date` Completed: /$dir >>$PF<br>
done<br>
  </tt></blockquote>
<br>
</body>
</html>