DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2007-07-18 10:02:52

td-dns323
Member
Registered: 2007-06-06
Posts: 25

Unable to mount filesystem from one DNS-323 in another one

I have 2 DNS-323 and i want to mount filesystem from one in another one.

I try the following steps :

sh-3.1# mount -t ntfs  //192.168.0.175/Volume_1 /mnt/INT05 -o user=toto
mount: unknown filesystem type 'ntfs'
sh-3.1#
sh-3.1# mount -t cifs  //192.168.0.175/Volume_1 /mnt/INT05 -o user=toto
Password:
mount error: cifs filesystem not supported by the system
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
sh-3.1# mount  //192.168.0.175/Volume_1 /mnt/INT05 -o user=toto
Password:
10807: tree connect failed: ERRSRV - ERRbadpw (Bad password - name/password pair in a Tree Connect or Session Setup are invalid.)
SMB connection failed

Can someone help me ?

Thanks.


********************************
2 DNS-323 with 4 Seagate ATA 500 Go 16 Mo cache UDMA-300 7200 rpm Barracuda 7200.10 in Raid 1 -Firmware 1.03

Offline

 

#2 2007-08-17 04:35:18

fourthirtysix
Member
Registered: 2007-06-23
Posts: 18

Re: Unable to mount filesystem from one DNS-323 in another one

I am interested to do this too, and got the same error. Did you figure out how to do it?

Can anyone help?

Thanks

Offline

 

#3 2007-08-17 10:26:17

fonz
Member / Developer
From: Berlin
Registered: 2007-02-06
Posts: 1716
Website

Re: Unable to mount filesystem from one DNS-323 in another one

I would go for NFS. Start unfsd on one box and mount on the other:

Code:

mkdir /mnt/HD_a2/files-from-the-other-box
mount -t nfs 1.2.3.4:/mnt/HD_a2 /mnt/HD_a2/files-from-the-other-box

This will mount the first volume of the first box (IP 1.2.3.4) to the directory "files-from-the-other-box" on the second box.

Offline

 

#4 2007-08-17 11:19:02

frodo
Member
From: Stockholm, Sweden
Registered: 2007-01-17
Posts: 259

Re: Unable to mount filesystem from one DNS-323 in another one

Do you have a cifs kernel module? I.e you will have to insmod cifs.ko.

Offline

 

#5 2007-08-17 21:17:35

fourthirtysix
Member
Registered: 2007-06-23
Posts: 18

Re: Unable to mount filesystem from one DNS-323 in another one

Fonz, the fun_plug work great with unfsd. Thank you so much!  I am finding that the fonz' fun_plug is really making the DNS-323 an even more interesting piece of hardware.

Danke

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB