리눅스 home 용량 추가할 때, 유용한 마운트 바인드

# mount -B /data1 /home  

또는  

# mount --bind /data1 /home    

# vi /etc/fstab

/data1                /home               none    bind            0 0

 

# mount | grep /home