2008-04-26 23:36:59 mknod: /dev/globalmem: Read-only file system
hong li (CHINA)
Message: 55032
Hi Robin
I have install uclinux on ezkit 533,and send a driver module to the ezkit, the driver module is globalmem.ko,and it's major is 210, then i execute command and the result show as follow:
root:/var> insmod globalmem.ko
root:~> mknod /dev/globalmem c 210 0
but the result show:
mknod: /dev/globalmem: Read-only file system
How to slove this problem? I need to use other file system?
Thanks
Li Hong
QuoteReplyEditDelete
2008-04-27 09:19:09 Re: mknod: /dev/globalmem: Read-only file system
Robin Getz (UNITED STATES)
Message: 55051 Hong:
Have a look at:
http://docs.blackfin.uclinux.org/doku.php?id=faq
at the bottom, near "read only filesystem"
-Robin
QuoteReplyEditDelete
2008-04-27 10:29:13 Re: mknod: /dev/globalmem: Read-only file system
hong li (CHINA)
Message: 55057
Robin
According to the FAQ that you give me , I have slove this problem , thanks your help sincerely
Hong