Results 1 to 9 of 9

Thread: Cannot write to windows shares

  1. #1
    Join Date
    Jul 2006
    Beans
    12

    Cannot write to windows shares

    Hi,

    I've recently switched to Ubuntu from debian, and I'm now running a fresh install of 9.04 32 bit. I have a Windows XP media computer which I would like to be able to browse using smb://. This worked fine on my debian system, but I cannot get it to work on ubuntu.

    The windows XP machine has a couple of shares, e.g Music. I can access the Music share via smb://, but I cannot write to it. Nautilus just says "Permission denied". I can also see the default shares, e.g. E$, but if I try to open them I am prompted with a password, but no matter what I enter it seems to have no effect.

    Any thoughts on how to proceed?

    //Andreas

  2. #2
    Join Date
    Jan 2010
    Beans
    14

    Re: Cannot write to windows shares

    I'm having basically the same problem but with 9.10 and I get the prompt for the impossible password as soon as I try to open the computer.

    I think the problem might be as simple as the net work not refreshing properly maybee getting some ip's messed up.

    but Im also having problems at the command prompt with my su password

  3. #3
    Join Date
    Jan 2010
    Beans
    14

    Re: Cannot write to windows shares

    Quote Originally Posted by shill88 View Post
    Solved the problem by removing Windows live sign in assistant per the following Post. Hope this helps others with the same problem.
    Im going to try this

  4. #4
    Join Date
    Jan 2006
    Location
    Not heaven... Iowa
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Cannot write to windows shares

    Here are a few more things that may help.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

  5. #5
    Join Date
    Dec 2009
    Beans
    6,776

    Re: Cannot write to windows shares

    Some of the usual suspects for this sort of thing are:

    See if "encrypt passwords = No" is in smb.conf. If it is put a # sign in front of the line.

    It could be the ntlmv2 issue, although I think this only came up with Vista and Win7. Add the following line in the [global] section of smb.conf:

    Code:
    client ntlmv2 auth = yes
    Try these two things first, and restart samba: sudo service samba restart

    I realize that samba is a server application and that the problem here is that a client is having problems accessing another server but there are parameters in smb.conf that also control the client.

  6. #6
    Join Date
    Jul 2006
    Beans
    12

    Re: Cannot write to windows shares

    Hi,

    Sorry for dropping out for a week, work was extremely time consuming during the week. Thanks for your replies.

    Iowan: I did look through that thread, but the problems described in that thread seem not to be directly related to the problems I have.

    Morbius1: I tried both settings, but no change.

    I can mount the shares statically through fstab, but the problem is that the machine is not always on, so I would prefer to only dynamically browse it.

    BR/Andreas

  7. #7
    Join Date
    Nov 2009
    Beans
    238
    Distro
    Kubuntu

    Re: Cannot write to windows shares

    hi
    first make sure that the shares are writeable and change the domain to the xp media machines name
    that should work
    User@Server64-01:/# Core 2 Quad@2.66ghz; 2.5TB Storage && "8GB RAM";

  8. #8
    Join Date
    Dec 2009
    Beans
    6,776

    Re: Cannot write to windows shares

    Quote Originally Posted by nylle View Post
    I can mount the shares statically through fstab, but the problem is that the machine is not always on, so I would prefer to only dynamically browse it.
    You lost me here. If you add an entry in fstab to mount them then you have no issues ( assuming the server is up ). But if you browse then mount you do?

  9. #9
    Join Date
    Jul 2006
    Beans
    12

    Re: Cannot write to windows shares

    Quote Originally Posted by Morbius1 View Post
    You lost me here. If you add an entry in fstab to mount them then you have no issues ( assuming the server is up ). But if you browse then mount you do?
    Yes, if I add the share to fstab, then I can mount it normally. The problem is using the smb:// to browse the shares. Trying to access the default shares (e.g. E$) results in the popup asking for username/domain/password where it doesn't seem that it matters what I put in.

    I can access to shares that I've explicitly shared from the XP machine, but I can only browse the root level of those shares, and trying to write to them results in a permissions error.

    //Andreas

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •