UUID 확인
$ ls -l /dev/disk/by-uuid/ 합계 0 lrwxrwxrwx 1 root root 10 9월 17 12:17 54a3bc8a-c203-4b55-b734-97e04f288e8f -> ../../sdb1 lrwxrwxrwx 1 root root 10 9월 17 12:17 575fc3df-c11c-42a0-b9bb-54f57ed08857 -> ../../sda1 lrwxrwxrwx 1 root root 10 9월 17 12:17 cfaa853d-eecf-44dd-8108-c107d2d2f0d1 -> ../../sdb5
Mount 등록
$ sudo mkdir /home2 $ sudo gedit /etc/fstab
다음 내용 추가
UUID=575fc3df-c11c-42a0-b9bb-54f57ed08857 /home2 ext4 errors=remount-ro 0 1