The configuration file `/etc/fstab` contains the necessary information to automate the process of mounting partitions.^[[Fstab - Community Help Wiki (ubuntu.com)](https://help.ubuntu.com/community/Fstab)]
# Using Fstab
## Edit Fstab
```bash
sudo nano /etc/stab
```
## Mount
```bash
sudo mount -a
```