Subject: Re: Mounting a 2nd CF in a ibm z50
To: , <port-hpcmips@netbsd.org>
From: None <djb_netbsd@charter.net>
List: port-hpcmips
Date: 12/16/2005 20:18:08
You want to use "mbrlabel wd1"


sleep 5 </dev/rwd1c && mbrlabel -w wd1 && mount -t msdos /dev/wd1a /mnt

You need all of that because the mbrlabel does not stay in memory very long so you have to use the info quickly.  In general that is how you would mount any partition of a DOS like fdisk structure, zip drives, CF micro-drives, etc.

djb