Hi all,
I've using ubuntu and I'm logged in using a Active Directory account (Using Power Broker Identity Services).
I'm trying to mount a windows share which has myusername share and security permissions allowing write.
I used the below commands on the ubuntu box allowing me to mount the share but I have no write permissions. What am I doing wrong?
sudo mount -t cifs //windowscomputer/Test /media/test -o username="myusername",rw
I've using ubuntu and I'm logged in using a Active Directory account (Using Power Broker Identity Services).
I'm trying to mount a windows share which has myusername share and security permissions allowing write.
I used the below commands on the ubuntu box allowing me to mount the share but I have no write permissions. What am I doing wrong?
sudo mount -t cifs //windowscomputer/Test /media/test -o username="myusername",rw