Resize /home partition
the_Grinch
Member Posts: 4,165 ■■■■■■■■■■
in Off-Topic
I used the CentOS installer and it made my /home partition huge. It's only an issue because Hadoop won't allow me to use /home for HDFS. I want to resize /home and then make a new partition with the rest of the space for use with HDFS. How do I go about this without reinstalling everything?
WIP:
PHP
Kotlin
Intro to Discrete Math
Programming Languages
Work stuff
PHP
Kotlin
Intro to Discrete Math
Programming Languages
Work stuff
Comments
-
techfiend Member Posts: 1,481 ■■■■□□□□□□Gparted is probably the most direct. Otherwise live cd and fdisk.2018 AWS Solutions Architect - Associate (Apr) 2017 VCAP6-DCV Deploy (Oct) 2016 Storage+ (Jan)
2015 Start WGU (Feb) Net+ (Feb) Sec+ (Mar) Project+ (Apr) Other WGU (Jun) CCENT (Jul) CCNA (Aug) CCNA Security (Aug) MCP 2012 (Sep) MCSA 2012 (Oct) Linux+ (Nov) Capstone/BS (Nov) VCP6-DCV (Dec) ITILF (Dec) -
alias454 Member Posts: 648 ■■■■□□□□□□If your /home is on its own partition it should be pretty easy. Are you using LVM are just standard partitioning? What's your mount points look like?“I do not seek answers, but rather to understand the question.”
-
jibbajabba Member Posts: 4,317 ■■■■■■■■□□We pretty much need to know what alias is asking ..
Can you show us an output ofparted -l
orfdisk -l
and alsodf -h
??My own knowledge base made public: http://open902.com -
the_Grinch Member Posts: 4,165 ■■■■■■■■■■Thanks guys! I actually changed my setup and am going to avoid storing any data on the same drive the OS is on.WIP:
PHP
Kotlin
Intro to Discrete Math
Programming Languages
Work stuff