Date: Tue, 21 May 1996 09:55:15 -0700 From: Scott Blachowicz <scott@statsci.com> To: "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de> Cc: freebsd-questions@freefall.FreeBSD.org Subject: Re: mount extended DOS partition? Message-ID: <m0uLuiK-000r3sC@main.statsci.com> In-Reply-To: Your message of "Tue, 21 May 1996 10:43:44 %2B0200." <199605210843.KAA08006@gilberto.physik.rwth-aachen.de> References: <199605210843.KAA08006@gilberto.physik.rwth-aachen.de>
next in thread | previous in thread | raw e-mail | index | archive | help
"Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de> wrote: > > I tried but it seems FreeBSD can't mount -t msdos /dev/wd0s2 /d > when wd0s2 is an extended DOS partition. Don't you want to be mounting one of the logical DOS partitions inside the extended DOS partition? I thought those started numbering at slice 5, so I think you might be able to do: cd /dev ./MAKEDEV wd0s5c mount -t msdos /dev/wd0s5c /d to get the first logical DOS partition out of the extended DOS partition? I haven't done this in a while and I don't have a FreeBSD system handy at the moment, but that's how I thought it went. Scott Blachowicz Ph: 206/283-8802x240 Mathsoft (Data Analysis Products Div) 1700 Westlake Ave N #500 scott@statsci.com Seattle, WA USA 98109 Scott.Blachowicz@seaslug.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0uLuiK-000r3sC>