Date: Tue, 17 Oct 1995 19:20:18 -0400 (EDT) From: Richard Toren <rpt@miles.sso.loral.com> To: Terry Lambert <terry@lambert.org> Cc: Howland Jared Agnew <jagnew@csugrad.cs.vt.edu>, questions@freebsd.org Subject: Re: partitioning Message-ID: <Pine.SUN.3.91.951017191404.12388A-100000@miles> In-Reply-To: <199510170314.UAA26437@phaeton.artisoft.com>
next in thread | previous in thread | raw e-mail | index | archive | help
If your real desire is to have two primary DOS partitions, I can't help.
But if you really just want to see that extended partition from FBSD,
that I have figured out.
My fstab has the following line for "c:"
/dev/wd0s1 /c msdos rw 0 0
Getting "d:" took making a devive in /dev for wd0s5. As installed
(2.0.5R) the wd0s? stopped at 4. I did (as root) in /dev
MAKEDEV wd0s5
mount -t msdos /dev/wd0s5 /d
and there it was. I hade been trying all slices from 1 thru 9, but did
not realize that slices 5-9 did not have corresponding devices...
Good luck...
====================================================
Rip Toren | The bad news is that C++ is not an object-oriented |
rpt@miles.sso.loral.com | programming language. .... The good news is that |
| C++ supports object-oriented programming. |
| C++ Programming & Fundamental Concepts |
| by Anderson & Heinze |
====================================================
On Mon, 16 Oct 1995, Terry Lambert wrote:
> > Question:
> > Does anyone know how to make a second partition on a IDE Hard
> > disk be a primary dos partition as the first one. I have two dos
> > partitions and one FreeBSD but BSD only sees the first dos partition. I
> > think it is because the second is an extended partition(logical). Any
> > ideas please write to jagnew@csugrad.cs.vt.edu.
>
> Fixed in a future release of the slice code using devfs.
>
>
> Terry Lambert
> terry@lambert.org
> ---
> Any opinions in this posting are my own and not those of my present
> or previous employers.
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SUN.3.91.951017191404.12388A-100000>
