Alex Kwan wrote:
> my OpenBSD hard disk have a msdos partition, but it has no
> partition number like sd0x, (my system's partition no. was from
> Sd0a to Sd0g) how can I mount it or put it into fstab? thanks!

First, do `fdisk sd0` and locate the boundaries of the msdos file system.

Then `disklabel -E sd0x` and add a partition of type MSDOS with the
specified boundaries. NOTE! You must allow disklabel to point outside of
the OBSD part of the disk, using the "b" command. Usually
``b<enter>0<enter>*<enter>'' is your friend.

/Alexander

Reply via email to