0

I've started using dual boot with windows and ubuntu. Windows and Ubuntu 20 are stored in seperate partitions on the same SSD and there is a seperate sda2 (D drive) where I store the rest of my files.

After a reboot - I cannot access shortcuts made from the sda2 with the error "Unable to find the requested file". If I go to "Other locations" and the access the sda2 form there it seems to synch and then the shortcuts work.

Does anyone have any clue on how to resolve this permanently and what is the baseline issue here?

Thanks.

1 Answers1

0

You should automount /dev/sda2 at system startup.
You can achieve this in two ways,the GUI or terminal(edit /etc/fstab)

I'll take you through GUI

Go to Disks (gnome-disks)
Tap on /dev/sda2
Select "Additional partition options"
select "Edit mount options"

Uncheck "User session defaults"
Check "mount at system startup" and "show on user interface"

Select "Okay" and enter password when prompt.

Reboot.