Options

Resize /home partition

the_Grinchthe_Grinch Member Posts: 4,165 ■■■■■■■■■■
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

Comments

  • Options
    techfiendtechfiend 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)
  • Options
    alias454alias454 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.”
  • Options
    jibbajabbajibbajabba Member Posts: 4,317 ■■■■■■■■□□
    We pretty much need to know what alias is asking ..

    Can you show us an output of
    parted -l
    
    or
    fdisk -l
    

    and also
    df -h
    

    ??
    My own knowledge base made public: http://open902.com :p
  • Options
    the_Grinchthe_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
Sign In or Register to comment.