Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: dlethePosted on 2009-10-07 at 21:38:29ID: 25522358
You have a large number of unknowns, but one of the biggest bottlenecks is typically the software because the tape drive could be starting/stopping continuously, perhaps even every few seconds. This will kill performance.
Try a sanity check by copying a few GB of raw data directly to tape , i.e.
dd if=/dev/zero of=/usr/testfile bs=1024k count=1000 To create a large scratch file
Then
time tar cvf /dev/rmt/0m /usr/testfile.bin {substitute device name as necessary}