* A feature??
@ 2007-05-20 8:51 Chris Lee
2007-05-20 11:01 ` John Anthony Kazos Jr.
0 siblings, 1 reply; 2+ messages in thread
From: Chris Lee @ 2007-05-20 8:51 UTC (permalink / raw)
To: linux-ext4
I am not a FS guru so please tell me where to get off if I sound stupid.
After lurking for some time I have come up with something that may be of
interest as a feature:
If EXT4 were to pr-allocate a configurable amount of space for a special file
and then use that file as a new EXT4 partition;
-Use that file for all new writes to disk
-Any changed files are changed by writing the change to this file, or the whole
changed file, whichever is more efficient end to end.
-A section of the file includes tracking of files that need modification in the
actual FS.
-Then when the disk is put back into normal read write mode the FS data in the
file just needs to be worked into the actual FS.
This way the FS could be put into suspended operation while a third party reads it.
I know there are other methods like snapshots, but this works at the FS level so
that the third party, which obviously needs to know ext4, can access the hard
drive directly.
Chris.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: A feature??
2007-05-20 8:51 A feature?? Chris Lee
@ 2007-05-20 11:01 ` John Anthony Kazos Jr.
0 siblings, 0 replies; 2+ messages in thread
From: John Anthony Kazos Jr. @ 2007-05-20 11:01 UTC (permalink / raw)
To: Chris Lee; +Cc: linux-ext4
> I am not a FS guru so please tell me where to get off if I sound stupid.
> After lurking for some time I have come up with something that may be of
> interest as a feature:
>
> If EXT4 were to pr-allocate a configurable amount of space for a special file
> and then use that file as a new EXT4 partition;
> -Use that file for all new writes to disk
> -Any changed files are changed by writing the change to this file, or the
> whole changed file, whichever is more efficient end to end.
> -A section of the file includes tracking of files that need modification in
> the actual FS.
> -Then when the disk is put back into normal read write mode the FS data in the
> file just needs to be worked into the actual FS.
>
> This way the FS could be put into suspended operation while a third party
> reads it.
> I know there are other methods like snapshots, but this works at the FS level
> so that the third party, which obviously needs to know ext4, can access the
> hard drive directly.
Sounds like a combination of loopback and union mounting, except more
automated. Not sure there'd be much benefit to implementing those concepts
redundantly at the filesystem level.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-20 11:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-20 8:51 A feature?? Chris Lee
2007-05-20 11:01 ` John Anthony Kazos Jr.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox