OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: daniel3000 on May 24, 2006, 08:21:59 am
-
Hello,
how can I remount /usr on Cacko 1.23 to read-write?
mount:
/dev/loop0 on /usr type squashfs (ro)
if I try
sudo mount -o remount,rw /dev/loop0 /usr
I get
mount: Mounting /dev/loop0 on /usr failed: Permission denied
But I'd like to modify a file in there.
Thanks
Daniel
-
squashfs is read only - you need to copy it somewhere, modify and recreate whole filesystem
-
Thank you. That's not the answer I wanted to hear.