PDA

View Full Version : Unable to mount /dev/app/1 [solution]



garbas
04-24-2005, 05:29 PM
ok my problem is about mounting

it says
Unable to mount /dev/app/1

probono
04-24-2005, 06:19 PM
If you have this problem, then please
- post what exact Knoppix/Kanotix version you are using
- try Kanotix 2005-01 from Live CD; this one is known to work
- try to mount by hand: su ; mount ~/Desktop/XXX.cmg /mnt/test -o loop -t cramfs ; /mnt/test/wrapper
- or unpack the cmg: cramfsck -x ~/Desktop/XXX.cmg /opt/XXX ; /opt/XXX/wrapper

Who wants me help to fix the code in ~/.zAppRun to remove the problem?

EDIT: replacing"auto" by "cramfs,iso9660" in the /mnt/app lines in /etc/fstab does the trick

Greetings,
probono[/b]

garbas
04-25-2005, 09:43 AM
ups, sorry i didn't read the documentation of klik carefuly.

i am using kubuntu and kubuntu is not in the list of supported distributions

is it possible to work anyway?
i really like this idea of klik:)

garbas
04-25-2005, 10:00 PM
ups, sorry i didn't se that my distribution is not on the list.
i am using kubuntu.

is there possible to use klik anyway?
i like the idea (simplicity) of the klik thing.

lp garbas

garbas
04-27-2005, 03:21 AM
ok found the discusion about this topic

http://www.knoppix.net/forum/viewtopic.php?t=15976&postdays=0&postorder=asc&start=0

sabme
05-02-2005, 12:27 AM
Hi
I'm also using Unbuntu 5.04 and getting exactly the same problem. I also have KDE installed on this setup.
I also had problems trying to use Klik with Kanotix 2005.2 and Xandros 3 Deluxe but slightly different.
Shame I could do with Klik.

probono
05-02-2005, 08:19 AM
Sure, it should be possible to adopt it for (K)ubuntu. Please try to hand-mount one of the small cmg files (e.g., klik://xvier). If that works, you could try to adapt ~/.zAppRun so that it works on ubuntu. Probably we will need to use the -t option of the mount command.

In the meantime, you can unpack the cmg files to directories, that should work in Ubuntu too.

Greetings,
probono

sabme
05-02-2005, 12:03 PM
Hi

Not sure if I'm doing this correct as I'm a bit new to Linux.

I tried (in root console):
# su ; mount ~/Desktop/nvu.cmg /mnt/test -o loop -t cramfs ; /mnt/test/wrapper
with no complaint. Then clicked nvu on my desktop and got same err 'Unable to mount /mnt/app/1'.

Then tried;
# cramfsck -x ~/Desktop/nvu.cmg /opt/nvu ; /opt/nvu/wrapper
cramfsck: stat failed: /opt/nvu: No such file or directory
bash: /opt/nvu/wrapper: No such file or directory
# mkdir /opt/nvu
# mkdir /opt/nvu/wrapper
# cramfsck -x ~/Desktop/nvu.cmg /opt/nvu ; /opt/nvu/wrapper
cramfsck: not a block device or file: /opt/nvu
bash: /opt/nvu/wrapper: is a directory

still no good.

I love you to fix the code in ~/.zAppRun. And give me good reason to stick with Linux.
Sab

probono
05-08-2005, 01:54 AM
Replacing"auto" by "cramfs,iso9660" in the /mnt/app lines in /etc/fstab should do the trick. This is fixed in the client installer now.

Greetings,
probono

bigkahuna
05-08-2005, 11:36 PM
I just did a "fresh" install of Kanotix 2005-1 and got this error when I loaded the "Klik" page in Mozilla (1.0.3). I checked my /etc/fstab file and there aren't any /mnt/app lines.

What's wierd is that this is the second time I've HD installed Kanotix and the first time Klik worked fine... but now it doesn't... any ideas?

Thanks,

Paul

EDIT: After taking a second look at the site, I think the red text at the top of the intro web page is just a note to users? If so, you should reformat it so it doesn't look like an "error message".

probono
05-08-2005, 11:43 PM
Please install the klik client again as described in the docs and see whether that fixes it.

Greetings,
probono

bigkahuna
05-09-2005, 12:40 AM
OK, tried the client installation, and when it launched Konqueror, it gave errors in the terminal:


bigkahuna@vaio:~$ wget klik.atekon.de/client/install -O -|sh
--13:33:33-- http://klik.atekon.de/client/install
=> `-'
Resolving klik.atekon.de... 134.169.172.48
Connecting to klik.atekon.de[134.169.172.48]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11,572 [text/plain]

100%[================================================== ========>] 11,572 7.89K/s

13:33:36 (7.86 KB/s) - `-' saved [11572/11572]

konqueror: ERROR: Error in BrowserExtension::actionSlotMap(), unknown action : searchProvider
konqueror: ERROR: Error in BrowserExtension::actionSlotMap(), unknown action : searchProvider
X Error: BadMatch (invalid parameter attributes) 8
Major opcode: 62
Minor opcode: 0
Resource id: 0x2c00926
X Error: BadMatch (invalid parameter attributes) 8
Major opcode: 62
Minor opcode: 0
Resource id: 0x2c00995
X Error: BadMatch (invalid parameter attributes) 8
Major opcode: 62
Minor opcode: 0
Resource id: 0x2c009cf


And these lines were added to my /etc/fstab:


/mnt/app/1/image /mnt/app/1 cramfs,iso9660 user,noauto,ro,loop,exec 0 0
/mnt/app/2/image /mnt/app/2 cramfs,iso9660 user,noauto,ro,loop,exec 0 0
/mnt/app/3/image /mnt/app/3 cramfs,iso9660 user,noauto,ro,loop,exec 0 0
/mnt/app/4/image /mnt/app/4 cramfs,iso9660 user,noauto,ro,loop,exec 0 0
/mnt/app/5/image /mnt/app/5 cramfs,iso9660 user,noauto,ro,loop,exec 0 0
/mnt/app/6/image /mnt/app/6 cramfs,iso9660 user,noauto,ro,loop,exec 0 0
/mnt/app/7/image /mnt/app/7 cramfs,iso9660 user,noauto,ro,loop,exec 0 0


Question: Is the red message


Unable to mount /mnt/app/1?
Replace "auto" by "cramfs,iso9660" in the /mnt/app lines in /etc/fstab

at the top of this page: http://klik.atekon.de/

an error message?

Paul

probono
05-09-2005, 08:32 AM
No, it's not an error message, but the solution to an issue many people seem to have experienced. The new client install has this fixed automatically.

Does it work now for you?

The "Opcode" messages above are not related to klik.

Greetings,
probono

bigkahuna
05-09-2005, 04:19 PM
No I haven't tried "Klik" because I thought the red message at the top of the page was an error message :oops:

Suggestion: You might want to reformat the Klik website intro page so that the message doesn't look like an error message...

Thanks and sorry for the confusion,

Paul