Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: How to mount a Dlink DNS-323 NAS in Ubuntu 8.10 32 bit and 64 bit

  1. #11
    Join Date
    Mar 2006
    Location
    Kitakyushu Japan
    Beans
    9,362
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: How to mount a Dlink DNS-323 NAS in Ubuntu 8.10 32 bit and 64 bit

    Quote Originally Posted by petit-pere View Post
    Does anybody have an idea about what I'm doing wrong?

    That's a lot for your precious help
    You will need to install smbfs. You can search for the package "smbfs" in synaptic or install it with the following command:
    Code:
    sudo apt-get install smbfs

  2. #12
    Join Date
    Aug 2010
    Beans
    4

    Re: How to mount a Dlink DNS-323 NAS in Ubuntu 8.10 32 bit and 64 bit

    thanks a lot dmizer ... it solves the problem ... sorry for disturbing ...

  3. #13
    Join Date
    Apr 2010
    Beans
    21
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to mount a Dlink DNS-323 NAS in Ubuntu 8.10 32 bit and 64 bit

    Must not forget smbfs ....just stumbled about this again whilst setting up a new system ... now I know what I'd forgotten
    Last edited by immoweichert; September 18th, 2010 at 02:31 PM.

  4. #14
    Join Date
    Oct 2012
    Beans
    1

    Re: How to mount a Dlink DNS-323 NAS in Ubuntu 8.10 32 bit and 64 bit

    I have 12.10, and I just followed all instructions so far.

    mount -a gave me the following error:
    Code:
    mount: wrong fs type, bad option, bad superblock on //192.168.27.7/Media/Music,
           missing codepage or helper program, or other error
           (for several filesystems (e.g. nfs, cifs) you might
           need a /sbin/mount.<type> helper program)
           In some cases useful info is found in syslog - try
           dmesg | tail  or so
    I realised I did not have smbfs, and when I tried to install it, I got this:
    Code:
    ram@frodo:/$ sudo apt-get install smbfs
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package smbfs is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    However the following packages replace it:
      cifs-utils
    
    E: Package 'smbfs' has no installation candidate
    So I installed cifs-utils instead.

    This time, mount -a gives me this error:
    Code:
    mount error(2): No such file or directory
    Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
    Any suggestions?

Page 2 of 2 FirstFirst 12

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
  •