Lonnie Abelbeck wrote: > On Mar 3, 2008, at 1:03 PM, Fred wrote: > >> At 13:36 03/03/2008 -0500, Chris Vaughan wrote: >>> The root filesystem is likely mounted read only. >> Thanks, that did it: > > Don't do that. > >> # mount >> rootfs on / type rootfs (rw) >> /dev/root on /oldroot type ext2 (rw) >> /dev/hda1 on /oldroot/cdrom type vfat >> (ro,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1) >> /dev/hda2 on /oldroot/mnt/asturw type ext2 (rw,noatime) >> none on /oldroot/mnt/asturo type tmpfs (ro) >> none on / type unionfs (ro,dirs=/oldroot/mnt/asturw=rw:/oldroot/mnt/ >> asturo=ro) > > There is the problem... the line should read... > > none on / type unionfs (rw,dirs=/oldroot/mnt/asturw=rw:/oldroot/mnt/ > asturo=ro) > > unionfs needs to be "rw". > > Did you change anything in "/trunk/target/initrd/target_skeleton/ > linuxrc" ?
Ah! I think I know what Fred did. I would be willing to bet he used the "remount system read-only" button in the web config. That is not needed and will cause problems on unionfs systems (because it remounts / as read-only). Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
