Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=2664880
By: nobody
I can't seem to get a successful initrd working that will mount correctly. When
rc.S tries to:
mount -w -o remount /
I get a '/dev/loop0 write protected but explicit -w flag given' error.
This is with kernel 2.6.7 from RIP linux or Topo.
When I tried the RIP 'base.img' it wouldn't exit cleanly and on next boot gave
'Dirty Volume' errors.
I can create a loop alright from the CLI, but when I try to get it to work with
initrd the remount of / gives the 'write protected' error.
I am confused because some don't even use pivot_root, others DO and still others
use pivot_root and chroot.
Can someone give me the essentials for a loop mount using initrd, including
exit(rc.6) strategy?
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=44085
|