Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Pages: 1
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.
Offline
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
I would go for NFS. Start unfsd on one box and mount on the other:
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
Do you have a cifs kernel module? I.e you will have to insmod cifs.ko.
Offline
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
Pages: 1