SteveAsman
Group: Members
Posts: 1
Joined: Sep. 2004 |
|
Posted: Sep. 27 2004,15:06 |
|
Quote (jerome5 @ Sep. 03 2004,21:19) | I dont know what package messed this up but now I am getting the error
/dev/cloop8: No such device |
I also ran into this issue with several machine I installed DSL on. The work around I used is to resart the machine, logon as root and edit:
/etc/sysconfig/mydsl
and delete all the lines and save it as an empty file. Logout and login as your regular account and you should be able to mount uci files again. It looks like this file is supposed to keep track of concurrent uci mounts so it doesn't try mount to the same cloop device twice. However the file isn't getting cleaned under all circumstances and when it gets to cloop8 mount seems to have a problem. I suppose a adding a couple lines to the shutdown script would solve this. Or perhaps there is a bug in the mydsl-load, mydsl-install on the mountci scripts.
|