Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jul 2000 10:18:33 +1000 (EST)
From:      Rob Hurle <rob@coombs.anu.edu.au>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: IOmega Zip
Message-ID:  <Pine.GSO.4.05.10007211015120.16566-100000@caligula.anu.edu.au>
In-Reply-To: <20000720132729.15860.qmail@web1601.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 20 Jul 2000, Allan Peak wrote:
> 
> I can't figure out how to mount my IOmega Zip drive
> under FreeBSD 4.0.  Under Slackware Linux it was /dev/sda4.

My /etc/fstab has:

#  ZIP drive

/dev/da1s4        /zip      msdos   rw,noauto,longnames     0       0
/dev/da1s4        /zipu     ufs     rw,noauto               0       0


If it's an MSDOS formatted one, then:
		mount /zip
If it's a Unix formatted one:
		mount /zipu

/zip and /zipu are the same (i.e. linked).  Hope this helps.

Cheers,

Rob
	----------------------------------------------------------
	Rob Hurle			     rob@coombs.anu.edu.au
	Connect-A			      Tel: +61 2 6247 2397
	PO Box 13			      Fax: +61 2 6248 8905
	Ainslie  ACT  2602		      Mobile: 0417 293 603
	Australia
	----------------------------------------------------------



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?Pine.GSO.4.05.10007211015120.16566-100000>