Link to home
Start Free TrialLog in
Avatar of Dan Kaib
Dan KaibFlag for United States of America

asked on

Copying files to an AIX DVD is very slow, is there a way to increase the speed?

The DVD is formatted as a udfs filesystem.  I have a lot of small compressed files that I want to store on several DVD's.  It took over 11 hours to copy 7600 files.  Is there a faster way to write these files to the DVD?
I used the following:
mount -Vudfs /dev/cd0 /mnt
find . -depth | cpio -pdum /mnt

The lscfg for the DVD is:
  cd0              U789C.001.AAA0429-P2-D2  SATA DVD-RAM Drive

        Manufacturer................IBM
        Machine Type and Model......RMBO0020581
        ROS Level and ID............RA33
        Device Specific.(Z0)........058002028F000030
        Part Number.................39J5771
        EC Level....................H86952
        FRU Number..................39J5772
        Hardware Location Code......U789C.001.AAA0429-P2-D2

The system is:
System Model: IBM,8203-E4A
Processor Type: PowerPC_POWER6
Number Of Processors: 1
Processor Clock Speed: 4204 MHz
CPU Type: 64-bit
Kernel Type: 64-bit
LPAR Info: 1 10-BAF01
Memory Size: 3760 MB
Good Memory Size: 3760 MB

We are running AIX 5.3

TIA,
Dan
ASKER CERTIFIED SOLUTION
Avatar of wesly_chen
wesly_chen
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of woolmilkporc
Avatar of Dan Kaib

ASKER

wesly_chen,

Thank you for your reply.  I was trying to keep the directory structure intact so that if they wanted to get a specific report from the DVD they would not have to search through different tar files.

It doesn't look like the DVD on AIX should be used for what I wanted to do.

Thanks again for your reply.
Dan
Thanks woolmilkporc, we are behind in the TL updates.  Planning to upgrade to the latest TL12 in the next 2-3 weeks.

Hopefully that corrects the problem.

Thanks again,
Dan