Subject: Re: dostype, disklabel, and linux partitions
To: None <fheitka@attglobal.net>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: port-amiga
Date: 01/09/2000 10:43:21
On Sat, Jan 08, 2000 at 01:07:50PM -0500, fheitka@attglobal.net wrote:
> I have installed NetBSD on my Amiga.
> I have Linux installed on another drive.
> How do I make NetBSD see the ext2fs partitions?
> I tried mounting them directly but I think
> that becuase the dostype field is set incorectly,
> NetBSD won't let mount continue.  How do I fix
> this without distroying data on my linux disk?

Uhm... 

- if you know how netbsd calls the partition,
mount -t ext2fs /dev/sdNy /mnt
(with N and y replaced by appropriate values) should work.


	-is