On Thu Apr 06 2000 at 16:09, Steve Mertz wrote:

> Hi.
> 
> I am trying to unpack the .raw file so that I can add modules (like for my
> ethernet card.)
> 
> So I am trying to unpack on my normal (RedHat 6.1) linux box. and get
> this:
> 
> root@clunk:/home/stevem/dl/tmp/tomsrtbt-1.7.185# ./unpack.s tomsrtbt.raw
> dd: /dev/ram2: No such device
> mount: /dev/ram2 has wrong major or minor number
>  FAILED mount /dev/ram2 /home/stevem/dl/tmp/tomsrtbt-1.7.185/mp failed
> Enter to continue...
> 
> 
> How do I make it not use a /dev/ram2 as I don't have ram disks setup here?

You *need* to have ram disks set up in your running kernel.  On redhat
boxes this is enabled by default.  If you are using and customising
tomsrtbt then you absolutely need it.

$ ls -l /dev/ram2
brw-rw----   1 root     disk       1,   2 May  6  1998 /dev/ram2

If there is a problem, then...

$ cd /dev
$ ./MAKEDEV ram

Easy :)

Cheers
Tony

Reply via email to