UUID 확인
1
2
3
4
5
$ 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 등록
1
2
$ sudo mkdir /home2
$ sudo gedit /etc/fstab

다음 내용 추가

1
UUID=575fc3df-c11c-42a0-b9bb-54f57ed08857   /home2  ext4    errors=remount-ro   0   1