Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (4) </ 1 [2] 3 4 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: /dev/fb0 access denied when using fbi< Next Oldest | Next Newest >
roberts Offline





Group: Members
Posts: 4983
Joined: Oct. 2003
Posted: Jan. 24 2007,14:36 QUOTE

SOP
# rm /dev/fb0
# cp /KNOPPIX/dev/fb0 /dev/fb0
Back to top
Profile PM WEB 
Zucca Offline





Group: Members
Posts: 524
Joined: Feb. 2006
Posted: Jan. 25 2007,09:50 QUOTE

Oh no.
Something went badly wrong:
Code Sample
sudo cp /KNOPPIX/dev/fb0 /dev/fb0
cp: writing `/dev/fb0': No space left on device

Removing was succesful, but as you can see copying wasn't.
Now I have no /dev/fb0 at all!


--------------
Do you have it? - http://dy.fi/mak
Back to top
Profile PM WEB ICQ MSN 
Zucca Offline





Group: Members
Posts: 524
Joined: Feb. 2006
Posted: Jan. 25 2007,10:09 QUOTE

Ok. I got it back like it was.
It seems that when I copied fb0 from /KNOPPIX it filled all available space and then reported about the unsufficient space.
AFAIK all files in /KNOPPIX/dev aren't just regular files. They have no size and so on. So it would be actually impossible to copy those files.
I belive I must somehow re-mount /KNOPPIX as read-write then chmod /KNOPPIX/dev/fb0 and then again re-mount /KNOPPIX to read-only.


--------------
Do you have it? - http://dy.fi/mak
Back to top
Profile PM WEB ICQ MSN 
mikshaw Offline





Group: Members
Posts: 4856
Joined: July 2004
Posted: Jan. 25 2007,14:05 QUOTE

You can't remount KNOPPIX read-write because it is an iso9660 filesystem. The filesystem itself is read-only by design.

I can't think of any solution at the moment...i'll think about it.


--------------
http://www.tldp.org/LDP/intro-linux/html/index.html
Back to top
Profile PM WEB 
roberts Offline





Group: Members
Posts: 4983
Joined: Oct. 2003
Posted: Jan. 25 2007,16:38 QUOTE

Instead of cp on character special file do this after the removal of the link /dev/fb0

sudo mknod /dev/fb0 c 29 0

This will re-create the "c" special file.
Then be sure to chmod and chgrp per your requirements.


One other thing you might want to consider instead of removing and recreating /dev/fb0...

The group for /dev/fb0 is tty, add this group to user dsl and try your program

sudo usermod -G tty dsl
Back to top
Profile PM WEB 
15 replies since Jan. 23 2007,15:26 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (4) </ 1 [2] 3 4 >/
reply to topic new topic new poll
Quick Reply: /dev/fb0 access denied when using fbi

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code