Page 1 of 1

Mount Dlink DNS-323 NAS

Posted: 26 Jan 2009, 08:10
by netpage
Hi,

I am trying to mount my DLink DNS-323 NAS box on my Bubba server so I can backup files on my Bubba [unless there is a way to do this with out mounting the device].

I have mounted the NAS device on my Ubuntu laptop using the command

Code: Select all

mount //<nas ip>2/Volume_1 /mnt/nas 
. But when I run this on the Bubba I get

Code: Select all

 wrong fs type, bad option, bad superblock on //192.168.1.152/Volume_1,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
.

Can anyone advise what I may need to do.

Thanks

Posted: 26 Jan 2009, 08:31
by Eek
Do you have a bubba 2 ?
see post http://forum.excito.net//viewtopic.php?t=1193&start=15

cheers
Eek

Posted: 26 Jan 2009, 21:45
by netpage
No, I have the original Bubba. I am also not sure that the DNS-323 supports NFS.

Posted: 27 Jan 2009, 00:56
by Eek
right

could be samba your DNS-323 uses.
you have to install samba client on the bubba to use it.

Code: Select all

apt-get install smbfs
cheers
Eek

Posted: 27 Jan 2009, 04:04
by netpage
Hi,

Thanks eek, I have tried this and get the following output.

Code: Select all

Reading Package Lists... Done
Building Dependency Tree... Done
W: Couldn't stat source package list http://ftp.se.debian.org sarge/main Packages (/var/lib/apt/lists/ftp.se.debian.org_debian_dists_sarge_main_binary-arm_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://security.debian.org sarge/updates/main Packages (/var/lib/apt/lists/security.debian.org_dists_sarge_updates_main_binary-arm_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list http://ftp.se.debian.org sarge/non-free Packages (/var/lib/apt/lists/ftp.se.debian.org_debian_dists_sarge_non-free_binary-arm_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Couldn't find package smbfs
I have run an apt-get update [after commenting the /etc/apt/sources.list] file but it will not update.

Any ideas?

Posted: 27 Jan 2009, 05:03
by Eek
could you cat your /etc/apt/sources.list ?

Posted: 27 Jan 2009, 06:12
by netpage
Hi Eek,

I assume you mean this.

Code: Select all

deb http://ftp.se.debian.org/debian/ sarge main
deb http://security.debian.org/ sarge/updates main
deb http://ftp.se.debian.org/debian/ sarge non-free

deb http://update.excito.net/ bubba main
Thanks

Posted: 27 Jan 2009, 09:00
by Eek
you could try to replace sarge with stable
as
http://ftp.se.debian.org/debian/dists/stable/main/ exists !
but
http://ftp.se.debian.org/debian/dists/stable/main/ does not !
cheers
Eek

Posted: 27 Jan 2009, 09:19
by netpage
Hi Eek,

Thanks for this, however I am a little confused. Firstly the two links you give are the same, even though you indicate that one does not work. I think however that the URL's in my /etc/apt/sources.list file have speces where they should not have them. So

Code: Select all

deb http://ftp.se.debian.org/debian/ sarge main 
should be

Code: Select all

deb http://ftp.se.debian.org/debian/sarge/main
However I also assume that you are saying that these URLs are not correct and should be updated to reflect the new URL you have given.

Is this correct?

Regards

James[/code]

Posted: 28 Jan 2009, 01:00
by Eek
sorry for the confusion
i meant to write

http://ftp.se.debian.org/debian/dists/stable/main/ exists !
but
http://ftp.se.debian.org/debian/dists/sarge/main/ does not !

try this sources.list
deb http://ftp.se.debian.org/debian/ stable main
deb http://security.debian.org/ stable/updates main
deb http://ftp.se.debian.org/debian/ stable non-free

deb http://update.excito.net/ bubba main
cheers
Eek

Posted: 28 Jan 2009, 07:34
by netpage
Hi Eek,

Thanks. This looks like it has worked. I did get an error message, something about xserver might not be installed, but I pressed ahead and after a couple of reboots I managed to update reprositories and install smbfs.

Many thanks again.

James