* Re: journaling and devel [was Re: Development Setups]
@ 2001-10-15 9:09 Andreas Dilger
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Dilger @ 2001-10-15 9:09 UTC (permalink / raw)
To: Pavel Machek; +Cc: linux-kernel
Pavel writes:
> I disagree.. With journal filesystem, when something is silently corrupting
> your disk, you'll never know. With ext2, you sometimes sync & reset to make
> sure your disks are still healthy. I would not recomment journaling on
> experimental boxes.
I would say just the opposite with ext3 - I prefer to use it on my development
boxes.
1) No fsck time (normally) after crashing, which can happen a lot.
2) You can set ext3 to fsck automatically after a fixed number of reboots/time
if you are worried about a bad disk/cable/kernel.
Most of the mke2fs which support ext3 (1.20+ or so) will set the check
interval to 20 + rand(20) reboots per check by default, or 6 months. Since
this is a random value, you don't get all of your filesystems checked at the
same time, but it happens at least once in a while to ensure that each fs is
OK.
Of course, you can turn it off if you want, but the option is there to do
periodic checks. The time interval is probably still a good idea, even if
you turn of the per-N-mount checking, because of bit rot, etc.
Cheers, Andreas
--
Andreas Dilger \ "If a man ate a pound of pasta and a pound of antipasto,
\ would they cancel out, leaving him still hungry?"
http://www-mddsp.enel.ucalgary.ca/People/adilger/ -- Dogbert
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: journaling and devel [was Re: Development Setups]
2001-10-06 0:27 ` journaling and devel [was Re: Development Setups] Pavel Machek
@ 2001-10-13 20:30 ` Steve Lord
0 siblings, 0 replies; 3+ messages in thread
From: Steve Lord @ 2001-10-13 20:30 UTC (permalink / raw)
To: Pavel Machek; +Cc: David Woodhouse, adam.keys, linux-kernel
>
> I disagree.. With journal filesystem, when something is silently corrupting
> your disk, you'll never know. With ext2, you sometimes sync & reset to make
> sure your disks are still healthy. I would not recommend journaling on
> experimental boxes.
> Pavel
On the otherhand I have found the main problem with using XFS on development
platforms is that you do not test the kernel shutdown code very much.
It is much faster to just reset the box than to do a shutdown, and it
does not make a difference when you bring it back up.
Steve
^ permalink raw reply [flat|nested] 3+ messages in thread
* journaling and devel [was Re: Development Setups]
2001-10-05 8:02 ` David Woodhouse
@ 2001-10-06 0:27 ` Pavel Machek
2001-10-13 20:30 ` Steve Lord
0 siblings, 1 reply; 3+ messages in thread
From: Pavel Machek @ 2001-10-06 0:27 UTC (permalink / raw)
To: David Woodhouse; +Cc: adam.keys, linux-kernel
Hi!
> > I was thinking of starting with a modern machine for developing/
> > compiling on, and then older machine(s) for testing. This way I
> > would not risk losing data if I oops or somesuch.
>
> With journalling filesystems you needn't worry _too_ much about losing
> data; depending of course on what you're hacking on. Having two separate
> boxen for development and testing is mostly valuable because you can keep
> working when you break it - it doesn't take your entire desktop environment
> down with it.
I disagree.. With journal filesystem, when something is silently corrupting
your disk, you'll never know. With ext2, you sometimes sync & reset to make
sure your disks are still healthy. I would not recommend journaling on
experimental boxes.
Pavel
--
Philips Velo 1: 1"x4"x8", 300gram, 60, 12MB, 40bogomips, linux, mutt,
details at http://atrey.karlin.mff.cuni.cz/~pavel/velo/index.html.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-10-15 9:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-15 9:09 journaling and devel [was Re: Development Setups] Andreas Dilger
-- strict thread matches above, loose matches on Subject: below --
2001-10-05 4:20 Development Setups Adam Keys
2001-10-05 8:02 ` David Woodhouse
2001-10-06 0:27 ` journaling and devel [was Re: Development Setups] Pavel Machek
2001-10-13 20:30 ` Steve Lord
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®