From owner-freebsd-questions Mon Mar 13 14:54:40 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA01194 for questions-outgoing; Mon, 13 Mar 1995 14:54:40 -0800 Received: from sun2.nsfnet-relay.ac.uk (sun2.nsfnet-relay.ac.uk [128.86.8.45]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA01186 for ; Mon, 13 Mar 1995 14:54:36 -0800 Via: uk.ac.london-guildhall.tower-unix; Mon, 13 Mar 1995 22:54:29 +0000 From: James Vaughton Message-Id: <27327.9503132253@unixa.unixa.clp.ac.uk> Subject: Re: adding DOS partition to fstab To: porter , vaughton@tower-unix.city-poly.ac.uk (James Vaughton), freebsd-questions (FreeBSD Questions List) Date: Mon, 13 Mar 95 22:53:00 GMT In-Reply-To: <9503131401.AA25689@fozzie.chem.wisc.edu>; from "Ron Porter" at Mar 13, 95 8:01 am X-Mailer: ELM [version 2.2 PL0] Sender: questions-owner@FreeBSD.org Precedence: bulk Ron, I have had some success mounting my dos partitions from inside FreeBSD 2.0-RELEASE, I have two drives, the layout looks like... wd0 : dos drive c /dev/wd0e freebsd swap /dev/wd0b wd1 : dos drive d /dev/wd1e freebsd partition /dev/wd1a The /dev/wdxx entries are derived from the disklabel utility in the sysinstall script... and here's a copy of the working fstab, it is quite simple... |o| # cat /etc/fstab |o| |o| |o| |o| /dev/wd1a / ufs rw 1 1 |o| |o| /dev/wd0b none swap sw 0 0 |o| |o| /dev/wd0e /dos/drivec msdos ro 0 0 |o| |o| /dev/wd1e /dos/drived msdos ro 0 0 |o| |o| proc /proc procfs rw 0 0 |o| Any problems, email me a copy of the setup and I'll give you a hand... -- Regards, James V. vaughton@unixa.lgu.ac.uk