You are not logged in.
When I plug in my external hardrive under KDE and try to create a folder on the hardrive I get permission denied. What do I have to do to be able to write to the hardrive. I still wana be able to hotplug it, don't wana add an entry in fstab.
Offline
IIRC, you have to add yourself to the <code>disk</code> group:
# gpasswd -a username diskOffline
Thanks man, that did it!
Offline
Isn't it rather the storage goup?
Offline
Nope, I was already a member of the storage group. It worked when I added myself to the disk group. I think the storage group is for hotplugging devices (usb-stick and so on).
Offline
Regular users shouldn't be in the disk group. It's a security risk.
I don't know how to solve your permission issue. Maybe a custom udev rules will fix it.
Offline