Hi Randy,Ok, let's verify the tape drive, just to be sure:
I took your advice, ran the below and got:
[root@www dev]# ls st0* st0 st0a st0l st0m [root@www dev]#
[root@www dev]# tar tvf /dev/st0m tar: /dev/st0m: Cannot read: No such device or address tar: At beginning of tape, quitting now tar: Error is not recoverable: exiting now
Put a writeable, blank tape (or one you can overwrite) in the drive.
cd /boot tar cvf /dev/st0 * (this will store the files in the /boot dir to the tape) Once you get the prompt back, type:
tar tvf /dev/st0
You should get a list of files that matches the list of files in your /boot dir.
If you get an error, post it back to this list.
-- Psyche-list mailing list Psyche-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/psyche-list