Maybe. I mount the shares as root on my FreeBSD box.
- K.C.
Printable View
I'm having troubles mounting a NFS share on the router. Perhaps someone can help me with this as this is way beyond my knowledge
Code:[admin@Router root]$ mount -t nfs 192.168.0.254:/Share /tmp/harddisk/server
mount: RPC: Unable to receive; errno = Connection refused
mount: nfsmount failed: Bad file descriptor
mount: Mounting 192.168.0.254:/Share on /tmp/harddisk/server failed: Bad file descriptor
Hi guys
I am quite new of Oleg..
I have a strange problem, this is the main configuration:
-USB FAT32 harddisk mounted un /tmp/harddisk (formatted with Part.Magic 8)
-all mouts are performend in post-boot (stupid-ftpd disable)
-nfs server disabled
All seem OK ..
But whwn i download torrents whis Transmission I often have this strange
error:
/opt/share/www/cgi-bin/transmission.cgi: /opt/share/www/cgi-bin/transmission.cgi: 4: cannot create /tmp/harddisk/torrent/work/TORRENTDIRNAME/.info: Stale NFS file handle
I have got the same error also if I try to CD to that directory from
terminal..
Rebooting fix the problem...
This look quite strange for me !!!
Is the USB storage implementation a sort of NFS file system?
Can you help me?
Regards
Primo525
Format key in ext3!
Tkanks Oleg
do you mean that VFAT file system implementation is not so good ?
No. It seems that file locking is not working wit VFAT.
All should work. It is just necessary to register correctly a full way to a folder. Example:
1. "/shares/MYVOLUME1/MYSHARE1" - for acces to folder myshare1 (built in hdd).
2. "/foreign_share/NTFS" - for access to external disk (usb connected) resources.
Using telnet it is possible to look a full way in shell.
Join!
But there is one bug:
Russian names of files are displayed incorrectly - the codepage does not coincide. TVIX work propertly with charsets 8bit per symbol. Unicode not supporting.
Firmware 1.0.7.8 kfurge
hi qz3fwd,
I have mine working with a Tvix 4000
It's working on NFS but I cannot get it working on Samba. Anyway NFS is better as it provides faster speeds.
Your line should be /shares/MYVOLUME1/tvixhd1.
I noted from above that you have it in /tvixd1.
Maybe it was only a typo for you on the post
anyway it does work.
Yeah-I got it working long ago but must have forgotten to post.
I too used " /shares/MYVOLUME1/tvixhd1" and my 2 5000's and 4100 connect flawlessly.
I never dumb it down to SMB & just stick with NFS since it just works.
Hello.
I have AsusWL500gP, with Oleg's firmware and HeadStart II from this tutorial:http://www.wl500g.info/showthread.ph...117#post112117,
I enabled NFS Server at web interface. Export "/mnt (rw)".
I can connect to Asus/mnt, but only "read only". How to connect "read/write"?
content of file "/etc/exports":
/mnt (rw)
content of file "/proc/fs/nfs/exports":
# Version 1.1
# Path Client(Flags) # IPs
/mnt 192.168.1.2(ro,root_squash,sync,wdelay) # 192.168.1.2
/mnt 192.168.1.76(ro,root_squash,sync,wdelay) # 192.168.1.76
But I need from address 192.168.1.2 "rw". How do it? Where is generated this file?
Thx for help.
PHP Code:cat /etc/exports
/opt 192.168.1.10(rw,async,no_root_squash,no_wdelay)
This might be stupidest questions of all time but here goes. I have had my WL-500g Deluxe for years working nicely. FTP and SAMBA which is mainly what I use works like a charm with out me having to know anything about linux.
A few days ago I purchased Popcorn Hour A-110 which is a very strong and silent Media Tank. Sadly it fails to browse my SAMBA share on the WL-500g Deluxe. Then I had the great idea of trying to set up the NFS on my WL-500g Deluxe which the Popcorn Hour also supports. But I haven't got the faintest of ideas how to. I have search the forum vividly the last couple of days but have found nothing.
WL-500g Deluxe has IP: 192.168.1.1
Popcorn Hour IP: 192.168.1.4.
Is it possible at all to set up the NFS through the Web Interface only?
What has to be exported?
I have tried:
/tmp/harddisk/part1/ 192.168.0.4(rw) (This is the dir structure)
/share 192.168.0.4(rw) (This is name of the SAMBA demo mode share)
Is there a way to test the NFS leaving the Popcorn Hour out of the picture. Say f.x. installing some kind of NFS client on my Windows XP machine?
Any help is very much appreciated as I would really like the Popcorn Hour to see the attached drive on WL-500g Deluxe.
Anyone? I got chocolates :)
Finally got it to work. I had the path mixed up. In order to make NFS work you just have enable NFS server in the web interface and add server export.
I added:
/tmp/harddisk/ftp_pub 192.168.1.1/255.255.255.0(rw)
this give read/write permissions to ip all ip adresses between 192.168.1.1-192.168.1.255 which is all machines connected to my WL-500g deluxe. The "/tmp/harddisk/ftp_pub" is the file path to my data I wish to share. I just did a telnet to my WL-500g deluxe and did some browsing to find the file path.