Old computer - slow transfers for sata

hi all,
I've set up a linux box with very old stuff. I'm talking about a Pentium II 350 MHz on a Asus P5B, 192 MB RAM. Though I have some new disks, with which I am experienceing slow transfers and I would like to know some advices on what could I do. Or maybe to know that the answer is: the cpu power is too low to have decent speeds.
Now, briefly what I've is:
- on a PCI, an old Promise FastTrak TX4 sata 150
- on it, 3 WD20EARS 2TB disks
- consider 2 of them. They have been partitioned with parted
- the partition method has been (for both): gpt label, mkpart with starting sector 2048s and end -1. This should have been guaranteed alignment for the 4K sectors of the drive
- filesystem is lvm for both. each is a single big pv on single vg on a single lv (consider one is the drive where I store all my photos - 2TB big, the other is the drive where I store backups of them - 2TB)
when I transfer files between them (tens of folders of hundreds of files size 600kb-4mb) for backup with rsnapshot I see the following, using iostat 5 -m:
avg-cpu: %user %nice %system %iowait %steal %idle
37.33 0.80 60.88 1.00 0.00 0.00
Device: tps MB_read/s MB_wrtn/s MB_read MB_wrtn
sda 0.00 0.00 0.00 0 0
sdb 83.03 5.69 0.01 28 0
sdc 19.96 0.00 5.63 0 28
scd0 0.00 0.00 0.00 0 0
sdd 14.57 0.19 0.02 0 0
dm-0 1440.52 0.00 5.63 0 28
dm-1 0.00 0.00 0.00 0 0
dm-2 1449.10 5.66 0.00 28 0
dm-3 1449.10 5.66 0.00 28 0
dm-4 2.00 0.00 0.01 0 0
now the question: is there a way to get better speeds and to lower cpu load?
please note that, according to hdparm, everything should be correct (just an output from hdparm -I is shown here, they are exactly the same):
ATA device, with non-removable media
Model Number: WDC WD20EARS-00MVWB0
Serial Number: WD-WCAZA2284951
Firmware Revision: 51.0AB51
Transport: Serial, SATA 1.0a, SATA II Extensions, SATA Rev 2.5, SATA Rev 2.6
Standards:
Supported: 8 7 6 5
Likely used: 8
Configuration:
Logical max current
cylinders 16383 16383
heads 16 16
sectors/track 63 63
CHS current addressable sectors: 16514064
LBA user addressable sectors: 268435455
LBA48 user addressable sectors: 3907029168
Logical/Physical Sector size: 512 bytes
device size with M = 1024*1024: 1907729 MBytes
device size with M = 1000*1000: 2000398 MBytes (2000 GB)
cache/buffer size = unknown
Capabilities:
LBA, IORDY(can be disabled)
Queue depth: 32
Standby timer values: spec'd by Standard, with device specific minimum
R/W multiple sector transfer: Max = 16 Current = 0
Recommended acoustic management value: 128, current value: 254
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6
Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4
Cycle time: no flow control=120ns IORDY flow control=120ns
Commands/features:
Enabled Supported:
* SMART feature set
Security Mode feature set
* Power Management feature set
* Write cache
* Look-ahead
* Host Protected Area feature set
* WRITE_BUFFER command
* READ_BUFFER command
* NOP cmd
* DOWNLOAD_MICROCODE
Power-Up In Standby feature set
* SET_FEATURES required to spinup after power up
SET_MAX security extension
Automatic Acoustic Management feature set
* 48-bit Address feature set
* Device Configuration Overlay feature set
* Mandatory FLUSH_CACHE
* FLUSH_CACHE_EXT
* SMART error logging
* SMART self-test
* General Purpose Logging feature set
* 64-bit World wide name
* WRITE_UNCORRECTABLE_EXT command
* {READ,WRITE}_DMA_EXT_GPL commands
* Segmented DOWNLOAD_MICROCODE
* Gen1 signaling speed (1.5Gb/s)
* Gen2 signaling speed (3.0Gb/s)
* Native Command Queueing (NCQ)
* Host-initiated interface power management
* Phy event counters
* NCQ priority information
DMA Setup Auto-Activate optimization
* Software settings preservation
* SMART Command Transport (SCT) feature set
* SCT LBA Segment Access (AC2)
* SCT Features Control (AC4)
* SCT Data Tables (AC5)
unknown 206[12] (vendor specific)
unknown 206[13] (vendor specific)
Security:
Master password revision code = 65534
supported
not enabled
not locked
not frozen
not expired: security count
supported: enhanced erase
402min for SECURITY ERASE UNIT. 402min for ENHANCED SECURITY ERASE UNIT.
Logical Unit WWN Device Identifier: 50014ee205346fd3
NAA : 5
IEEE OUI : 0014ee
Unique ID : 205346fd3
uname -a is:
Linux myhost 2.6.36-ARCH #1 SMP PREEMPT Sat Jan 8 13:16:43 UTC 2011 i686 Pentium II (Deschutes) GenuineIntel GNU/Linux
any help?
thanks a lot
Gemon

I will try adding some ram, I should have 128mb on my wife's brother pc.
Just some quick tests with dd to see if it is a problem of the pci channel - apparently it looks like. Tomorrow I will try to move one of the two disks on the other sata controller I have on the other pci slot.
First test is writing a sequential file to a WD20EARS (/dev/sdbx or /photo/photo as lvm)
Second test is reading from that same disk. 75 mb/s looks like a nice speed, considering the hosting pc anc pci slot bound at 133 mb/s bw
Third test is copying from one WD20EARS to the other
Fourth test is copying from one WD20EARS to the PATA drive where I have linux installed - consider this is on the motherboard controller and can do udma/33 only.
[root@myhost gemon]# dd if=/dev/zero of=/photo/photo/output.img bs=8k count=256k
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 146.265 s, 14.7 MB/s
[root@myhost gemon]# dd if=/photo/photo/output.img of=/dev/null bs=8k count=256k
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 28.3661 s, 75.7 MB/s
[root@myhost gemon]# dd if=/photo/photo/output.img of=/backup-photo/output.img bs=8k count=256k
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 93.4719 s, 23.0 MB/s
[root@myhost gemon]# dd if=/photo/photo/output.img of=/home/gemon/output.img bs=8k count=256k
262144+0 records in
262144+0 records out
2147483648 bytes (2.1 GB) copied, 116.291 s, 18.5 MB/s
tomorrow I'll redo some tests with the secondo wd20ears on the other pci slot.
thanks everybody for the first answers
Gemon
PS: filesystem is ext4 on all those lvm logical volumes

Similar Messages

  • I just got a new macbook pro and did migration from my old computer.  transferred everything except my iPhoto!  now it prompts me to choose a library, but its all blank?  help!

    i just got a new macbook pro and did migration from my old computer.  transferred everything except my iPhoto!  now it prompts me to choose a library, but its all blank?  help!

    Copy the Library over manually.
    To move an iPhoto Library to a new machine:
    Link the two Macs together: there are several ways to do this: Wireless Network,Firewire Target Disk Mode, Ethernet, or even just copy the Library to an external HD and then on to the new machine...
    But however you do choose to link the two machines...
    Simply copy the iPhoto Library from the Pictures Folder on the old Machine to the Pictures Folder on the new Machine.
    Then launch iPhoto. That's it.
    This moves photos, events, albums, books, keywords, slideshows and everything else.

  • HT4796 I started Migration Assistant and then my old computer spontaneously restarted.  I am back in Migration Assistant but my [new] iMac is still waiting for input from my old computer, and my old computer is waiting for the iMac to connect.  What do I

    I have a new iMac.  I'm using Migration Assistant to transfer files.  My old computer spontaneously shut down.  I restarted it and am trying to use Migration Asst again, but each computer is waiting on input from the other one.  What do I do?

    Let me see if I've gotten this right! You want to remove an account from BOTH machines? Do this for your new machine first, then for the other.
    Click the Apple logo on the top left of the screen, System Preferences, Users and Groups (under Systems), unlock the lock in the window if its locked (you need to know the password), select the user that you wish to remove, and click the - sign next to the + sign for Login options. A window will pop up with some options. Select Delete this user and securely, and click 'Delete user'.
    After this, do an update from the App Store.
    Thats all there is to it.
    For the other machine repeat the process except for one thing. Before you delete the user in this case YOU, you will have to give Administrator priviledges to your son bu checking the box 'Allow user to administer this computer'.
    Do NOT do anything from Finder ... if you dont know how to fix the consequences of the problems caused.
    There is no need to unauthorize your iTunes account on your new machine. Do it on the old machine though.

  • Transferring data from old computer to new for iphone3g

    Hi all.
    I have purchased a macbook and now am faced with the dilemma of trying to figure how to transfer the info from my iphone ( music, contacts, photos etc) to the new computer. Previously my iphone is backed up by syncing with my windows run pc. I have backed up all the files from pc to external hardrive but do not fully understand what happens with the iphone information patricularly any things purchased.
    I have extensive photos and music and contact information and these things are my primary concern.
    If there is any tech savvy soul who can guide us it would be most appreciated. I am an older person trying to find how to do these things with not a lot of background understanding. I find the info in apple help still confusing .
    Cheers

    With a Mac, you can use iPhoto to import all photos from your PC's backup.
    All iTunes content including 3rd party apps are stored in an iTunes named folder. With Windows, the iTunes folder is located in your Music folder which is in the Documents folder. Copy the iTunes named folder on your external drive. With iTunes quit on your Mac, place the iTunes folder in your Music folder. This will replace the existing iTunes named folder in the Music folder on your Mac. You also need to authorize your Mac with your iTunes account with iTunes if you haven't already done so.
    Before syncing contacts with the Address Book and calendar events with iCal on your Mac, enter one contact in the Address Book and one calendar event in iCal. Make these up if needed, which can be deleted later. This will provide a merge prompt with the first sync for this data, which you want to select. Syncing contacts with the Address Book and calendar events with iCal is selected under the Info tab for your iPhone sync preferences with iTunes.
    Before the first sync with iTunes on your Mac, with your iPhone connected to iTunes and without syncing, control-click on your iPhone in the iTunes source list under Devices and at the menu window that appears, select Back Up.
    This link provides the data included with your iPhone's backup.
    http://support.apple.com/kb/HT1766

  • Help pls old computer need download for previous version

    I have an older computer: Pentium 4 CPU 2.20GHz; 512 MB Ram; WindowsXP home additon; Internet Explorer 8 and I had fp 9 installed. 
    All old versions of fp have been removed & when I try to update to fp 10 all i get is a page that says the following with no install box.
    Depending on your security settings, you may encounter these steps:
    Step 1
    Wait for the information bar to appear.
    Step 2
    Click on the information bar, and then select Install ActiveX Control.
    Step 3
    Click Install
    I'd like to re-install fp9 but can't find the download on the Adobe website. Can anyone help. Thank you in advance

    Hi, On the Step #3, what happens when you click on Install? That step notice is from Internet Explorer simply asking you if you want to Install Flash Player. Since Flash Player Installs an ActiveX Control into your IE browser, this is just a Security feature that Microsoft have included into Windows/IE.
    You should be able to Install then when you click on Install. Try that and let me know what happens.
    Thanks,
    eidnolb

  • HT4262 I need help putting encryption on my airport access, can any advise? I'm using window7, on a pc. It's an old computer, slow.

    Can anyone help? I'm trying to put a password on an airport express base station, wireless connection. So far no assistance available on Apple support, unless I pay $20.00

    So far no assistance available on Apple support, unless I pay $20.00
    A bargain. We charge $50.
    Just kidding! 
    Do you have AirPort Utility 5.6.1 for Windows installed on your Windows 7 machine?

  • HT4527 Transfering music from old computer to new computer

    I followed the directions using my ipod as a hard drive to copy the itunes folder from my old computer and transfered it to My Music on the new computer.  The folder is there with all the songs but when I open itunes, the music isn't there.  What am I doing wrong.

    Have you told your computer's iTunes via File > Add To Library that they are there ?

  • Backing up ipad/iphone to new computer.  Have old computer backup files.

    I have a new computer and want to backup my ipad and iphone to the new computer without losing data and settings.  I have complete backup files from the old computer including the previous ipad and iphone syncs.  I have set up itunes on the new computer and transferred over my music.  Can I transfer over the mobile device backup files to the new computer so the sync on the new computer is as if I am to syncing to the old computer? 

    Thanks for the info.
    I have 2 files from from old computer (one for iphone and one for ipad) from the folder callled:  users\xxx\appdata\roaming\applecomputer\roaming\mobilesync\backup\.  If I just copy those over to the new computer and put them in the same subdirectory will the ipad/iphone recognize these when I try to sync?
    I also have the old itunes subfolder called Mobile Applications and am wondering if I just copy that over to the new itunes subfolder called itunes\media whether it will automatically be recognized?  Note: I am able to access the backup but unable to do anything in itunes in the old computer (such as consolidating or merging files) 
    Are these all of the files associated with the ipad/ipod backup that would have been stored on the old computer?

  • How do i get my music from i tunes on my old computer to my new computer?

    Hi, i have had help with data export etc, i was just wondering how i get my music, paid for and imported from my old computer to my new one?
    Thank you all

    Well, there are many ways. First concern though is if you have any music purchased from the iTunes Store. If so you must deauthorize the old computer before transferring your library.
    If both computers have Firewire ports then the easiest way is to use Target Disk Mode. You can then copy your /Music/iTunes/ folder to the /Music/ folder on the new computer.
    When you run iTunes on the new computer it should find the iTunes folder automatically. You will then have to re-authorize the new computer to be able to use your iTunes Store purchased music.

  • Can't directly deactivate from old computer, but need Acrobat on new computer...

    My old computer died due to a faulty power cord/port issue... I can't power it up to deactivate my Adobe Acrobat directly from that computer. I need it on my new computer and I have the serial number. How do I do this without accessing the old computer? Thanks for any help.

    Hi Susan U,
    Welcome to Adobe Forum,
    When you install it on the third computer or for the third time & when you to activate it, if it installed & activated already twice, there will be an option of deactivating it from the previous computers, please click on that.
    Next it will allow you to activate on your new machine,
    Now you can go back to your first computer, log out & log back in of Desktopp CC App, launch any product, if there is any product to buy, in that prompt there will be an option to " license the software", please click on that & sign in.
    It will reactivate the CC on the first machine.
    You have already deactivated it from one machine, hence you can activate it on third computer.
    Regards,
    Rajshree

  • How do I deactivate Lightroom 4 on my old computer?

    Tomorrow I am trading in my old computer (MacBook Pro) for a new computer.  How do I deactivate and uninstall Lightroom 4 on my old computer?
    In Photoshop CS6 there was a "deactivate" option in the Help menu, but it is not there for Lightroom 4.

    There is no deactivate.  Just uninstall it.

  • How do I move the tags and catalogs from old Photoshop Elements on old computer to new computer?

    I am trying to move my Photoshop Elements information to a new computer.  I have gotten the software installed, and the picture files moved over, but the tags and catalogs are not showing up on the new computer.  From looking online, it looks like there is a way to attach that information to the files on the old computer before transferring them over.  Ugh!  Hindsight!  Having already transferred over 35,000 jpg files to my new computer, is there any other way to move that information over without deleting all those files on my new computer and starting from scratch?

    Even if you have the same folder structure, the organizer will find that the internal serial number of the drive is different and show all files as missing; you'll need to reconnect. That's why the backup and restore method is better. It also recognizes the need to upgrade (convert) the catalog format to the new version of Elements.
    Use Backup, Restore to move catalog | Organizer | Elements 6 or later

  • Moving iWeb from old computer to new

    I just bought a new computer with iLife 08, the old computer has iLife 06. How do I move my website from iWeb to the new computer? I saw one internet suggestion that I look for a file in users/myname/library/application support/iweb. This folder does not exist on my old computer. Thanks for any help.

    On the old computer the domain file for iweb is only in the library folder under the main HD and not in the user library. I copied this Domain, and on the new computer the only iweb folder was in the user library (which there is only one user) so I pasted the domain file there. This did not work, when I open iweb I still get he start up for new user screen.

  • How do I migrate an ipad to a new computer if the old computer is not available to retrieve the backup file from?

    I've read lots about using the "transfer purchases" option, but the person I'm helping is very afraid of losing data, etc.

    Read this thread completely and carefully.
    https://discussions.apple.com/thread/3305461
    If you follow the advice/suggestions that King Penguin and Demo (me) posted in this thread, you will be able to transfer everything from your iPad to another computer - even if you no longer have access to the old computer.
    Transferring purchases is a breeze and it WILL work.  Just follow the instructions. Remember to turn auto sync OFF in iTunes before you connect the iPad to the computer and launch iTunes. And remember to Transfer Purchases and Backup before you proceed with anything else. The data that you are worried about losing is contained in the iPad backup when you manually create the backup - hence the importance of backing up before syncing.

  • Old computer I had is OSX Snow Leopard with Entourage. New one is OSX Mavericks. Using Mail where are my addresses and old address book. Transferred old computer backup by Time Machine and other things work? Can't see a symbol for address book.

    Old computer I had is OSX Snow Leopard with Entourage. New one is OSX Mavericks. Using Mail where are my addresses and old address book. Transferred old computer backup by Time Machine and other things work? Can;t see a symbol for address book.

    Where are addresses kept on MAIL?  I don;t like the new format at all. Frances
    Begin forwarded message:
    From: Frances Topping <[email protected]>
    Subject: Re: - Old computer I had is OSX Snow Leopard with Entourage. New one is OSX Mavericks. Using Mail where are my addresses and old address book. Transferred old computer backup by Time Machine and other things work? Can't see a symbol for address book.
    Date: August 25, 2014 at 9:46:01 AM EDT
    To: discussions-replies <[email protected]>
    Old Entourage is POP and new Mavericks MAIL  is IMAP I believe. I don;t know how to export in the forms you mention. Frances

Maybe you are looking for

  • ITunes WILL NOT sync

    I bought a Def Leppard CD yesterday knowing that they are not available on the iTunes store. I burned the discs to my Mac with the intention of putting them on my iPhone 4s. After trying to drag and drop for about an hour and iTunes refusing to even

  • Appraisal print in PDF

    Hi, I had used the documents_todo.htm to create appraisals. When it is executed, there is a print button for the appraisals created. I get the following error when it is printed, "Adobe Reader could not open 'filename.pdf' because it is either not a

  • More than 10 recent items, how to do it?

    I manage to increase the number of recent items in Logic 7, but on L8 I cant find it. How do you do that?

  • TS1702 How have I changed to US site so I can't download anything from App Store?

    I can't update as I get a message that I am on the US site and need to change to UK. I have downloaded 2 apps in the last day with no trouble so am puzzled and annoyed.

  • Want to make fiscal quarters from fiscal periods in Info design tools

    Dear Gurus: I have new reporting requirement for fiscal quarters, currently I have fiscal periods and fiscal years in my business layers. I have two questions from you guys. 1) Which is the better way to achieve this. Should I try to make it in IDT o