Quote (ke4nt1 @ Nov. 17 2004,08:41) |
Truly, the "mydsl" button in emelfm mounts and unmounts the .uci files with ease. But, if you insist... The cloop device ( /dev/cloop ) is already in use. But there are 7 more cloop devices , labeled cloop1 thru cloop7 . The "cloop" module is already loaded , so no need to insmod it .. Try using a "mount" command for cloop files , instead of insmod. For example, opera.uci as root: mkdir /opt/opera mount /home/dsl/opera.uci /opt/opera -t iso9660 -o ro,loop=/dev/cloop1 ...That mounts it , but you'll still need to install the user files for the icons/menus cd /opt/opera tar -c / -zxvf user.tar.gz You may need to substitute cloop1 for another cloop , depending on how many are already in use. And the mydsl button in emelfm makes it easy to "unmount" the device as well Just highlight the original *.uci file you used to install and click the mydsl button again.. 73 ke4nt |