mount *.img文件的问题
现有文件my.img将其挂载
mount -o loop my.img /mnt/img
然后进入
cd /mnt/img
将编译好的二进制文件hello写进
cp /hello /mnt/img
报错:文件系统只读!!
请问这个问题如何解决??? You can mkdir new directory. copy all the content of /mnt/img and hello to new directory , Then use genromfs to generate romfs image again.
页:
[1]