...
Copy the resultant UUID (for your disk) and then open fstab for editing (note I'm using vim here but use whatever editor you prefer):
Code Block | ||
---|---|---|
| ||
sudo nanovim /etc/fstab |
You want to add an entry for the UUID and mount point. Below is an example of an fstab file with an entry added for the mount above:
...