Re: Mounting BSD-labeled slices in Linux

2004-04-20 Thread Steven Smith
> > > One thing I found particularly interesting is that _both_ /dev/hda2 and > > > /dev/hda14 seem to represent /dev/ad0s2a, and I can even mount them both at > > > the same time! > > This strikes me as an incredibly bad idea. Definitely don't mount > > hda2 read/write. :) > Just out of curiosity

Re: Mounting BSD-labeled slices in Linux

2004-04-20 Thread erif
On Tue, Apr 20, 2004 at 02:10:21PM -0400, John T. Williams wrote: > Generally speaking, linux relies on its users to not do things unless > they know what they are doing. If you don't believe me try logging in > as root and typing "rm -rf /usr".(in case you don't know, that will > foobar your syst

Re: Mounting BSD-labeled slices in Linux

2004-04-20 Thread John T. Williams
Generally speaking, linux relies on its users to not do things unless they know what they are doing. If you don't believe me try logging in as root and typing "rm -rf /usr".(in case you don't know, that will foobar your system and likely force you to re-install from the beginning) On Tue, 2004

Re: Mounting BSD-labeled slices in Linux

2004-04-20 Thread erif
On Tue, Apr 20, 2004 at 01:40:22PM +0100, Steven Smith wrote: > What you've seen isn't entirely inconsistent with that, if you have > five logical partitions under the primary for hda4. Ah.. Yes, I do. =) > > One thing I found particularly interesting is that _both_ /dev/hda2 and > > /dev/hda14

Re: Mounting BSD-labeled slices in Linux

2004-04-20 Thread Steven Smith
> > > /dev/hda1 corresponds to FreeBSDs /dev/ad0s1. > > > What does Linux call, for example, /dev/ad0s1a? > > For recent 2.4 kernels, dmesg should have a line of the form: > > > > p4: > hda1: > > and this is the DragonFly-slice > > hda2: > > ..strange numbering, shouldn't it look like th

Re: Mounting BSD-labeled slices in Linux

2004-04-20 Thread erif
On Tue, Apr 20, 2004 at 12:43:21PM +0100, Steven Smith wrote: > > /dev/hda1 corresponds to FreeBSDs /dev/ad0s1. > > What does Linux call, for example, /dev/ad0s1a? > > Usually, Linux just shoves stuff in BSD-style slice tables on the end > of the partition table. In my case, ad0s4a is hda11, ad0s

Re: Mounting BSD-labeled slices in Linux

2004-04-20 Thread Steven Smith
> /dev/hda1 corresponds to FreeBSDs /dev/ad0s1. > What does Linux call, for example, /dev/ad0s1a? Usually, Linux just shoves stuff in BSD-style slice tables on the end of the partition table. In my case, ad0s4a is hda11, ad0s4b hda12, and so on. For recent 2.4 kernels, dmesg should have a line o

Mounting BSD-labeled slices in Linux

2004-04-20 Thread erif
Hi, I've got a computer multibooting Slackware 9.1 (Linux 2.4.24), FreeBSD and DragonFly. What I want to do is to mount one or two of my FreeBSD/DragonFly-slices in Slackware. /dev/hda1 corresponds to FreeBSDs /dev/ad0s1. What does Linux call, for example, /dev/ad0s1a? -- Fredrik Eriksson - To un