All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernd Schubert <bernd-schubert@web.de>
To: reiserfs-list@namesys.com
Subject: Re: After `quotacheck` ReiserFS Root Filesystem Won't Mount Read-Write
Date: Tue, 17 Aug 2004 03:03:40 +0200	[thread overview]
Message-ID: <200408170303.41737.bernd-schubert@web.de> (raw)
In-Reply-To: <22c16c22abfc.22abfc22c16c@optonline.net>

On Tuesday 17 August 2004 02:12, nickyt44@optonline.net wrote:
> Hi All,
>
> I hope someone can help me to fix my broken system.  I'm using Libranet
> 2.8.1 (debian-based) with kernel 2.4.26. It's a dual-boot (grub

You probably didn't apply Chris' patches, they are required for quota support 
in 2.4.X

ftp://ftp.suse.com/pub/people/mason/patches/data-logging/2.4.25/

(they also apply to 2.4.{26,27}

> bootloader) with Win XP.  I'm pretty sure I know what happened and why,
> I just don't know how to resolve it.
>
>
> Now that the `usrquota` option is choking my system, I want to edit it
> out...but I can't because the root (/) filesystem will only mount
> read-only.  Which brings me to the crux of the matter:  if I can't
> re-edit the /etc/fstab file to eliminate the offending option, and I
> can't force reiserfs to mount properly as a read-write root filesystem,
> how do I recover my system?
>
> mount:  / not mounted already or bad option`.  I've tried using a
> knoppix live cd to edit the /etc/fstab directory, but the /etc/fstab
> shown when I cd to /etc/fstab is one created by knoppix and not the
> /etc/fstab on my root /dev/hde2.

This would work, you should make familiar yourself with "chroot", read the 
manpage! E.g. from knoppix:

mount /dev/hde2 /mnt/hde2
chroot /mnt/hde2
vi /etc/fstab
exit
reboot

>
> How do I force reiserfs to mount read-write in order to edit the
> /etc/fstab file?  Although I have a recent backup of my Libranet system,
> I'm hoping not to do a reinstall.  TIA.

There are a dozens other ways for doing this, e.g. issuing as kernel parameter
"init=/bin/bash rw"

Then after booting:
vi /etc/fstab
sync; sync;  sync
reboot     
(This command (reboot) will probably fail, so you will have to press the reset 
button ;) )


Cheers,
 Bernd


  parent reply	other threads:[~2004-08-17  1:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-17  0:12 After `quotacheck` ReiserFS Root Filesystem Won't Mount Read-Write nickyt44
2004-08-17  0:57 ` James Courtier-Dutton
2004-08-17  1:03 ` Bernd Schubert [this message]
2004-08-20  1:28   ` daniel.poelzleithner
2004-08-20  6:17     ` Raymond A. Meijer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200408170303.41737.bernd-schubert@web.de \
    --to=bernd-schubert@web.de \
    --cc=reiserfs-list@namesys.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.