/home typo on setup
by bluforce from LinuxQuestions.org on (#5F2TC)
What would be the best way to resolve this issue?
A user setup his RHEL install and has a typo on /home. He set it up as "/hom". Given that / is almost full, and /home has 841GB available, what would be the best way to fix this?
link it?
Reimage?
Code:$ df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 16G 0 16G 0% /dev
tmpfs 16G 184M 16G 2% /dev/shm
tmpfs 16G 35M 16G 1% /run
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/dm-2 47G 44G 2.9G 94% /
/dev/nvme0n1p2 473M 247M 227M 53% /boot
/dev/nvme0n1p1 476M 11M 466M 3% /boot/efi
/dev/dm-9 841G 33M 841G 1% /hom
/dev/dm-12 12G 49M 12G 1% /tmp
/dev/dm-13 28G 13G 16G 46% /var
/dev/dm-10 12G 102M 12G 1% /var/log
/dev/dm-11 7.5G 72M 7.4G 1% /var/log/audit
Thanks


A user setup his RHEL install and has a typo on /home. He set it up as "/hom". Given that / is almost full, and /home has 841GB available, what would be the best way to fix this?
link it?
Reimage?
Code:$ df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 16G 0 16G 0% /dev
tmpfs 16G 184M 16G 2% /dev/shm
tmpfs 16G 35M 16G 1% /run
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/dm-2 47G 44G 2.9G 94% /
/dev/nvme0n1p2 473M 247M 227M 53% /boot
/dev/nvme0n1p1 476M 11M 466M 3% /boot/efi
/dev/dm-9 841G 33M 841G 1% /hom
/dev/dm-12 12G 49M 12G 1% /tmp
/dev/dm-13 28G 13G 16G 46% /var
/dev/dm-10 12G 102M 12G 1% /var/log
/dev/dm-11 7.5G 72M 7.4G 1% /var/log/audit
Thanks