- Use the following command to get the UUID of the secondary disk:
1 | # Assume your secondary disk is "/dev/sdb" and has only one partation. |
- Add the following line into the “/etc/fstab” file:
1 | # Assume mount the partation to the "/home/user/mount" directory. |
Done.