Hi all, Today I read the post (Andrew Morton) and knew that there are three options for ext3 (never know before :-)) I would like to ask where the documentation is or how I can pass to the mount command to use the other two (now I saw it is in the data ordered mode) Thank you very much indeed. Steve ====S.KIEU _____________________________________________________________________________ http://messenger.yahoo.com.au - Yahoo! Messenger - Voice chat, mail alerts, stock quotes and favourite news and lots more!
Steve Kieu wrote:> > Hi all, > > Today I read the post (Andrew Morton) and knew that > there are three options for ext3 (never know before > :-)) I would like to ask where the documentation is or > how I can pass to the mount command to use the other > two (now I saw it is in the data ordered mode) >Hi, Steve. The journalling mode is specified via a mount option. mount /dev/hda1 /usr/src -o data=journal or, in /etc/fstab: /dev/hda1 /usr/src auto defaults,data=journal 1 2 These are briefly described in `man 8 mount', if you have a recent util-linux installed.
Maybe Matching Threads
- Question about using ext3 in root partition
- Converting ext3 to ext2
- [vhost:vhost 32/52] include/linux/typecheck.h:12:18: warning: comparison of distinct pointer types lacks a cast
- [Bridge] Re: [RESEND][PATCH] ebtables: clean up vmalloc usage in net/bridge/netfilter/ebtables.c
- On very different journalling activity on 2 servers.