Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Nov 2001 11:31:01 -0600
From:      Mike Meyer <mwm@mired.org>
To:        "David" <david@huffstutler.com>
Cc:        questions@freebsd.org
Subject:   Re: zip drive
Message-ID:  <15346.43605.795345.365304@guru.mired.org>
In-Reply-To: <98581860@toto.iv>

next in thread | previous in thread | raw e-mail | index | archive | help
David <david@huffstutler.com> types:
> > > This page may be helpful for an atapi zip drive:
> > > http://pmade.org/~pjones/1998/software/ide_zip.html
> > You might take a look at
> > /usr/share/doc/en/articles/zip-drive/index.html
> (http://www.freebsd.org/doc/en_US.ISO8859-1/articles/zip-drive/)
> Below are the steps it took me to install an internal Zip Drive on FreeBSD
> 4.4-RELEASE.
> 1. If dmesg shows the zip drive then nothing needs to be done to the kernel.

Nono, you may still ned to do step 3.

> 2. If dmesg does not show the zip drive then refer to the links above.
> 3. Look in /dev and see if the zip drive is there.  IE.../dev/afd0
> 4. If not then do "sh MAKEDEV /dev/afd0"
> 5. Learn to mount the drive correctly. IE..."mount_msdos /dev/afd0s4"

It's possible - and in many cases *desirable* to put ufs file systems
on a zip drive.

> 6. Make a directory for a mount point. IE..."/zip".
> 7. Edit fstab with "/dev/afd0s4    /zip    msdos    rw,noauto    0    0"
> 8. Reboot

Step 8 can be replaced by a simple "mount /zip". Rebooting to get
changes to take effect is undesirable, and seldom required in Unix
systems.

	<mike
--
Mike Meyer <mwm@mired.org>			http://www.mired.org/home/mwm/
Q: How do you make the gods laugh?		A: Tell them your plans.

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?15346.43605.795345.365304>