> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/linux/mount-partition-on-system-startup.md).

# Mount Partition On System Startup

We can mount a partition at system startup by using `disks` program, which can automatically edit `/etc/fstab` for us. Launch it by running `gnome-disks` in terminal, go to desire partition, click on "Edit Mount Options".

***Step By Step GUI Guide:*** [***AskUbuntu***](https://askubuntu.com/a/375319)
