Using Kubuntu 17.04. I cant add or delete files from my internal HDD. The HDD is mounted via Dolphin and shows that I am the owner and I have permission to read/write to it.
But if I remount it using
sudo mount -o remount,rw '/media/salu/B66697C066978033'
then I am able to write to the HDD.
My queston is why I cant write when mounted through Dolphin? And how do I get Dolphin to mount it correctly on its own
Here is some extra information to help you guys solve my problem.
Output for fdisk -l
:
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xe782d87a
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 206847 204800 100M 7
HPFS/NTFS/exFAT
/dev/sda2 206848 212721663 212514816 101.3G 7 HPFS/NTFS/exFAT
/dev/sda3 212721664 1881840590 1669118927 795.9G 7 HPFS/NTFS/exFAT
/dev/sda4 1881841662 1953523711 71682050 34.2G 5 Extended
/dev/sda5 1881841664 1953523711 71682048 34.2G 83 Linux
Also the output for ps aux | grep udisks
:
root 1306 0.0 0.3 454544 11888 ? Ssl Oct07 0:07
/usr/lib/udisks2/udisksd --no-debug
root 2932 0.0 0.8 50008 35032 ? Ss Oct07 0:29
/sbin/mount.ntfs /dev/sda2 /media/salu/28B017A7B0177B10 -o
rw,nodev,nosuid,uid=1000,gid=1000,uhelper=udisks2
root 27542 0.0 0.0 14500 2424 ? Ss 23:35 0:00
/sbin/mount.ntfs /dev/sda3 /media/salu/B66697C066978033 -o
rw,nodev,nosuid,uid=1000,gid=1000,uhelper=udisks2