Results 1 to 4 of 4
Alright, I'm using Damn Small Linux. But i'm pretty sure that this issue can relate to all distros. I'm trying to mount a couple of UCI files. But when I ...
- 01-02-2007 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 15
/dev/cloop16: no such file or directory
Alright, I'm using Damn Small Linux. But i'm pretty sure that this issue can relate to all distros. I'm trying to mount a couple of UCI files. But when I do that I get the readout that is my thread's title. and I get a popup that says Please mount device with optional dir and try again. I click it again and It says the same thing with the same popup except instead of /dev/cloop16, it says /dev/cloop17. I've clicked it a few more times, and now it's up to /dev/cloop453.
I only have /dev/cloop1 thru 14. How do I refresh the count from 453 to 1-14.
if anybody's wondering i'm trying to run tcltk-8.4.uci.
PLEASE HELP
- 01-02-2007 #2
can you post your /etc/fstab file ?
cheers,
- 01-03-2007 #3Just Joined!
- Join Date
- Mar 2006
- Posts
- 15
/dev/hda1 / ext2 defaults.errors=remount-ro 0 1
proc /proc proc defaults 0 0
/dev/fd0 /floppy vfat defaults,user,noauto,showexec,umask-022 0 0
/dev/cdrom /cdrom iso9660 defaults,ro,user,noexec,noauto 0 0
# partitions found by dsl
#/dev/hda1 /mnt/hda1 ext2 noauto,users,exec 0 0
- 01-03-2007 #4
My apologies for the stupid question before (I did not read the whole thing and figured you were having trouble mounting an actual device).
To use this package properly, you should modify your $PATH environment variable to include /opt/tcltk-8.4/bin export PATH="/opt/tcltk-8.4/bin:$PATH"
Although this should not be required just to run from the myDSL menu, or to run tcl scripts directly from tkcon, but it is needed to run external Tcl scripts from Bash.
I don't know if you have tried the info on the wiki:
http://wiki.tcl.tk/52
let me know if this helps


Reply With Quote