Some software (Gwenview, Firefox,...) only show my system’s partition and not my data partition when I want to open a file. Only after I opened Dolphin (which lists them all), the other programs show them.
Is this a mounting problem (and how do I fix it?) or a problem inside the software? I never had this problem with previous Kubuntu-releases, only now with Kubuntu 18.04.
The sudo blkid /dev/sda2
output (for the partition I want mounted):
/dev/sda2: UUID="08CDB5494B990AD2" TYPE="ntfs" PTTYPE="dos" PARTUUID="e3611ca5-02"
The nano /etc/fstab
output:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=e995033f-8d76-4a63-9e94-6e860aa48c60 / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0