Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
25
rated 0 times [  25] [ 0]  / answers: 1 / hits: 55926  / 2 Years ago, thu, march 31, 2022, 2:33:21

I tried to mount my Ubuntu 13.04 64-bit image using the following command :



sudo mount -o rw,loop /home/varun/Downloads/ubuntu-13.04-desktop-amd64.iso /media/cdimage


But I gets the following warning :



mount: warning: /media/cdimage seems to be mounted read-only.   


Help me to eliminate the warning.


More From » mount

 Answers
7

ISO files are always mounted as read only. So copy files from the mounted ISO to another folder and then make changes you want. You can then use mkisofs to generate a new ISO from the modified folder.


[#27981] Thursday, March 31, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
naldis

Total Points: 257
Total Questions: 101
Total Answers: 111

Location: Kenya
Member since Sat, Feb 25, 2023
1 Year ago
;