Tagged Questions
4
votes
2answers
1k views
ISO file readonly?
I have an ISO file and I mount it under /mnt/isofile.
Then I copied this file to another folder.
But the contents are read only and belonged to root.
I tried to use chmod and chown.
But it prompts ...
4
votes
2answers
1k views
Permission denied (even as root) on a mounted ISO image with Furius ISO Mount
I mounted a ISO image with Furius ISO Mount. I cd to the mounted directory and tried to copy a file with
sudo cp file /dir
but cp writes error message
cp: cannot stat `file': Permission denied
...
3
votes
2answers
2k views
How to resize an IMG file's partition info?
I made an ISO this way: sudo partimage save /dev/sdc1 /media/56AE8240AE82191F/Backup/xfcefat.iso
The resulting iso file is very small but when mounted I see that it has correctly preserved the ...