basten54188 发表于 2005-11-3 18:34:29

mount *.img文件的问题

现有文件my.img
将其挂载
mount -o loop my.img /mnt/img
然后进入
cd /mnt/img
将编译好的二进制文件hello写进
cp /hello /mnt/img
报错:文件系统只读!!
请问这个问题如何解决???

ksh 发表于 2005-11-4 13:48:42

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]
查看完整版本: mount *.img文件的问题