public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.7-ac7 ext3: Can I remount and change mount option ?
@ 2001-08-06  6:24 Steve Kieu
  2001-08-06 19:07 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Kieu @ 2001-08-06  6:24 UTC (permalink / raw)
  To: kernel

Hi,

I still can not remount my ext3 root partition to
change to the data=writeback mode using 2.4.7-ac7 .
And any other partition too.

>From alan post...

Don't refuse unneccessarily on remount with     (Petr
Vandrovec)
                              data= option with ext3

it means that I can do a remount an already mounted
ext3 FS and change the data mode?

Regards,


=====
S.KIEU

_____________________________________________________________________________
http://messenger.yahoo.com.au - Yahoo! Messenger
- Voice chat, mail alerts, stock quotes and favourite news and lots more!

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.4.7-ac7 ext3: Can I remount and change mount option ?
  2001-08-06  6:24 Steve Kieu
@ 2001-08-06 19:07 ` Andrew Morton
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2001-08-06 19:07 UTC (permalink / raw)
  To: Steve Kieu; +Cc: kernel

Steve Kieu wrote:
> 
> Hi,
> 
> I still can not remount my ext3 root partition to
> change to the data=writeback mode using 2.4.7-ac7 .
> And any other partition too.

This is not possible - you must unmount to change the
data journalling mode.

> >From alan post...
> 
> Don't refuse unneccessarily on remount with     (Petr
> Vandrovec)
>                               data= option with ext3
> 
> it means that I can do a remount an already mounted
> ext3 FS and change the data mode?

No, this refers to a problem where
	mount foo -o data=journal
would succeed, but then
	mount foo -o remount,data=journal
would fail.  We now allow remount to specify the journalling
mode, but it must be the same as the current mode - this change
is just to allow us to work more nicely with the mount tools.

-

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: 2.4.7-ac7 ext3: Can I remount and change mount option ?
@ 2001-08-06 21:12 Petr Vandrovec
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Vandrovec @ 2001-08-06 21:12 UTC (permalink / raw)
  To: haiquy; +Cc: kernel, akpm

On  6 Aug 01 at 12:07, Andrew Morton wrote:
> Steve Kieu wrote:
> > 
> > Hi,
> > 
> > I still can not remount my ext3 root partition to
> > change to the data=writeback mode using 2.4.7-ac7 .

Steve, you are probably looking for 'rootflags=data=writeback'
kernel commandline option. Just add this into your lilo.conf.
In /etc/fstab either do not specify 'data=writeback' at all for
root partition, or you must use 'data=writeback' (I prefer
specifying data=xxx, as then / and other partitions look same
in fstab).
                                Best regards,
                                    Petr Vandrovec
                                    vandrove@vc.cvut.cz

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-06 19:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-06 21:12 2.4.7-ac7 ext3: Can I remount and change mount option ? Petr Vandrovec
  -- strict thread matches above, loose matches on Subject: below --
2001-08-06  6:24 Steve Kieu
2001-08-06 19:07 ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox