Subject: Re: mounting a bsd boot floppy though vnd
To: Gilbert Fernandes <fernandes@math.univ-paris13.fr>
From: Andy Ruhl <acruhl@gmail.com>
List: netbsd-users
Date: 12/13/2007 07:07:30
On Dec 13, 2007 7:03 AM, Gilbert Fernandes
<fernandes@math.univ-paris13.fr> wrote:
> disklabel vnd0 shows /dev/vnd0a to be 4.2FFS so :

You may need to use disklabel -r

> mount /dev/vnd0a /mnt
>
> should work. But since those are boot floppies.. and because
> the kernel is loaded from disk1 then 2.. perhaps I cannot mount
> them like that.

For the heck of it, did you try:

mount -t msdos /dev/vnd0a /mnt ?

No idea if I'm even on the right track.

Andy