On Sun, 30 Nov 2008, denx_ts wrote:
> Hi all,
>
> I built the 2.6.21-ts kernel from technologics. (I know it's not the
> latest, but i't enough for me.) I've created the NSF export on a
> debian box and the boot on the sbc was successfull. But my kernel
> module tries to create char devices in /dev, but I got an error:
> "Permission denied"
>
> As I see, the /dev is mounted in read only mode. "mount" says: "tmpfs
> on /dev type tmpfs (ro)"
>
> Is it possible to change this silly situation easily?
mount -o remount,rw /dev
strangely, tmpfs mounts read-write by default, so one of your boot scripts
is doing something silly.. grep is your friend
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|