Quote:
Originally Posted by nanos
Hi, all
I've a problem: yesterday I'm tryng to configure my kindle with the Extented Linux Functionality Package, for a mistake after an error I've deleted the directory /dev/loop instead that the first loop device (rm -r /dev/loop instead that rm -r -f /dev/loop).
Actually I can't mount the .img file and then use the ELP but I think that the problem may be more serious being inherent to a device file...
You've an idea of the damn that I done, and how can I solve the problem?
Thank you very much.
|
use
mknod to make block and character special device nodes.