Editing
Export Filesystem as NFS
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
According to http://www.synology.com/enu/forum/viewtopic.php?t=5569, the NFS package shipped in Nov 2007 is does not work properly. Replace /usr/syno/etc.defaults/rc.d/S83nfsd.sh with the following. '''Note:''' As of September 2008, Synology firmwares seem to support NFS nicely out-of-the-box (/etc/exports is even editable from web interface). Caveat emptor: This is not supported by Synology. It is not my solution. All thanks and accountability belongs to NetBoot. <pre> #!/bin/sh # Copyright (c) 2000-2008 Synology Inc. All rights reserved. case $1 in start) # Support=`/bin/get_key_value /etc.defaults/synoinfo.conf supportnfs` # case "$Support" in # [Yy][Ee][Ss]) # ;; # *) # echo "NFS server is not supported. Skip..." # exit # ;; # esac echo "Starting NFS server..." /sbin/portmap /usr/sbin/nfsd /usr/sbin/mountd /usr/sbin/exportfs -ra >/dev/null 2>&1 ;; stop) echo "Stopping NFS server..." killall -kill nfsd killall portmap killall mountd /usr/sbin/exportfs -ua >/dev/null 2>&1 esac </pre> Note the main change is to add "-kill" [[Category:SynologyWiki]] [[Category:ToBeExported]]
Summary:
Please note that all contributions to wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
British English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information