Listing/copying files from magnetic optical disk


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Listing/copying files from magnetic optical disk
# 1  
Old 01-13-2010
Listing/copying files from magnetic optical disk

I am trying to list the name of files on an MOD - I use the command
tar vtf /MOD_DRIVE|more
and I get a nice list of filenames/directories on this particular MOD. When I put in another MOD that contains software options I get the error "directory checksum error". I would like to be able to list these files/directories and then copy them to my harddrive - any thoughts?
Thanks in advance

Steve
# 2  
Old 01-14-2010
Checkout the following:
"T" (Solaris Common Messages and Troubleshooting Guide) - Sun Microsystems
Which suggests the blocking factor could be wrong or the data is corrupt.

You could try using dd to extract the data from the M.O.Drive into a file in normal storage where you can play with it without further corrupting the original data.
# 3  
Old 01-15-2010
Thanks I will try this - do you then think I will be able to see what is on the drive? That is my main concern now is that I am getting an error on mulitple drives of this type when I am simply trying to list out the files on the drive?
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Copying disk - dd or lucreate?

Got server that I want to have an 'image' of disk to keep in case of failure. What I want to be able to do is, in the event of disk failure, remove system disk replace with cloned disk (same slot) and reboot. Trouble is I cant take this server down to single user. Is dd still a viable... (6 Replies)
Discussion started by: psychocandy
6 Replies

2. UNIX for Dummies Questions & Answers

Making a copy of an Magneto Optical Disk

We are trying to make duplicates of some Magneto Optical Disks that were created in Irix 6.5. The disks are 2.3 gig and the using a scsi MOD drive. Is there possbily a disk copy like in dos or some simple script to do this - any help appreciated. Thanks (0 Replies)
Discussion started by: drew_holm
0 Replies

3. Filesystems, Disks and Memory

Need help with MOD Disk copying

Hello, we are running Irix 6.5 on our octane/sgi computers - these computers come with an external Sony MOD drive attached via a scsi cable. We have backed info to 2.3 gig MOD disks over the years and woule like to duplicate the MOD's. I believe there are 3 ways to do this: add a second... (1 Reply)
Discussion started by: drew_holm
1 Replies

4. UNIX for Dummies Questions & Answers

Copying files unto a usb pendrive/external disk from Solaris 9

Hi all, Can anybody help me with how I can connect a usb pendrive or external disk to a Sun Server which runs on Solaris 9? I am able to connect the usb drive to a windows server easily and copy files but am wondering if it is possible to do that with Solaris. Any help will be appreciated. thanks. (3 Replies)
Discussion started by: rahmantanko
3 Replies

5. Solaris

Magnetic Tape

Hello All, I am facing some problem with magnetic tape drive. Backups are coming properly with the tapes that we had previously mt st give o/p as below .. root@server1:/ 2ksh# mt st Quantum Super DLT 320 tape drive: sense key(0x6)= Unit Attention residual= 0 retries= 0 file... (1 Reply)
Discussion started by: ailnilanjan
1 Replies

6. Shell Programming and Scripting

Funny behaviour of copying/listing files

Hi, I encounter a very strange problem :confused: Below is the code that i will run it to backup my files. It will go to find all files in a particular folder from one date to another. The start and end date is a fixed variable. Example, my start date is 1st Jan 2005 and end date is 31st... (3 Replies)
Discussion started by: maldini
3 Replies

7. UNIX for Advanced & Expert Users

copying oracle tables from raw disk

I have been tasked with archiving Oracle tables. The data is on raw devices, and possibly will span multiple logical volumes. Has anyone ever had to do this? How did you accomplish it? Any references to accomplish this would be greatly appreciated. Thanks, (2 Replies)
Discussion started by: isenhart
2 Replies

8. UNIX for Dummies Questions & Answers

Recursive directory listing without listing files

Does any one know how to get a recursive directory listing in long format (showing owner, group, permission etc) without listing the files contained in the directories. The following command also shows the files but I only want to see the directories. ls -lrtR * (4 Replies)
Discussion started by: psingh
4 Replies
Login or Register to Ask a Question