Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
My DNS323 is a day old and I've mapped it to the the Win32 box ok, but failed to mount it on my Linux (FC5) box. However, I CAN read/write to it ok using smbclient (painful).
The mount response I get is "mount error 6 = No such device or address". I've tried just about every combination I can think of for the path to mount, including:
//192.168.1.32/Volume_1 (the IP address I've assigned and am using with the HTTP service, FTP, etc)
//dlink-1/Volume_1 (name assigned through DHCP and set in /etc/hosts as well, which works with smbclient and FTP)
//192.168.1.32/HD_a
//192.168.1.32/mnt/HD_a
//192.168.1.32/Volume_1/bin (a dir that exists and is writable via smbclient and Windoze)
I have no telnet access yet as attempts to ftp a fun_plug to / result in an "access denied" even though I've clicked the "root" checkbox and R/W on the FTP user!!!
The Firmware is 1.03 and the NAS is set to RAID1.
Must perplexing. Suggestions welcome...
Ron
Last edited by modeng (2007-12-14 11:04:59)
Offline
modprobe smbfs ??
Offline
no smbfs in /lib/modules/2.6.17-1.2187_FC5 to remove.
Offline
Not to remove but you need to have it loaded for smb mount to work. Check your installed packages.
Offline
Install the fuse & fuse-smb package through yum and add an entry to your fstab to mount the samba share at boot.
Haydn.
Offline
Thanks--here is some more information:
The FC5 box I'm trying to mount the DNS-323 to is already acting as a Samba server to Win32 boxes on the network.
A ps|grep shows smbd is running.
lsmod does not show anything that looks like kernel samba support, but the Samba server works fine, as does smbclient access to the DNS-323
Have got fun_plug going, so will install telnet.
Last edited by modeng (2007-12-15 00:55:51)
Offline
Once you get telnet installed, you should look and the NFS server support in Fonz's v0.3 fun_plug package.
I am using this NFS (unfsd) to mount the DNS-323 to a Debian Linux box with no problems.
Last edited by mig (2007-12-15 01:25:18)
Offline
modeng wrote:
Thanks--here is some more information:
The FC5 box I'm trying to mount the DNS-323 to is already acting as a Samba server to Win32 boxes on the network.
A ps|grep shows smbd is running.
lsmod does not show anything that looks like kernel samba support, but the Samba server works fine, as does smbclient access to the DNS-323
Have got fun_plug going, so will install telnet.
Samba has nothing todo with the smbfs or cifs kernel module. Samba does not use this module for sharing data. It is only used when you want to mount external CIFS/Samba servers.
Have you tried the following:
# modprobe cifs
and then
# mount -t cifs //192.168.1.32/Volume_1 /mnt
Good luck!
Offline
Brilliant! NFS mount fine and telnet now has a nice bash like shell. As usual, thanks to fonz for all the work he's put into this.
Ron
Offline