From: Toby <tkb9@adelphia.net>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] Newbie to snapshot
Date: Sun May 18 08:21:02 2003 [thread overview]
Message-ID: <3EC788E9.9020701@adelphia.net> (raw)
In-Reply-To: <001501c31d2a$0ea25f20$6c7745cb@codevel>
armani wrote:
> Hello List
>
>
> As the description, I make a Original LV device named /dev/Vol1/LV1,
> and then I make a snapshot device named "/dev/Vol1/snapshot" for
> /dev/Vol1/LV1 .
> So I try to put something for /dev/Vol1/LV1
>
> # mount /dev/Vol1/LV1 /mnt/LV1
> # mount /dev/Vol1/snapshot /mnt/snapshot [ I'm using ext3 ]
> # dd if=/dev/zero of=/mnt/LV1/test bs=1M count=10
>
A snapshot will only capture what you have in the fs at the moment you
create the snapshot - like a photograph. After creation, the two are
totally independent of each other ( for most practical purposes.)
So to test it, just make another snapshot. The 2nd snapshot will now
contain your 10M test file. If you delete it out of the original fs, the
2nd snapshot will still have your test file.
-toby
next prev parent reply other threads:[~2003-05-18 8:21 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-18 5:41 [linux-lvm] Newbie to snapshot armani
2003-05-18 8:21 ` Toby [this message]
2003-05-18 9:58 ` armani
2003-05-20 2:36 ` Heinz J . Mauelshagen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3EC788E9.9020701@adelphia.net \
--to=tkb9@adelphia.net \
--cc=linux-lvm@sistina.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.