[SDBUG] Mount to FreeBSD HDD

Joseph A. Kitzman joseph at kitzman.org
Wed Apr 19 22:35:49 PDT 2006


I'm confused.  If you're running 2.6.11 you shouldn't have any trouble 
mounting UFS1 partitions.  UFS2 is a little different, you can only mount 
that read only.

So if you simply want your two operating systems to share file system(s), 
that's easily done.  If you use UFS you shouldn't have to do any kernel 
recompiles, just make sure you're using the proper mount args in Lunix.

For UFS2: mount -r -t ufs -o ufstype=ufs2 /dev/hda8 /mnt
For UFS1: mount -t ufs -o ufstype=44bsd /dev/hda8 /mnt

If you are in BSD and have an ext2 filesystem, you have no choice but to 
rebuild your kernel with the ext2fs module.  To my knowledge ext3 is not 
supported, so don't go there.


Now, if you intend to "put" Lunix and BSD on the SAME file systems, that's 
going to be a bit of work.  I can think of a few ways you can do it, but 
none of them will be easy.


Hopefully this helps you mount your 4 HDDs in either OS.  Beyond that, you 
may be wading into deeper water than you'd like.

-Joe



----- Original Message ----- 
From: "Peter Leftwich" <Hostmaster at Video2Video.Com>
To: "James, Jay" <jay.james at ti.com>
Cc: "SDBUG" <SDBug at SDBug.Org>
Sent: Wednesday, April 19, 2006 8:38 PM
Subject: RE: [SDBUG] Mount to FreeBSD HDD


> On Mon, 17 Apr 2006, James, Jay wrote:
>> http://www.tldp.org/HOWTO/Linux+FreeBSD-5.html
>> If you can get this to work, then send $10 to the OpenBSD Project :)
>> you will need to config and install a new kernel for your linux end, and
>> for that you will receive no support from me :)
>
> Hi Jay, hmmm thanks for that, but kind of tried all that (been there).  I 
> worry that I need to recompile the kernel to enjoy true "2way" 
> flexibility.  The great common denominator I am hearing a lot about is 
> ext2fs.  Lesson learned I suppose.
>
> All I want is my data that is strewn across 4 HDDs ... all in ONE place so 
> I can see what I have amassed over the past 6yrs or so.  :-P  Anyone 
> relate?
>
> --
> Peter Leftwich, Owner
> Video2Video Services
> Box 13692, La Jolla, CA, 92039, USA
> http://Www.Video2Video.Com 



More information about the SDBUG mailing list