Then I checked the the permissions of the USB stick and it was root:root.
I finally fixed it by commenting out following line on /etc/fstab-file:
#/dev/sdf1 /media/usb0 auto rw,user,noauto 0 0
Now it works just great at least in KDE.
The reason for the issue is that if you install Debian from a USB drive, the installer adds sdX1 to fstab and whenever you plug it in the system will mount it as root.
So you should always remember to uncomment that line from fstab after installing from USB.
Thanks for posting. I had the same trouble also.
ReplyDeleteYour post helped me to fix this problem. I've also translated your post and link it to this page.
ReplyDeleteThanks a lot.
ReplyDelete