From: Lothar Braun <mail@lobraun.de>
To: linux-admin@vger.kernel.org
Subject: Re: running fsck in runlevel 3 and single user mode serial access problems
Date: Thu, 15 Jul 2004 01:19:27 +0200 [thread overview]
Message-ID: <200407150119.27913.mail@lobraun.de> (raw)
In-Reply-To: <20040714175519.A5782@cougar.aero-vision.com>
On Wednesday 14 July 2004 11:55 pm, you wrote:
> Is there a safe way to run fsck in run level 3?
The only important thing is, that the partition on which you want to run is
mounted read-only.
So you can try to remount it:
mount -o remount,ro /mountpoint
Finished fsck you can mount it writable with
mount -o remount,rw /mountpoint
Hope this helps
Lothar
prev parent reply other threads:[~2004-07-14 23:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-04-22 18:33 split a file or return shell variable to a program vick Julius
2004-04-22 19:04 ` Glynn Clements
2004-04-23 8:10 ` urgrue
2004-04-22 21:16 ` rich+ml
2004-07-14 21:55 ` running fsck in runlevel 3 and single user mode serial access problems A. R. Vener
2004-07-14 23:19 ` Lothar Braun [this message]
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=200407150119.27913.mail@lobraun.de \
--to=mail@lobraun.de \
--cc=linux-admin@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).