//unmount home umount /home //check file system e2fsck -f /dev/vg_estrip/lv_home 35G //reduce home to total size of 35G lvreduce -L 35G /dev/vg_estrip/lv_home //remount home and check files mount /home //extend root by adding 50GB lvextend -L+50G /dev/vg_estrip/lv_root //resize fs to take up the 50GB resize2fs /dev/vg_estrip/lv_root
Paul's Journal
My Podcast Link
11/09/2013 16:52 #58271
LVM - Moving empty space from one logical volume to anotherCategory: server
I resized the logical volumes for the site VM on KVM to steal some size from home and add it to root. Its actually really simple. It was all able to be done while the server was online. Go LVM.
11/09/2013 06:51 #58269
KCafe - Korean TacosCategory: food
The KCafe at 546 Niagara Falls Blvd in Tonawanda had some delicious Korean Tacos. They even have vegetarian ones. I am posting the menu because I couldn't find it online. I would totally suggest checking it out.
They also have some really interesting burgers with half beef and half bacon in the patty and grilled cheese sandwiches with lots of toppings. (e:xandra) had a pulled pork grilled cheese with garlic bread toast as the bread and bacon in top. The crispy paramsaen cheese coated? fries were also great with Korean hot sauce.
uncutsaniflush - 11/10/13 16:30
Oh, ye of little faith, (e:tinypliny) One can get korean tacos in the U.K. but the place is run by a Swede. :::link:::
Oh, ye of little faith, (e:tinypliny) One can get korean tacos in the U.K. but the place is run by a Swede. :::link:::
metalpeter - 11/09/13 15:54
I have heard of the part Bacon Hamburgers and wonder if in that form if it would still taste like bacon but want to try some day.....
I have heard of the part Bacon Hamburgers and wonder if in that form if it would still taste like bacon but want to try some day.....
sina - 11/09/13 10:54
I've never tasted foods East Asia!! is this good?
I've never tasted foods East Asia!! is this good?
tinypliny - 11/09/13 07:26
Korean tacos. Only in the US.
Korean tacos. Only in the US.
11/08/2013 10:03 #58267
First SnowCategory: weather
Damn it. Its already snowing.
joe - 11/10/13 13:44
I'm okay with this if it means it's not raining.
I'm okay with this if it means it's not raining.
metalpeter - 11/09/13 15:51
I heard a rumor of this when I was at work friday but didn't see it my self so........
I heard a rumor of this when I was at work friday but didn't see it my self so........
sina - 11/08/13 10:22
Snow grains seem stiff and hard!!
Snow grains seem stiff and hard!!
11/07/2013 06:14 #58259
Damn Iron BurnCategory: body
11/06/2013 18:23 #58257
Why I Hate Mac OS - Git and Xcode LicenseCategory: macs
I love my macbook air because of its hardware and portability. I hate the OS. Mostly I use a virtual machine of Fedora 20 when I am using it instead of my fedora laptop but every once and a while I need to do a simple thing where its not worth booting the VM. Today is one of the days. I wanted to checkout a git repo. I had just updated my laptop to mavericks and I type git at the command prompt. Instead of getting the version or help info I get some fucking stupid commercial message about needing run xcode as and admin or use sudo to accept the fucking license. License to use git? Seriously, it makes me sick.
Then I go to take a screenshot and the screenshot shortcut of shift + command + 4 opens some dropbox feature popup. This thing is getting crappier everyday.
I am thinking of just going fedora on here too.
After running as sudo which seems redic for just using git, I get this
Which makes me read and scroll through this license agreement from the command prompt line by line.
::READ PDF::
This is the best line of all
Then I go to take a screenshot and the screenshot shortcut of shift + command + 4 opens some dropbox feature popup. This thing is getting crappier everyday.
I am thinking of just going fedora on here too.
After running as sudo which seems redic for just using git, I get this
Which makes me read and scroll through this license agreement from the command prompt line by line.
::READ PDF::
This is the best line of all
4.4 Press Releases and Other Publicity
You may not issue any press releases or make any other public statements regarding this Agreement, its terms and conditions, or the relationship of the parties without Appleās express prior written approval, which may be withheld at Apple's discretion.
Centos and ext4.
Thanks for posting this. I've successfully enlarged logical volumes but I've not been able to shrink a logical volume (and file system) successfully. I assume you are running fedora or centos? What file system are you using?