From owner-freebsd-questions Fri Mar 19 13:14:10 1999 Delivered-To: freebsd-questions@freebsd.org Received: from stcgate.statcan.ca (stcgate.statcan.ca [142.206.192.1]) by hub.freebsd.org (Postfix) with ESMTP id B7D1714BE1 for ; Fri, 19 Mar 1999 13:14:06 -0800 (PST) (envelope-from jeays@statcan.ca) Received: from stcinet (stcinet.statcan.ca [142.206.128.146]) by stcgate.statcan.ca (8.9.1/8.6.9) with SMTP id QAA23654; Fri, 19 Mar 1999 16:20:45 -0500 (EST) Received: from statcan.ca by statcan.ca (SMI-8.6/SMI-SVR4) id QAA29079; Fri, 19 Mar 1999 16:13:59 -0500; sender jeays@statcan.ca Date: Fri, 19 Mar 1999 16:12:04 -0500 (EST) From: Mike Jeays X-Sender: jeays@austral To: Kevin_Weiss/AUS/Lotus@lotus.com Cc: freebsd-questions@FreeBSD.ORG Subject: Re: fstab and zip In-Reply-To: <85256739.006E730B.00@mta2.lotus.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here is my fstab. /zip is a FreeBSD filesystem, /zipdos is a dos-format disk. /usr/home/mike$ p /etc/fstab # Device Mountpoint FStype Options Dump Pass# # TMJ /dev/wd1s1b none swap sw 0 0 /dev/wd1s1a / ufs rw 1 1 /dev/wd1s1f /usr ufs rw 1 1 /dev/wd1s1e /var ufs rw 1 1 /dev/wd0s1 /dos msdos rw 0 0 /dev/wd1s2 /dos2 msdos rw 0 0 proc /proc procfs rw 0 0 /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 /dev/wfd0c /zip ufs rw,noauto 0 0 /dev/wfd0s4 /zipdos msdos rw,noauto 0 0 /dev/fd0 /mnt ufs rw,noauto 0 0 On Fri, 19 Mar 1999 Kevin_Weiss/AUS/Lotus@lotus.com wrote: > I am trying to implement the " mount /zip" command, but I confused on exactly > what should go in my /etc/fstab entry. Now I noticed on boot up the kernel > notices > the zip as wfd0, but I would think the b/c the zip is set as 2ndary slave, I > would need > a wd3 entry. > > Does anyone else have an internal IDE zip? If so, which entry did you put in > fstab? > > I have an internal Iomega IDE 100MB drive. (I saved all my important data on > these disks > during my conversion from Win95 to FreeBSD). I > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message