Author Topic: Remount,rw /usr On Cacko 1.23?  (Read 1885 times)

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Remount,rw /usr On Cacko 1.23?
« 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
« Last Edit: May 24, 2006, 08:22:15 am by daniel3000 »
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

Hrw

  • Hero Member
  • *****
  • Posts: 1366
    • View Profile
Remount,rw /usr On Cacko 1.23?
« Reply #1 on: May 24, 2006, 09:03:29 am »
squashfs is read only - you need to copy it somewhere, modify and recreate whole filesystem
OpenZaurus 3.5.4x Release Manager
OpenEmbedded, Ångström, Poky developer
My website

Misc embedded hardware.

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Remount,rw /usr On Cacko 1.23?
« Reply #2 on: May 24, 2006, 09:14:00 am »
Thank you. That's not the answer I wanted to hear.  
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0