"Greg Thomas" writes:
 > > > mount -t ext2fs /dev/rwd1c /mnt
 > >
 > > mount -t ext2fs /dev/wd1i /mnt
 > 
 > How do you know it's i?

FAQ 14.1 says:

  Devices without a disklabel: If a device does not currently have an
  OpenBSD disklabel on it but has another file system (for example, a
  disk with a pre-existing FAT32 file system), the OpenBSD kernel will
  "create" one in memory, and that can form the basis of a formal OpenBSD
  disklabel to be stored on disk.

That created disklabel uses partition 'i'.   Run disklabel(8) on
the device (what you should have done in the first place) to verify
this.

// marc

Reply via email to