(In reply to Stephan Hemeier from comment #19) > When and how do you mount the share? On the server side: orlando@enterprise-d:~> cat /etc/exports /u06/Shared *(rw,root_squash,sync,no_subtree_check) Start at boot. On the client side (where I'm using rtl8812): orlando@excelsior:~> cat /etc/fstab|grep Shared enterprise-d:/u06/Shared /mnt/Pegasus nfs noauto,users,rw 0 0 orlando@excelsior:~> mount /mnt/Pegasus Mount by regular user as needed.