Date: Mon, 13 Mar 95 22:53:00 GMT From: James Vaughton <vaughton@tower-unix.city-poly.ac.uk> To: porter <porter@fozzie.chem.wisc.edu>, vaughton@tower-unix.city-poly.ac.uk (James Vaughton), freebsd-questions (FreeBSD Questions List) <freebsd-questions@FreeBSD.org> Subject: Re: adding DOS partition to fstab Message-ID: <27327.9503132253@unixa.unixa.clp.ac.uk> In-Reply-To: <9503131401.AA25689@fozzie.chem.wisc.edu>; from "Ron Porter" at Mar 13, 95 8:01 am
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?27327.9503132253>
