public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Journaling: Surviving or allowing unclean shutdown?
@ 2001-01-03 12:55 Dr. David Gilbert
  2001-01-03 15:26 ` Rik van Riel
  0 siblings, 1 reply; 58+ messages in thread
From: Dr. David Gilbert @ 2001-01-03 12:55 UTC (permalink / raw)
  To: linux-kernel

Hi,
  I got wondering as to whether the various journaling file system
activities were designed to survive the occasional unclean shutdown or
were designed to allow the user to just pull the plug as a regular means
of shutting down.

  Thoughts?

Dave

-- 
/------------------------------------------------------------------\
| Dr. David Alan Gilbert | Work:dg@px.uk.com +44-161-286-2000 Ex258|
| -------- G7FHJ --------|---------------------------------------- |
| Home: dave@treblig.org            http://www.treblig.org         |
\------------------------------------------------------------------/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 58+ messages in thread
[parent not found: <fa.e3022cv.v2ucim@ifi.uio.no>]
* Re: Journaling: Surviving or allowing unclean shutdown?
@ 2001-01-08 23:19 Bernd Eckenfels
  0 siblings, 0 replies; 58+ messages in thread
From: Bernd Eckenfels @ 2001-01-08 23:19 UTC (permalink / raw)
  To: linux-kernel

In article <20010105230950.B301@bug.ucw.cz> you wrote:
> Also thing about cases where powerplant fails, or when electricity in
> the house fails. I've seen places where electricity failed 5 times a
> day, because someone put 10A fuse and we were using just about 2kW...

Especially evil is a power failure, and then a second failure while fsck is
running...

So i hope Journaling FSs will have the power of normal FSs soon, so we can
have them as a default for consumers. Otherwise:

/dev/scsi/host0/bus0/target6/lun0/part1 on / type ext2 (ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw)
/dev/sda5 on /usr type ext2 (ro)
/dev/sda6 on /var type ext2 (r,noexec)
/dev/sda7 on /home type ext2 (rw,nosuid)
/dev/scd0 on /cdrom type iso9660 (ro)

some read only filesystems :)

Greetings
Bernd
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-01-09  9:34 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-03 12:55 Journaling: Surviving or allowing unclean shutdown? Dr. David Gilbert
2001-01-03 15:26 ` Rik van Riel
2001-01-03 15:38   ` Michael Rothwell
2001-01-03 16:18   ` Andi Kleen
2001-01-03 16:27   ` Daniel Phillips
2001-01-03 16:42     ` Alex Belits
2001-01-04  8:00       ` Daniel Phillips
2001-01-04 17:39         ` Alex Belits
2001-01-03 18:52     ` Dr. David Gilbert
2001-01-04  9:57       ` Helge Hafting
2001-01-04 10:14         ` Daniel Phillips
2001-01-04 10:25           ` David Woodhouse
2001-01-04 17:43           ` David Lang
2001-01-04 17:52             ` David Woodhouse
2001-01-04 18:00               ` David Lang
2001-01-04 18:11                 ` Alan Cox
2001-01-05  4:12                   ` Chipzz
2001-01-05  4:18                     ` Alan Cox
2001-01-05 16:55                   ` Mike Touloumtzis
2001-01-05 16:57                   ` David Woodhouse
2001-01-05 22:09                 ` Pavel Machek
2001-01-04 17:59             ` Alan Cox
2001-01-04 18:10               ` Chris Wedgwood
2001-01-04 18:15                 ` Mo McKinlay
2001-01-04 18:19                   ` David Lang
2001-01-04 18:20                     ` Mo McKinlay
2001-01-04 19:42                       ` Richard B. Johnson
2001-01-04 20:31                         ` egger
2001-01-04 20:59                           ` Richard B. Johnson
2001-01-04 21:05                             ` egger
2001-01-04 22:45                             ` Erik Mouw
2001-01-04 18:23                   ` Chris Wedgwood
2001-01-05 12:04                   ` David Woodhouse
2001-01-04 18:21               ` Dr. David Gilbert
2001-01-04 18:11             ` Mo McKinlay
2001-01-04 21:00         ` Brett G. Person
2001-01-05 22:05         ` Pavel Machek
2001-01-04 19:21     ` Stephen C. Tweedie
2001-01-04 21:08       ` Stefan Traby
2001-01-04 22:49         ` Stephen C. Tweedie
2001-01-05  1:01           ` Stefan Traby
2001-01-05  8:10             ` Andreas Dilger
2001-01-05 11:05             ` Stephen C. Tweedie
2001-01-05 11:58         ` David Woodhouse
2001-01-06 19:57           ` Marc Lehmann
2001-01-06 20:09             ` Stefan Traby
2001-01-06 20:35               ` Chris Mason
2001-01-06 21:49                 ` Marc Lehmann
2001-01-08 12:02             ` Stephen C. Tweedie
2001-01-09  9:34               ` Roger Gammans
2001-01-05  0:31       ` Daniel Phillips
2001-01-05  8:00         ` Andreas Dilger
2001-01-05 12:46           ` Alan Cox
2001-01-05 12:59             ` Chris Wedgwood
2001-01-05 13:22             ` Stephen C. Tweedie
2001-01-05 10:31         ` Stephen C. Tweedie
     [not found] <fa.e3022cv.v2ucim@ifi.uio.no>
     [not found] ` <fa.naq8vev.74ai08@ifi.uio.no>
2001-01-04 22:38   ` Dan Maas
  -- strict thread matches above, loose matches on Subject: below --
2001-01-08 23:19 Bernd Eckenfels

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