Jeff
unread,Dec 9, 2010, 7:28:08 AM12/9/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to minix3
Just like what I can do in Linux.For example, I want to create a new
ramdisk file : /dev/ram9, and because the memory major number is 1,
and the minor number of /dev/ram5 is 12, so I try to achieve that by
running the following command :
mknod /dev/ram9 b 1 13
there is no error message. However, when I try to run another
command :
ramdisk 4096 /dev/ram9
I just got a error message read : No such device or address .
Is there anything wrong about my command ?
Best Regards,
Jeff