Hello, absolutely new here to the kubuntu distro and stumbled across this problem.
After changing permissions to "owner" and "group" for the mounted drive /dev/sda2
In terminal:
sudo chmod u=rwx,g=rwx,o= /dev/sda2
resulting in
brwxrwx---
I changed the ownership from root to watermann:
sudo chown watermann /dev/sda2
After giving password and then hit enter everything seemed o.k. by typing:
ls -l /dev/sda2
which resulted in
brwxrwx--- watermann disk8
After returning to that mounted drive everything was still owned by root and I could not do anything.
What am I doing wrong or what did I forgot to do?
After changing permissions to "owner" and "group" for the mounted drive /dev/sda2
In terminal:
sudo chmod u=rwx,g=rwx,o= /dev/sda2
resulting in
brwxrwx---
I changed the ownership from root to watermann:
sudo chown watermann /dev/sda2
After giving password and then hit enter everything seemed o.k. by typing:
ls -l /dev/sda2
which resulted in
brwxrwx--- watermann disk8
After returning to that mounted drive everything was still owned by root and I could not do anything.
What am I doing wrong or what did I forgot to do?



Comment