* [uml-devel] mounting COW on HOST?
@ 2003-12-09 0:45 roland
2003-12-09 2:10 ` greg
2003-12-09 2:18 ` Matt Zimmerman
0 siblings, 2 replies; 4+ messages in thread
From: roland @ 2003-12-09 0:45 UTC (permalink / raw)
To: user-mode-linux-devel
hi!
one thing came to my mind today: why not porting the COW feature of UML to
the "mainstream" linuxkernel itself?
i would find this useful - not only in relation to UML.
maybe there is already something like this? don`t know....
what would we need? modifying loopdevice(mount -o loop...) code? perhaps using
lufs for that? (btw: long awaited read/write support for ntfs partitions has
been implemented via lufs and native windows ntfs.sys driver!)
maybe this has been discussed already?
regards
roland
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [uml-devel] mounting COW on HOST?
2003-12-09 0:45 [uml-devel] mounting COW on HOST? roland
@ 2003-12-09 2:10 ` greg
2003-12-09 3:58 ` Russell Coker
2003-12-09 2:18 ` Matt Zimmerman
1 sibling, 1 reply; 4+ messages in thread
From: greg @ 2003-12-09 2:10 UTC (permalink / raw)
To: roland; +Cc: user-mode-linux-devel
Roland,
It wouldn't be that tough to write a COW block device for the standard
kernel. In fact, if we did that, we could get rid of the COW hack in
the ubd device.
The basic idea of COW is a bitmap to represent all the sectors of the
block device, a backing block device and a cow block device. Any
blocking device should work.
I have also thought of changing the index to be a 4 byte offset, this
would useful for live CD distros with a floppy device. The floppy
device becomes the COW disk while the backing file is the CDROM. I
haven't done the math on the usability of 1.4MB floppy or the recovery
mechanism in case of a kernel panic, etc... But having a live CD in
which any sector could be changed might be interesting, at least make it
easier for the live CD people.
See ya,
Greg
On Mon, 2003-12-08 at 17:45, roland wrote:
> hi!
> one thing came to my mind today: why not porting the COW feature of UML to
> the "mainstream" linuxkernel itself?
> i would find this useful - not only in relation to UML.
> maybe there is already something like this? don`t know....
> what would we need? modifying loopdevice(mount -o loop...) code? perhaps using
> lufs for that? (btw: long awaited read/write support for ntfs partitions has
> been implemented via lufs and native windows ntfs.sys driver!)
> maybe this has been discussed already?
>
> regards
> roland
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: IBM Linux Tutorials.
> Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
> Free Linux Tutorials. Learn everything from the bash shell to sys admin.
> Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
> _______________________________________________
> User-mode-linux-devel mailing list
> User-mode-linux-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
--
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [uml-devel] mounting COW on HOST?
2003-12-09 0:45 [uml-devel] mounting COW on HOST? roland
2003-12-09 2:10 ` greg
@ 2003-12-09 2:18 ` Matt Zimmerman
1 sibling, 0 replies; 4+ messages in thread
From: Matt Zimmerman @ 2003-12-09 2:18 UTC (permalink / raw)
To: user-mode-linux-devel
On Tue, Dec 09, 2003 at 01:45:59AM +0100, roland wrote:
> one thing came to my mind today: why not porting the COW feature of UML to
> the "mainstream" linuxkernel itself?
> i would find this useful - not only in relation to UML.
> maybe there is already something like this? don`t know....
> what would we need? modifying loopdevice(mount -o loop...) code? perhaps using
> lufs for that? (btw: long awaited read/write support for ntfs partitions has
> been implemented via lufs and native windows ntfs.sys driver!)
> maybe this has been discussed already?
This has come up several times before; search the mailing list archives.
--
- mdz
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-12-09 3:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-09 0:45 [uml-devel] mounting COW on HOST? roland
2003-12-09 2:10 ` greg
2003-12-09 3:58 ` Russell Coker
2003-12-09 2:18 ` Matt Zimmerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox