Sponsored Content
Full Discussion: CD Writers
Top Forums UNIX for Dummies Questions & Answers CD Writers Post 28544 by merlin on Thursday 19th of September 2002 07:18:12 PM
Old 09-19-2002
When you get Solaris 8, you get a whole bunch of CD's with extra stuff (well 2 or 3) it's in the compian (CD with extra programs). When you invoke the installer, then go through the selection for installation you'll be shown what apps it'll be installing.

Don't try and install it from JUST the CD without starting the installer. I've tried it and couldn't get it to work. Just start the installer then install it. If you want install the rest of the programs to.

Once done type 'which cdrw' at the command line and it'll tell you where it is. Should be off top of my head /usr/sbin or /usr/bin one of those two I'm pretty sure.

Just a hint thoug for when you get it running you'll also need to use the mkisofs command. This is how I would burn a program with this method;

mkisofs -r filename filename.tar | cdrw -i -O

That command would make the following files into ISO format the put the out put to the cdrw program. Option -i burns the CD at the burners speed otherwise it burns at x4 (I think) the -O (not zero) leave the CD open incase you want to add to it later. If you get it going and need a little more help let me know.

Also I use the cdrw program,

A: Because I like it
B: I work with security stuff sometimes, and burning with mkisofs and using cdrw to burn is good. It makes the format of the CD so it can only be read with UNIX/Linux (Think linux). This is good incase someone tried to get the CD and doesn't know what is on it. If it goes into a Windows machine it will think the CD is empty due to the format Smilie

Smilie
merlin
 
VPO(4)							   BSD Kernel Interfaces Manual 						    VPO(4)

NAME
vpo -- parallel to SCSI interface driver SYNOPSIS
device vpo For one or more SCSI busses: device scbus DESCRIPTION
The vpo driver provide access to parallel port Iomega Zip and Jaz drives. HARDWARE
The vpo driver supports the following parallel to SCSI interfaces: o Adaptec AIC-7110 Parallel to SCSI interface (built-in to Iomega ZIP drives) o Iomega Jaz Traveller interface o Iomega MatchMaker SCSI interface (built-in to Iomega ZIP+ drives) USAGE
The driver should let you use a printer connected to the drive while transferring data. DOS and FreeBSD file systems are supported. When mounting a DOS file system or formating a FreeBSD file system, check the slice of the disk with the fdisk(8) utility. In order to unixify a ZIP disk, put the following in /etc/disktab: zip|zip 100: :ty=removable:se#512:nc#96:nt#64:ns#32: :pa#196608:oa#0:ba#4096:fa#512: :pb#196608:ob#0:bb#4096:fb#512: :pc#196608:oc#0:bc#4096:fc#512: and use bsdlabel(8). If you have trouble with your driver, your parallel chipset may not run properly at the detected mode (NIBBLE, PS2 or EPP). Tune the ppc(4) bootflags to force other modes. SEE ALSO
da(4), lpt(4), ppbus(4), ppc(4), scsi(4) HISTORY
The vpo manual page first appeared in FreeBSD 3.0. AUTHORS
This manual page was written by Nicolas Souchu. BUGS
During boot, the driver first tries to detect a classic ZIP, then a ZIP+. The ZIP+ detection is intrusive and may send erroneous characters to your printer if the drive is not connected to your parallel port. BSD
December 14, 2004 BSD
All times are GMT -4. The time now is 02:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy