
Dirac is running Solaris 2.5 and has a Jaz drive on SCSI ID 5. Its mount point in the directory structure is /jaz and if exported can be seen from any machine on the Scripps network as /nfs/dirac/jaz
The original installation of the drive, as well as some of the following information was originally obtained from Iomega's Technical support document #2019.
Here are my instructions for doing essential things with the drive.

If you get a line that looks like:
c0t5d0 <Jaz 1GB cyl 1018 alt 2 hd 64 sec 32>
Stop! The disk
is already formatted. Mount it and see what it contains.
umount /jaz
This will fail if there are any processes which are using this device, i.e. if you left a shell
whose current working directory is /jaz/mystuff. Beware of shells on top of shells, like if you
were in /jaz/mystuff and then did su to become root to umount the disk. The original shell is still
running and you won't be able to umount the drive until you change that shell's working directory.
Once your disk is in the drive, you can do:
mount /jaz
to mount your disk under the directory /jaz.
share /jaz
This will allow the disk to be nfs automounted from any Scripps machine when the directory /nfs/dirac/jaz
is accessed. There are a couple weird things about this. If you have stale mount points from a
different Jaz disk than the one that is in the drive, then the automount won't work and you will
just be looking at empty directories. Paul has experienced this from euler, and I don't know how to fix it.
Also, if you leave processes running on other machines which access the drive via an nfs mount, nobody
can unmount the disk to use the drive, so if you export the drive, please remember to:
unshare /jaz
when you are finished to prevent this annoyance.
Last updated on

Mounting/Unmounting a Jaz disk
Before you can eject a disk, you will need to unmount it. As root on dirac, use the command:
Exporting a Jaz disk
If you need to get to your data directly from another workstation, you can export the disk
after it is mounted with the command (executed as root on dirac):
jsmith@scripps.edu