I need to use UCK on 12.04. If I use any version of UCK 2.4.6 or UCK 2.2.0, I am getting an error
iso-mount seems to be mounted read-only.
Can some one help to quickly sort this error? I need to use UCK on Lubuntu or Ubuntu 12.04 urgently.
That is a just warning given by mount when an iso file is mounted.
UCK mounts the Ubuntu iso file in ~/tmp/remaster-iso-mount directory so that directory name is part of the output. You can ignore that warning and you should.
You can verify this by trying to manually mount the Ubuntu iso file. For the time being let's assume the file name is ubuntu.iso and it is in the current directory or home directory. Using this command
sudo mount ~/ubuntu.iso /mnt
would produce the warning below:
mount: warning: /mnt seems to be mounted read-only.
This is logical, because You can't mount an iso in read-write mode. An iso is always read-only.