No write permission on my mounted drive on windows 2003 domain server

Asked by Gunnar Tryggvason

I mounted drive on a 2003 windows server.:
//10.1.34.10/landupplysingar media/Landupplysingar cifs credentials=/etc/samba/nouser,iocharset=utf8,noexec 0 0, where nouser contains by domain login which is "no\gt" and my passwd. I added a user on my Ubuntu 10.04 laptop home computer (which I am trying to link to my network at work), which is exactly the same user & passwd I use at work. The mounting is ok, but I have no write permission on the drive.

How do I solve this one?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu samba Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#1

Please tell do you have you set your router/firewall to accept remote connection... (please don't do it on a public network)

Revision history for this message
Gunnar Tryggvason (gtryggvason) said :
#2

I am connected directly with one port in my switch, to work. I use the same Internet provider as my employee, and he rented a separate phone line for that purpose. So when I start my computer ( Dual boot) as an UBUNTU 10.04 I have no write permission on my works data-storage.

Revision history for this message
Gunnar Tryggvason (gtryggvason) said :
#3

Sorry i pushed the wrong button, i added answere as a commentt

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4

tIs the file in the format:

username = no\gt
password = somepass

I assume 'no' is the nameof your domain.

You should also change:
media/Landupplysingar
to
/media/Landupplysingar

and make sure the folder /media/Landupplysingar exists by running:

sudo mkdir /media/Landupplysingar

HTH

Revision history for this message
Gunnar Tryggvason (gtryggvason) said :
#5

Yes "no" is my domain. I changed what you suggested, but I still have no write permission, I can browse the mount and load files, but no writing permission?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Try changing:

credentials=/etc/samba/nouser,iocharset=utf8,noexec

to

credentials=/etc/samba/nouser,iocharset=utf8,noexec,rw,users

May help

Can you help with this problem?

Provide an answer of your own, or ask Gunnar Tryggvason for more information if necessary.

To post a message you must log in.