Howdy,
I've read over a dozen threads here regarding tape backup/restore and have learned a lot.
I'd like to know how I can determine how much data is on a tape, or rather, how much free space is left on a tape.
Also, last night I created backups of 3 file systems:
ufsdump 0fu /dev/rmt/0n c0d0t0s0
ufsdump 0fu /dev/rmt/0n c0d0t0s2
ufsdump 0fu /dev/rmt/0 c0d0t0s4
I then checked the content of the tape with:
ufsrestore tvf /dev/rmt/0n (showed s0 data)
ufsrestore tvf /dev/rmt/0n (showed s2 data)
ufsrestore tvf /dev/rmt/0 (showed s4 data)
No problem. Then I wanted to add another slice to that same tape so I did this:
mt -f /dev/rmt/0 eom
ufsdump 0fu /dev/rmt/0n c0d0t0s5
However, when the backup was complete the only data I could find on the tape was for slice 5. My attempt to append to the tape failed for some reason and the backup of slices 0, 2 and 4 were overwritten.
Any ideas?
thanks
I've read over a dozen threads here regarding tape backup/restore and have learned a lot.
I'd like to know how I can determine how much data is on a tape, or rather, how much free space is left on a tape.
Also, last night I created backups of 3 file systems:
ufsdump 0fu /dev/rmt/0n c0d0t0s0
ufsdump 0fu /dev/rmt/0n c0d0t0s2
ufsdump 0fu /dev/rmt/0 c0d0t0s4
I then checked the content of the tape with:
ufsrestore tvf /dev/rmt/0n (showed s0 data)
ufsrestore tvf /dev/rmt/0n (showed s2 data)
ufsrestore tvf /dev/rmt/0 (showed s4 data)
No problem. Then I wanted to add another slice to that same tape so I did this:
mt -f /dev/rmt/0 eom
ufsdump 0fu /dev/rmt/0n c0d0t0s5
However, when the backup was complete the only data I could find on the tape was for slice 5. My attempt to append to the tape failed for some reason and the backup of slices 0, 2 and 4 were overwritten.
Any ideas?
thanks