On 7/1/07, Alexander Hall <[EMAIL PROTECTED]> wrote:
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.

Additionally: OpenBSD usually automatically detects FAT partitions and
puts them into the disklabel (read up on this in the FAQ and in man 8
disklabel) as partition i, even if it's not within the supposed
OpenBSD boundaries of the disk. I don't know what's up with your
system. If you still can't figure it out, provide fdisk and disklabel
output for us and we'll try to figure it out.

-Nick

Reply via email to