Appending files to a tape drive


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Appending files to a tape drive
# 1  
Old 06-12-2008
Appending files to a tape drive

I've starting playing with a tape drive for the first time. Its a new one, an IBM Ultrium LTO 4. After initially copying a file to the tape with tar cvf /dev/st0 /root/dummy, all subsequent files appended take an increasing amount of time with tar rvf /dev/st0 /root/dummyX. Is it normal for each appended file to take longer than the previous? Also, anyone have an idea of an optimal block size?
# 2  
Old 07-03-2008
no it shouldn't take long either. you can omit running in verbose mode. by the way, whats the system you're using and what OS?
# 3  
Old 07-03-2008
ANd yes, I forgot..Please check for the SCSI termination.
If possible reseat the terminator. If you doubt O.S. then pls use other command e.g. cpio and try to get the speed.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. HP-UX

TAPE drive

I have used ioscan -fnC tape and the system identified the tape drive. what is the command to show a listing of what is on the tape? I have used ls /dev/rmt/rmt0 to no avail. can anyone help? Thanks in advance (10 Replies)
Discussion started by: Randydog
10 Replies

2. Solaris

Backup files to tape drive on solaris

Hi, I want to take backup of files older than 20 days from a directory onto a tape drive on remote machine on Solaris. The files are of format abc-20100301000000.gz on my local machine. I know the below commands for searching files older than x days and command for backup procedure. solar1 #... (7 Replies)
Discussion started by: jyothi_wipro
7 Replies

3. UNIX for Dummies Questions & Answers

How to send files to remote tape drive

We have 2 UNIX machines, 1.HP-UX 11i where oracle database running on it. 2.AIX 5 with Ultrium LTO3 tape drive connected. My query is, i want to send oracle database archive files from HP machine to the tape drive which connected on AIX machine, everyday. These files should be appended. I... (3 Replies)
Discussion started by: yashdbad
3 Replies

4. BSD

How to reach files from tape drive using dd

Hi all! I have problem with copying files from tape drive. The contents of tape: silverman# tcopy /dev/sa1 file 0: block size 10240: 21 records file 0: eof after 21 records: 215040 bytes file 1: block size 10240: 20712 records file 1: eof after 20712 records: 212090880 bytes file 2:... (2 Replies)
Discussion started by: d3m00n
2 Replies

5. Solaris

Problem restoring files from remote tape drive

Server 1 - Sun Solaris 5.8 sparc SUNW,Sun-Fire-480R with attached DLT tape drive /dev/rmt/0n Server 2 - Old DG-UX box which has restore command on it compatible with the files on the backyup tape - backed up with dump2 Server 3 - Sun solaris 5.9 sparc SUNW,Sun-Fire-V490 with lots of free space... (4 Replies)
Discussion started by: lindab
4 Replies

6. UNIX for Dummies Questions & Answers

tape drive

Hi, I need to restore my tape backup, when I type "tape status" it gives; status : ready beginning-of-tape write-protected soft errors : 0 hard errors : 0 underruns : 3 but... (4 Replies)
Discussion started by: alisevA3
4 Replies

7. Solaris

appending a ufsdump tape

I have a level 3 (weekly) ufsdump on a DLT 4700 that is only 239MB in total for the 3 weeks that the tape is loaded. On the 4th week, I remove the tape and insert another tape to do a level 0 (monthly) dump. Question is: What is the command to append more level 3 dumps if I reinsert the... (3 Replies)
Discussion started by: antalexi
3 Replies

8. Filesystems, Disks and Memory

moving files to tape drive

What is the unix command to move files/backups from the Os to tape. Thanx in advance, Kavita (3 Replies)
Discussion started by: knarayan
3 Replies
Login or Register to Ask a Question