On 12/19/06, ibanex22 <[EMAIL PROTECTED]> wrote:
Hi.
mount_ext2fs: /dev/rwd1c on /mnt: Block device required
Of cause!
rwd1c is a charcter device, not a block device:
$ ls -l /dev/rwd1c
crw-r-----  1 root  operator    3,  18 Dec  9 12:03 /dev/rwd1c

You have to use wd1c instead, which is a block device:
$ ls -l /dev/wd1c
brw-r-----  1 root  operator    0,  18 Dec  9 12:03 /dev/wd1c

fdisk /dev/rwd1c returns:
... make sure you don't mistake fdisk for disklabel.
fdisk on OpenBSD is way different than on Linux.

Andreas.

--
Hobbes : Shouldn't we read the instructions?
Calvin : Do I look like a sissy?

Reply via email to