<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Mon, Nov 5, 2018 at 2:27 PM Khalid Baheyeldin <<a href="mailto:kb@2bits.com">kb@2bits.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">On Mon, Nov 5, 2018 at 2:23 PM Chris Irwin <<a href="mailto:chris@chrisirwin.ca" target="_blank">chris@chrisirwin.ca</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Next steps would vary depending on your filesystems. You can then resize your partitions. I use LVM, and I just carefully delete the current partition, and create one with the same starting to fill the rest of the disk using parted, then `pvresize` and I'm good to use that space as needed. There are tools that can automate that (I think parted itself can), but I prefer manually doing it.<br></div></div></blockquote><div><br></div></div><div>Assuming one does not use LVM, and only uses ext4 filesystems.</div><div><br></div><div>How can one resize the partitions safely?<br></div></div></blockquote><div><br></div><div>1. Always have a backup. In this case, your original disk should still serve that function.<br></div><div>2. parted resizepart will move the end-point of your partition. I've always deleted and recreated the partition, but resizepart should be significantly safer (I'm not sure if it's always been there, but it's in CentOS, so I'll likely use this from now on).<br></div><div>3. resize2fs /dev/sdXY (note: this is a ext*-specific tool)<br></div><div><br></div><div>Filesystems without LVM sucks though, because you can only ever easily expand your last filesystem. If you have four partitions, and wanted to resize one in the middle, you're pretty much SOL.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div></div></div>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">http://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Chris Irwin<br><<a href="mailto:chris@chrisirwin.ca" target="_blank">chris@chrisirwin.ca</a>></div></div></div>