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

Title: Remount,rw /usr On Cacko 1.23?
Post 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
Title: Remount,rw /usr On Cacko 1.23?
Post by: Hrw on May 24, 2006, 09:03:29 am
squashfs is read only - you need to copy it somewhere, modify and recreate whole filesystem
Title: Remount,rw /usr On Cacko 1.23?
Post by: daniel3000 on May 24, 2006, 09:14:00 am
Thank you. That's not the answer I wanted to hear.