Mouning a Jaz drive on a DEC Alpha? (with a little Solaris thrown in)


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Mouning a Jaz drive on a DEC Alpha? (with a little Solaris thrown in)
# 1  
Old 07-25-2006
Mounting a Jaz drive on a DEC Alpha? (with a little Solaris thrown in)

Hi, I'm a programmer with a bit of Linux experience who's found himself thrust into the world of out of date Unix versions and hardware. I could really use some help so I can get back to doing something productive with my work days!

I have been tasked with getting some information off some Jaz 1GB zip disks that were written to from a DEC Alpha station running Digital Unix (OSF/1 3.2) back in the late 90's.

I finally figured out how to reset the root password so I could log in. (And a remarkable number of ways not to do it but work for other people's computers.) Unfortunately I couldn't find the files that had been backed up with the Jaz drive (SCSI 50 pin). So that leaves me with trying to get the drive mounted.

The drive is older than the ones on the Iomega website, and the references to information on there from old newsgroups don't turn up anything useful in searches. The disks come preformatted for DOS. I am unsure how the disks are now formatted. I have attached the cable to the terminating port of the drive since SCSI chains need to be terminated on both ends AFAIK.

When I boot from the consol (which is the mode it starts in when I turn it on), it detects the Jaz drive at the same time as it lists the hard drive and CDROM.

The DEC Alpha does have a copy of mtools on it, which theoretically allows for working with DOS file systems. However I was unable to find anything in /etc/fstab to indicate that anything had been mounted that wasn't normal. A post on a newsgroup by the person who did the backing up years ago indicated that he had entered some information in here, but I couldn't find it, and adding it didn't help.

When I try to mount the drive I use:
mount /dev/rz2c /mnt

Which returns after a brief pause:
I/O Error

Also at my disposal is a Sun Solaris machine which some genius left the C compiler off of. Hopefully that can be rectified. I tried to mount the drive on that machine using the instructions from the Iomega site. However when I hit the stage where it suggests using the format command (where I have a spare blank disk in the drive so I don't risk losing anything), the Jaz drive isn't listed, only the hard drive.

https://iomega-na-en.custhelp.com/cg...cGFnZT00&p_li=

http://groups.google.ca/group/comp.s...f1b0d8c44f4c61

I have downloaded the code for a program for reading Jaz drives with a Solaris machine, however due to the current lack of a compiler and the inability to detect the drive at all, I've not persued it.

http://fy.chalmers.se/~appro/ziptool.html

So, I'm feeling pretty darn stuck... Can anyone point out the hopefully simple mistake I am making?

Bartok

Last edited by Bartok; 07-25-2006 at 11:30 AM..
# 2  
Old 07-26-2006
You could try to get the gcc compiler from http://www.sunfreeware.com/ or the Sun Studio (free of charge) running on the Solaris box.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Install SCSI Jaz drive in Sparc Solaris

I recently got a Sun Sparc 10 Ultra with Solaris 10 installed on it. Now I'm trying to connect my SCSI Jaz drive to it. I moved my Adaptec AHA-2940U PCI SCSI card from my XP PC (where it was working OK) to the Sun and that's about as far as I got. I did a probe-scsi-all and got nothing back,... (0 Replies)
Discussion started by: Michele31416
0 Replies

2. UNIX for Dummies Questions & Answers

Thrown in position, need to manage AIX 5.3

Hey Everyone, First post and I'm coming here for help. Basically, the company I work for has been put in a weird situation with staff turnover. I used to manage an application on our IBM p5 running AIX 5.3, but I am now managing the whole server itself. I have no experience, no box to test... (1 Reply)
Discussion started by: pvpkife
1 Replies

3. Linux

Linux on DEC Alpha platform

Hi All, Is there a commercially available version of Linux which will run on a DEC/Digital/HP Alpha platform. Specifically a AlphaStation 200 4/166. I am currently running VMS 8.3 on the machine but the HP license conditions are encouraging me to change the OS. Thanks and Regards, Ron... (4 Replies)
Discussion started by: Roslynlea
4 Replies

4. Shell Programming and Scripting

background image not loading in newly thrown html page by shell script

I m trying to throw back html page when a file is found.While throwing back html page, the background image is not coming. I am using Apache server.Please suggest how to resolve... #!/bin/ksh echo -e "Content-type: text/html\n\n" echo "<html><head></head><body background=\"/asc/ppp.jpg\">"... (10 Replies)
Discussion started by: ravi18s
10 Replies

5. AIX

Error thrown while trying to build in AIX 5.2

Hi All, Currently my project source code is compatible with HP-UX11.0 and Sun Solaris5.8. I m trying to build the source code in AIX 5.2 using gcc 4.2.2 compiler. Can anyone suggest me after seeing the rules file, what options do i need to specify to get rid of the cb error I m... (0 Replies)
Discussion started by: cleopatra789
0 Replies

6. Solaris

Mounting XP Drive in Solaris 10

Hi All, I'm a relative rookie when it comes to the world of Unix and Windows networking, and hoping you can help me out! My predicament: I have a Windows machine running VMWare with an instance of Solaris 10. I have a Windows XP Pro "server" with a large hard drive that I need Solaris to... (7 Replies)
Discussion started by: spiffy05
7 Replies

7. Shell Programming and Scripting

syntax error thrown

I am unable to trace the syntax error reported.... can any one help? #codefor assert9419 #rchakra18jun2004 function hextodec(hexa) { result=0; lon = length(hexa); #print "long:"lon for (i = 1; i <= lon ; i++) { k = substr(hexa, lon + 1 - i, 1); #print "k:"k j=0 if (tolower(k) ==... (2 Replies)
Discussion started by: rraajjiibb
2 Replies

8. UNIX for Dummies Questions & Answers

Viewing unix jaz disk in Linux Mandrake..Can I??

Can I utilize Linux to read a Unix formatted Jaz drive in linux mandrake... Basically are the ext2 files compatible... I seem to be having a rather nasty time due to my ignorance on the platform... Help would be much apprecited Thanks !! T.J.:( ;) (1 Reply)
Discussion started by: mpmania
1 Replies
Login or Register to Ask a Question