Results 1 to 6 of 6

Thread: Mount windows share

  1. #1
    Join Date
    Apr 2008
    Beans
    11

    Mount windows share

    Working with ubuntu server 8, a bit of a novice but trying to learn the command server. Put my server into an existing windows network. I want to mount some of those shared volumes, been searching on google but have come up short.

    can someone help me with the command.

    thanks

  2. #2
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: Mount windows share

    Hmm, Samba is immensely complicated. Go to the http://samba.org and look for the Official Howto Guide. There is also a guide specific to Ubuntu. Read both guides and buy the book.

    Cheers,

    Herman

  3. #3
    Join Date
    Apr 2008
    Beans
    11

    Re: Mount windows share

    Been working at this for awhile and think i'm getting closer but get an error. the best command to use so far has been

    sudo mount -t ntfs -o username=Administrator,password=password //192.168.1.x/share /mnt/dir


    the error: ntfs-3g failed to access volume no such file or directory.


    the directory is shared off win2k3 with permissions for everyone to have full control.

    any thoughts?

  4. #4
    Join Date
    Nov 2006
    Location
    Belgium
    Beans
    3,025
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Mount windows share

    you can't mount a samba share or windows share as type 'ntfs' : the client (the host where you execute the mount) doesn't see any ntfs filesystem, all it sees is smb packets.

    try mount with -t smbfs or -t cifs, or smbmount

    http://samba.org/samba/docs/man/manp...mbmount.8.html

  5. #5
    Join Date
    Apr 2008
    Beans
    11

    Re: Mount windows share

    Unfortunately no, still the same error msg. no matter if i start the command with mount -t cifs or mount -t smbfs

    using smbmount i get a different error.

    "mounting the DFS route for domain not implemented yet No Ipaddress specified or hostname found"

    which i don't understand i am specifying the ip address of my 2k3 file server.

    any idea's on what i'm doing wrong?

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

    Re: Mount windows share

    My latest favorite link.
    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
  •