I forgot the easiest way
try "kdesu kpresenter"
then open form the file toolbar

If that did not work then proceede.....
Do you see a readonly symbol after you mount when you open the folder in the file browser.
use tune2fs to change the user and group.
use tune2fs -u <username> <device> (Example: tune2fs -u bubby /dev/sda9)
you can even give access by putting the -g option for your group. (say man tune2fs for more options)
If I had to guess I would say that your normal user does not have the permission to view the partation and therefore the Xserver cannot open it.
If you login as root then you will not have the same problem.
If you are on ubuntu you cannot login to x as root

You can try this to login as root:
Go to the GDM (login) settings in ubuntu and there should be a option to allow root access form gdm. Then try mounting then and access. This time it will work

If you cannot find the settings, then go edit "/etc/inittab".
Edit the line for Default runlevel:
"id:3:initdefault:" Set the runlevel to 3. (It will be 4 or 5 by default)
and reboot.
You will boot into system without X. Then log into root and say "statx".
You have a root X server shell. It has to work now