Jan. 4, 2012
9:56 a.m.
Is it is possible to point to other partition's datablocks? -- Regards, Swapnil Gaikwad.
Jan. 5, 2012
7:40 p.m.
On Wed, Jan 4, 2012 at 4:56 AM, Swapnil Gaikwad <swapnilgaik72@gmail.com> wrote:
Is it is possible to point to other partition's datablocks?
Assuming you're willing to write new code, of course you can do that. Examples: Device mapper does it. See the last email I just sent with DM pseudo code for COW. Note, DM calls them volumes, not partitions but the logic is the same. Also, a lot of filesystems support a separate journal partition. So you have data in the journal that references the primary volume. Greg
5335
Age (days ago)
5336
Last active (days ago)
1 comments
2 participants
participants (2)
-
Greg Freemyer -
Swapnil Gaikwad