March 27, 201115 yr I basically mount a drive outside the array on boot and would like to also export the filesystem via NFS as well. What must be done to accomplish this? Do I need to append the appropriate line to /etc/exports- on boot in the go script? Something like a smb-extra.conf in the /boot/config directory for nfs shares? Any suggestions? Thanks. EDIT: this should do it I assume echo \"/DIRECTORY \" '-async,no_subtree_check,anongid=0,anonuid=0,all_squash' '*(rw)' >>/etc/exports; /usr/sbin/exportfs -r ;
Archived
This topic is now archived and is closed to further replies.