Date: Fri, 05 Nov 1999 23:36:43 +0200 From: Oren Sarig <sarig@bezeqint.net> To: mike.odonnell@amd.com, freebsd-questions@FreeBSD.ORG Subject: Re: Need help configuring ZIP drive Message-ID: <016001bf27d5$de93aac0$707619d4@asmodean> References: <38231EB5.8D019839@amd.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> The FreeBSD FAQ says ZIP drives are supported but need a vp0 device > configured into the > kernel. I could not find any info about this device in the Handbook. > Does anyone know what > needs to be added to the config file to get this device into the kernel? I'm too lazy to reboot into FBSD now (I don't have net on fbsd), so I can only tell you to grep LINT. Basically, it works something like device vpo0 at ppbus? Or whatever, I may be messing this up. The zip drive is considered a SCSI disk, so it would be da0 if you don't have any other scsi devices, or da* if you do. You need to have the scsi subsystem enabled to. To use it, type: mount -t msdod /dev/da0s4 /zip (Don't ask me why slice 4, it's just the way it works) -- Oren Sarig sarig@isdn.net.il To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?016001bf27d5$de93aac0$707619d4>