Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Mar 1995 04:57:12 -0600 (CST)
From:      Mike Pritchard <pritc003@maroon.tc.umn.edu>
To:        bde@zeta.org.au (Bruce Evans)
Cc:        freebsd-bugs@freefall.cdrom.com
Subject:   Re: kern/280: new slice manager totally confused about old slice disks
Message-ID:  <199503291057.EAA00389@mpp.com>
In-Reply-To: <199503290712.RAA20923@godzilla.zeta.org.au> from "Bruce Evans" at Mar 29, 95 05:12:22 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> >  Subject: Re: kern/280: new slice manager totally confused about old slice dis
> >  Try copying the new MAKEDEV over and doing a ./MAKEDEV sd0, then try:
> >  
> >  	mount -t msdos /dev/sd0s1 /dos
> >  
> >  Assuming, of course, that slice 1 is the DOS partition.  This is
> 
> Not a good assumption.  There may be up to 26 DOS partitions starting
> as late as slice s4 (primary partition #4, extended partition #3
> containing 25 more).  Very few setups will have this, but the install
> program has to be careful not to break it (if not support it), and
> people answering bug reports should know about it.
> 

OK, after finally seeing some mail mentioning that I needed to run the
new MAKEDEV to create the /dev/sd#s# devices I was finally able to
mount my MS-DOS paritition I have on my sd0 drive again .  I still can't 
mount the two partitions I have on my sd1 disk.  My sd1 disk is fdisked as 
follows:

500MB for DOS
	within this paritition are two extended/logical DOS partitions, 
	which are my DOS D/E drives.
500MB for FreeBSD

Before all of the slicing code I was able to create entries in my disk
label with the correct start/end locations so I could mount the D/E
DOS drives under FreeBSD.

After running the new MAKEDEV and attempting to mount every /dev/{sd1*,sd1s*}
device, I was unable to mount either paritition.  An fdisk on /dev/sd1s1
shows an entry that would be the D/E logical DOS partitions.  fdisk sd1s2
shows my FreeBSD paritition, which is what I would expect.

So my question is, with the new slice code, how do I mount these
two parititions again.  
--
Mike Pritchard
pritc003@maroon.tc.umn.edu
"Go that way.  Really fast.  If something gets in your way, turn"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503291057.EAA00389>