BY: zelkx DATE: 2006-Oct-20 15:47 SUBJECT: Installing BlackRhinoHi I try to instal blackrhino with the instruction find on the official site:
Example:
* fdisk /dev/hda
o n (Create a new partition.)
o p (The new partition will be primary.)
o 3 (/dev/hda3 will be the new partition's designation.)
o +4096M (It will be given a size of 4GB.)
o w (Write the new partition table and quit.)
* mke2fs /dev/hda3
* mkdir /mnt/brl
* mount -t ext2 /dev/hda3 /mnt/brl
but after the first point when I write "mke2fs /dev/hda3" I have this error: "invalid argoument passed to ext2 library while setting up superblock"
what is it?
(excuse me for my bad english :)!) |