![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Tape Status shows 2 Hard errors and 5 Underruns on new tape | psytropic | SCO | 5 | 04-24-2008 10:29 AM |
| Mounting DLT tape and to backup file to tape | ayzeayem | UNIX for Dummies Questions & Answers | 0 | 08-13-2007 11:09 PM |
| Space free on tape /delete a single file on tape | Minguccio75 | UNIX for Advanced & Expert Users | 3 | 12-20-2006 08:03 PM |
| System Reset | s_aamir | UNIX for Advanced & Expert Users | 2 | 03-11-2002 01:15 PM |
| Take a file from the system and put on tape and reset the file to 0 bytes | JackieRyan26 | UNIX for Dummies Questions & Answers | 1 | 09-06-2001 02:08 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
I'm changing from SCO UNIX to Red Hat Linux. In the UNIX box when backing up my data to tape I usually do this:
tape reset sleep 5 nohup tar ................... I want to know if there is a way to do "tape reset" in Red Hat Linux. |
| Forum Sponsor | ||
|
|
|
|||
|
I can only presume your tape reset function is a script of sorts.
I presume again that all it does is rewnd the tape. this can be done as follows. mt -f /dev/rmt/tl5 rewind /dev/rmt/tl5 being the device id of the physical tape drive unit. Hope that helps U4ia-F8 |
|||
| Google The UNIX and Linux Forums |