Re: ext3 journaling questionhi aLL,
- From: "Herta Van den Eynde" <herta.vandeneynde@xxxxxxxxx>
- Date: Tue, 19 Feb 2008 12:03:31 +0100
On 19/02/2008, Phil Savoie <psavoie1783@xxxxxxxxxx> wrote:
The mount command will tell you. Look at this example:
On Tuesday 19 February 2008, Herta Van den Eynde wrote:
On 19/02/2008, Phil Savoie <psavoie1783@xxxxxxxxxx> wrote:
Hi All,
Just wondering if anyone knows of some kind of command that displays how
my ext3 filesystem is doing it's journal? What I am looking for
specifically is the data= information. I understand that the three modes
are writeback, ordered and journal. I just want to be able to find out
what my filesystems are using.
Thank you,
Phil
It's a mount option (cf. man mount). data=ordered is the default
Kind regards,
Herta
Hi Herta,
I understand that and did look at the mount man page, but was just wondering
if there was a command that would give information about how the journaling
is employed on the filesystem
# mount |grep boot
/dev/sda1 on /boot type ext3 (rw)
# umount /boot
# mount -o data=writeback /boot
# mount |grep boot
/dev/sda1 on /boot type ext3 (rw,data=writeback)
The first command didn't show the mode, so the default data=ordered applies.
Kind regards,
Herta
--
"Life on Earth may be expensive,
but it comes with a free ride around the Sun."
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- References:
- ext3 journaling questionhi aLL,
- From: Phil Savoie
- Re: ext3 journaling questionhi aLL,
- From: Herta Van den Eynde
- Re: ext3 journaling questionhi aLL,
- From: Phil Savoie
- ext3 journaling questionhi aLL,
- Prev by Date: Re: ext3 journaling questionhi aLL,
- Next by Date: Re: ext3 journaling questionhi aLL,
- Previous by thread: Re: ext3 journaling questionhi aLL,
- Index(es):
Relevant Pages
|