Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Tape files
Name: Lingkai Weng Date: March 30, 2001 at 06:50:51 Pacific
Comment:
How to read, write and delete the files on the tape? When I go to /dev/rmt/ and type ls I can only see 0 0b 0bn ....and not files. Thanks!
Name: oliver Date: April 3, 2001 at 07:05:58 Pacific
Reply:
/dev/rmt/* are the actual devices. /dev/rmt/0 would be the first tape drive, /dev/rmt/1 would be the second etc. The letters mean different things like "n" = no rewind. # mt -f /dev/rmt/0 status should give you the status of the first tape drive
To read the contents of a tape (if in tar format) # tar tvf /dev/rmt/0
To write to tape # tar cvf /dev/rmt/0 /dir/to/backup
To extract the contents of the tape # tar xvf /dev/rmt/0
Summary: Answered my own question eventually. FOr anyone who cares: Use the ufsrestore s option to skip ahead to the "session" in question. Also, the mt command can be used (which is easier to think about) m...
Summary: Dear all, Please help me.... I have deleted by mistake files in solaris 8 intel OS by rm -r * in one folder. Now I want to get them back.They are soo important for me. Can any body help me out pleas...
Summary: Do you know if this was a complete install with oem support. check file /var/sadm/install_data/install_log first couple lines you should see selected cluster example SUNWCXall. You may not have the de...