New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Mount Dlink DNS-323 NAS

Got problems with Bubba? Then this forum is for you.
Locked
netpage
Posts: 26
Joined: 04 Sep 2007, 13:36

Mount Dlink DNS-323 NAS

Post 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
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post by Eek »

Do you have a bubba 2 ?
see post http://forum.excito.net//viewtopic.php?t=1193&start=15

cheers
Eek
netpage
Posts: 26
Joined: 04 Sep 2007, 13:36

Post by netpage »

No, I have the original Bubba. I am also not sure that the DNS-323 supports NFS.
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post 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
netpage
Posts: 26
Joined: 04 Sep 2007, 13:36

Post 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?
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post by Eek »

could you cat your /etc/apt/sources.list ?
netpage
Posts: 26
Joined: 04 Sep 2007, 13:36

Post 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
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post 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
netpage
Posts: 26
Joined: 04 Sep 2007, 13:36

Post 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]
Eek
Posts: 372
Joined: 23 Dec 2007, 03:03
Location: the Netherlands

Post 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
netpage
Posts: 26
Joined: 04 Sep 2007, 13:36

Post 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
Locked