<p dir="ltr">I think there are some conceptual issues that you should understand and I do not feel you are clear on them yet. (Or maybe I am the one not clear)</p>
<p dir="ltr">First of all, there is no &quot;last 50Gb&quot; on a LLV scheme. When you create and use LLV, you are surrendering disk management to the LLV manager in exchange of the flexibility it provides handling the disk. Whatever data you send to the LLV volume, the manager will place where it feels most convenient. <br>

Second, if you want a 50G &quot;partition&quot; you need to create a second volume group to hold those backups, separate from the main volume. Again, there is no guarantee of where in the disk this data would reside unless you first created a 50GB partition at the end of the drive, and created a volume in there with vgcreate and added it to the physical volume, but geese, that sounds like all the work we were originally trying to avoid :-) <br>

Finally, are you taking into consideration that whatever managed to trash your filesystem under LLV will most likely trash your backups if they are under the same LLV structure?</p>
<p dir="ltr">My 2 cents</p>
<div class="gmail_quote">On Aug 19, 2013 4:03 PM, &quot;Alasdair G Kergon&quot; &lt;<a href="mailto:agk@redhat.com">agk@redhat.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Mon, Aug 19, 2013 at 10:59:46PM +0200, Mateusz Marzantowicz wrote:<br>
&gt; pvscan, pvscreate, vgscan, vgcreate, lvscan, lvcreate<br>
<br>
These days, vgcreate followed by lvcreate is sufficient.<br>
<br>
- vgcreate automatically performs pvcreate if it needs to<br>
- scans shouldn&#39;t normally be needed<br>
<br>
Alasdair<br>
<br>
--<br>
users mailing list<br>
<a href="mailto:users@lists.fedoraproject.org">users@lists.fedoraproject.org</a><br>
To unsubscribe or change subscription options:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/users" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/users</a><br>
Fedora Code of Conduct: <a href="http://fedoraproject.org/code-of-conduct" target="_blank">http://fedoraproject.org/code-of-conduct</a><br>
Guidelines: <a href="http://fedoraproject.org/wiki/Mailing_list_guidelines" target="_blank">http://fedoraproject.org/wiki/Mailing_list_guidelines</a><br>
Have a question? Ask away: <a href="http://ask.fedoraproject.org" target="_blank">http://ask.fedoraproject.org</a><br>
</blockquote></div>