I'm logged in under my normal user account which I named "User".
UserID: 500
Login shell: /bin/bash
Home folder: /home/user
It's a member of the groups: audio, games, users, wheel.
When I plug the drive into a USB port and turn it on, KDE Media Manager detects it adds this line to fstab:
Code: Select all
/dev/sda1 /media/External_Disk ntfs user,exec,noauto,managed 0 0When I remove the drive ("safely remove"), the line is removed from fstab (and the folder is removed). I can't create it myself and leave it there, because it interferes with other external drives that have different filesystems.
If I look at the folder's permissions, it's owned by root, even though KDE Media Manager created it on my account. I can't chown the folder, because the drive is a "read-only filesystem" (ntfs).
If I try to open the folder in Konqueror, it gives me:
Code: Select all
You do not have enough permissions to read file:///media/External_Disk

