How to erase tape data in unix V4.0 D?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How to erase tape data in unix V4.0 D?
# 1  
Old 10-02-2010
How to erase tape data in unix V4.0 D?

hi!
my computer is...
System: Digital Personal Workstation 433a
Processor: Digital Alpha 21164, 433 MHz
Memory: 64 MB
OS: Digital Unix Console (SRM), Digital Unix V4.0D

how to erase tape data?
I tried with mt erase but no success.
My tape is 120m.
So, how can i erase tape?


thanks in advance.

Last edited by pludi; 10-02-2010 at 01:19 PM..
# 2  
Old 10-06-2010
What do you get for:

Code:
mt status

If it can't find the tape drive, you need to know the address of the tape drive and do "mt -f /dev/rmtxxxxxxxxxxx command" .
# 3  
Old 10-06-2010
The Tru64 UNIX mt command does not have an erase option. Just use the dd command to erase the tape.
Code:
dd if=/dev/zero of=<tape_device_file>

# 4  
Old 10-06-2010
The "mt erase" was there in 4.0D and 4.0F .

mt(1)
# 5  
Old 10-07-2010
You are right. Mea culpa. I looked at the 5.1B docs where mt(1) does not have that option. DEC India, who were responsible for Shells, Commands and Utilities maintenance at that time, must have removed the option for some reason.

Tru64 UNIX 5.1B mt(1)
# 6  
Old 10-07-2010
The was a decided shift to unix System V at DEC Unix 5.1 (aka Tru64).
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Copying tape-to-tape on UNIX

I am using a 4mm tape to backup my Unix system. However, I wanted to make a copy all of the files and archive headers (or just the archive headers if that's possible) created on one of my tapes to another 4mm tape. I only have one tape drive. Is there a command that will complete such task? ... (1 Reply)
Discussion started by: acoco
1 Replies

2. OS X (Apple)

Can I erase and start my mac with unix command

I made a tragic error and erased the extensions manager from my IMac. Now, I can't get the computer to boot up. It just stays on the gray screen. I've tried using the open apple+s method, which brings up the command console (not sure if I've got the lingo down right), and I've tried everything, but... (12 Replies)
Discussion started by: ccff22290
12 Replies

3. AIX

How to use dd command to erase the data in disk

how to use dd command to erase the data in disk, such as hdisk2? (9 Replies)
Discussion started by: rainbow_bean
9 Replies

4. UNIX for Dummies Questions & Answers

Copy data from tape in unix

Dear sir/madam Could you tell me how to copy or get data from tape to any folder in unix? Thanks, (2 Replies)
Discussion started by: seyha_moth
2 Replies

5. UNIX for Dummies Questions & Answers

Need help with DDS data tape

Hi all I have BIG headache with an old unix server I have and I need some help and ideas how to solve them effectively. Thanks in advance ***Story*** I have an OLD SCO OpenServer 5 release 5 server with DDS4 tape device. I also have a box full of DDS4 tapes with data inside. I... (3 Replies)
Discussion started by: khaos83_2000
3 Replies

6. AIX

Erase hard disk data

How to erase/format hard disk data in RS6000 AIX PowerPC model 43 :confused: ? (8 Replies)
Discussion started by: kenloong
8 Replies

7. UNIX for Dummies Questions & Answers

how to extract data from tape.

i have try tar -xvf command but it returns following error. tar: 0511-164 There is a media read or write block size error i have also try to copy data from tape to disk uisng tcopy command , it was succesful but still i am unable to extract data from that file on my disk. one thing to add... (1 Reply)
Discussion started by: djahmed
1 Replies

8. UNIX for Dummies Questions & Answers

Can UNIX data on tape be read in Windows??

Hello All: We have acquired a business (UNIX system) and inherited data which is on SDLT tapes. We'd like to read this data and save it in Windows format, if possible. Anyone in the know on how to do that, if feasible? Please give your suggestions. Regards (2 Replies)
Discussion started by: yourstruly
2 Replies

9. UNIX for Advanced & Expert Users

how to erase files from a tape used previously on Windows operating system

hi all Please may you help. I want to put my unix application backup files using tar cv8 * from a specific folder e.g /u1/sage With new tapes SONY 4mm-DL 90m i can do it with no problem at all. Now I have run out of tapes and I need to use the same kind but they were once used to back... (5 Replies)
Discussion started by: isaac
5 Replies

10. UNIX for Dummies Questions & Answers

Backup Data to tape

Hi everyone!!! I have a question on incremental backup`s and full backup`s? We currently use the Round-Robin schema to do full backup`s on a daily basis but want to change that as our data is increasing. I would like to imply the Grandfather-father-Son policy taking a full backup on the 1st of... (1 Reply)
Discussion started by: donovan
1 Replies
Login or Register to Ask a Question