Unfortunately after system update the bug appeared again! Kubuntu applications hide mounted NTFS folders so that the the data can not be accessed by Kubuntu applications. GTK Applications do work as expected.
Test fstab: # # <file system> <mount point> <type> <options> <dump> <pass> # / was on /dev/sda8 during installation UUID=ac1d18ac-8ad5-4565-997e-59c90bd00e71 / ext4 errors=remount-ro 0 1 # /boot/efi was on /dev/sda2 during installation UUID=C4DD-77E3 /boot/efi vfat umask=0077 0 1 # /home was on /dev/sda7 during installation UUID=21b47237-4d1b-4eac-8f72-a96e8d323c91 /home ext4 defaults 0 2 # --> mount instructions ignored and modified, see below mount -l UUID=BA702B4E702B10A5 /home/a1/DatenAllg ntfs defaults,umask=007,gid=46 0 0 # --> mount instructions ignored and modified, see below mount -l UUID=802A9A512A9A43D6 /home/a1/SSD-SYS ntfs defaults,umask=007,gid=46 0 0 # --> mount instructions ignored and modified, see below mount -l #UUID=272007F45F29DEA2 /ntfs/Video ntfs rw,auto,gid=1000,uid=1000,nls=utf8 0 0 # swap was on /dev/sda6 during installation UUID=8ad70c4f-10d1-4ce5-ab5b-828bfd4a2f56 none swap sw 0 0 # mount instructions correct taken UUID=b8c34934-ab20-479a-9861-18fdd1211bf6 /home/a1/Video ext4 defaults 0 2 Lines starting with # - - > are mounted but can not seen and not accessed by kubuntu applications. The last fstab line, ext4, does a correct mounting. It looks like that ntfs mount instructions are ignored and replaced by somewhat else. ~$ mount -l sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) udev on /dev type devtmpfs (rw,nosuid,relatime,size=16408676k,nr_inodes=4102169,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=3295220k,mode=755) /dev/sda8 on / type ext4 (rw,relatime,errors=remount-ro,data=ordered) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755) cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate) cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb) cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=25,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=26268) mqueue on /dev/mqueue type mqueue (rw,relatime) debugfs on /sys/kernel/debug type debugfs (rw,relatime) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M) configfs on /sys/kernel/config type configfs (rw,relatime) fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime) /dev/sda7 on /home type ext4 (rw,relatime,data=ordered) /dev/sda5 on /home/a1/SSD-SYS type fuseblk (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096) [SSD-SYS] /dev/sdc2 on /home/a1/Video type ext4 (rw,relatime,data=ordered) [test] /dev/sda2 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) /dev/sdb1 on /home/a1/DatenAllg type fuseblk (rw,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096) [DatenAllg] tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=3295216k,mode=700,uid=1000,gid=1000) vmware-vmblock on /run/vmblock-fuse type fuse.vmware-vmblock (rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1782880 Title: KDE applications can not select anymore fstab or cifs mounted NTFS partions Status in linux package in Ubuntu: Confirmed Bug description: I’m using dual boot systems with kubuntu and windows. The common data partitions are NTFS partitions. Most were mounted in fstab already during installation; like: /home/user/ntfspartion. All kubuntu application like dolphin, digikam, kdenlive did recognize these partitions correctly as mounted in users home folder. Other, not fstab mounted NTFS partions, but mounted by cifs were correctly recognized by apps in /media/user/ntfspartion. However since a few weeks kubuntu applications of ubuntu versions 16.04 and 18.04 do not know anymore NTFS mounting points! Dolphin does not show anymore fstab mounted NFTS partitions in the personal folder, only in the places sidebar. Partitions mounted by cifs still displayed by dolphin in the sidebar but not in the directory /media/user/. While the XFCE file manager thunar still works as required. Kubuntu applications like digikam or kdenlive can not select anymore fstab or cifs mounted NTFS partions, so KDE applications can not used anymore. --- ProblemType: Bug ApportVersion: 2.20.9-0ubuntu7.3 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC0: a1 1714 F.... pulseaudio CurrentDesktop: KDE DistroRelease: Ubuntu 18.04 InstallationDate: Installed on 2017-10-05 (294 days ago) InstallationMedia: Kubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412) MachineType: SAMSUNG ELECTRONICS CO., LTD. 350V5C/351V5C/3540VC/3440VC Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-29-generic root=UUID=5ca944c9-9bd2-46f6-a7c1-bc4c7104239e ro quiet splash vt.handoff=1 ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18 RelatedPackageVersions: linux-restricted-modules-4.15.0-29-generic N/A linux-backports-modules-4.15.0-29-generic N/A linux-firmware 1.173.1 Tags: bionic Uname: Linux 4.15.0-29-generic x86_64 UpgradeStatus: Upgraded to bionic on 2018-07-13 (13 days ago) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 07/04/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: P10AAL dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: NP350V5C-S05DE dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.board.version: BOARD REVISION 00 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 9 dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.chassis.version: 0.1 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrP10AAL:bd07/04/2013:svnSAMSUNGELECTRONICSCO.,LTD.:pn350V5C/351V5C/3540VC/3440VC:pvrP10AAL.032.CP:rvnSAMSUNGELECTRONICSCO.,LTD.:rnNP350V5C-S05DE:rvrBOARDREVISION00:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvr0.1: dmi.product.family: Eureka dmi.product.name: 350V5C/351V5C/3540VC/3440VC dmi.product.version: P10AAL.032.CP dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1782880/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp