Results 1 to 4 of 4

Thread: How to connect to Dlink 323

  1. #1
    Join Date
    Dec 2007
    Beans
    92

    How to connect to Dlink 323

    I'm using 10.10 and I'm trying to mount my dlink 323. It mounts when I use this command:

    Code:
    sudo mount -t cifs //10.0.0.4/Volume_1 /media/NAS -o guest,rw,uid=1000,gid=1000,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777
    But then I add this to /etc/fstab it fails to mount on startup:
    Code:
    //10.0.0.4/Volume_1 /media/NAS -o guest,rw,uid=1000,gid=1000,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777
    I don't know what I did wrong.

    Edit:
    I figured out what the command should be:
    Code:
    //10.0.0.4/Volume_1 /media/NAS smbfs username=root,password=<password>,uid=1000,gid=120 0 0
    Last edited by Iteria; February 20th, 2011 at 03:45 PM.

  2. #2
    Join Date
    Sep 2008
    Beans
    31

    Re: How to connect to Dlink 323

    Hello,

    I have the same problem, could anyone help please.

    Thank you.
    Houchy

  3. #3
    Join Date
    Dec 2004
    Location
    Sydney, Australia
    Beans
    245
    Distro
    Kubuntu

    Re: How to connect to Dlink 323

    And this was solved how exactly?


    Quote Originally Posted by Iteria View Post
    I'm using 10.10 and I'm trying to mount my dlink 323. It mounts when I use this command:

    Code:
    sudo mount -t cifs //10.0.0.4/Volume_1 /media/NAS -o guest,rw,uid=1000,gid=1000,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777
    But then I add this to /etc/fstab it fails to mount on startup:
    Code:
    //10.0.0.4/Volume_1 /media/NAS -o guest,rw,uid=1000,gid=1000,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777
    I don't know what I did wrong.

    Edit:
    I figured out what the command should be:
    Code:
    //10.0.0.4/Volume_1 /media/NAS smbfs username=root,password=<password>,uid=1000,gid=120 0 0

  4. #4
    Join Date
    Dec 2007
    Beans
    92

    Re: How to connect to Dlink 323

    I can't really remember the specifics of how I came up with that. I'm sure it involved a lot of googling. The beginning might be different for you. the "//10.0.0.4/Volume_1" is simply the ip address and path of the NAS.

    If you're still having trouble you should try installing gigolo. It'll mount everything for you automatically. The downside it is mounts it in the hidden folder ~/.gvfs which is worthless. Thus I created a shortcut to the mounted folder for ease of access.

    hope this helps!

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
  •