From 2da9f026855b242917f5fc88bc0c3a38893e16f5 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sun, 5 Oct 2014 15:44:01 +0530 Subject: Fixed the encoding and URL refs --- content/devops/lvm_shrink_resize_partition.rst | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'content/devops/lvm_shrink_resize_partition.rst') diff --git a/content/devops/lvm_shrink_resize_partition.rst b/content/devops/lvm_shrink_resize_partition.rst index a3f9e3a..2eda6a8 100644 --- a/content/devops/lvm_shrink_resize_partition.rst +++ b/content/devops/lvm_shrink_resize_partition.rst @@ -42,7 +42,7 @@ installation step and there I found new way! cp debian-wheezy.iso /dev/sdb -Look at destination, its a device and voilą this worked! This is +Look at destination, its a device and voilĆ  this worked! This is something new I learnt and I'm surprised how easy it is now to prepare USB stick. But I still didn't get why first 2 methods failed!. If you guys know please do share. @@ -81,8 +81,9 @@ materials told me to use live-cd for doing this but I didn't have patience to do that so I just went ahead commented /home mounting in /etc/fstab and rebooted!. This time it worked and /home is not mounted on recovery mode. Now comes the hard part resizing home, thanks to -`tldp.org `_ I coud do -this with following step +`TLDP doc on reducing +`_ I coud do this with +following step .. code-block:: shell @@ -91,8 +92,9 @@ this with following step # lvreduce -L-10G /dev/volume-name/home And now the next part live extending the root partition again thanks -to `tldp.org `_ -following command did it. +to `TLDP doc on extending +`_ following command +did it. .. code-block:: shell -- cgit v1.2.3