Results 1 to 4 of 4

Thread: Mount windows share.

  1. #1
    Join Date
    Jan 2010
    Beans
    10

    Mount windows share.

    Hey,

    I'm having trouble mounting a windows share. In windows I just click "Map network resource to disk" or something like that and write the address - \\server\share. No password or anything.

    Using ubuntu, I tried adding this line to fstab:

    //server/share /mnt/win smbfs defaults 0 0

    Is this correct? Since I don't need a password in windows, I shouldn't need user credentials here right? How would I go about finding the log about the mounting attempt?

    Thanks.

  2. #2
    Join Date
    Jan 2010
    Beans
    10

    Re: Mount windows share.

    Since I'm on page 4 with no replies, I thought I would bump this.. Sorry.

  3. #3
    Join Date
    Oct 2007
    Beans
    288
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Mount windows share.

    I dual boot Vista/Ubuntu 9.10 on the same machine. I wanted to have access to the Windows side of the hard drive from Ubuntu so I mounted the Windows partition by entering this line of code in my /etc/fstab file:

    Code:
    /dev/sda3 /mnt/Windows ntfs-3g defaults,locale=en_US.UTF-8 0 0
    Where "sda3" is my Windows partition. I didn't make the string of code up myself...I dug around this forum until I found it so I can't explain to you what all these commands mean. I can only attest that it works.
    New To Linux? So am I.
    http://linux4noobs.blogspot.com/

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

    Re: Mount windows share.

    Quote Originally Posted by CyberRascal View Post
    //server/share /mnt/win smbfs defaults 0 0
    CIFS has replaced SMB. Here is a How-To for mounting CIFS shares.
    Linux User #415691 Ubuntu User #8629
    Iowa Team (LoCo): [Wiki] [Launchpad]
    IRC channel: #ubuntu-us-ia on irc.freenode.net

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
  •