How to connect to an NFS share with Archlinux
How to connect to an NFS share with Archlinux
Easy ;)
pacman -S nfs-utils
rc.d start rpcbind
mount 192.168.12.105:/volume1/logiciel dir/
Easy ;)
pacman -S nfs-utils
rc.d start rpcbind
mount 192.168.12.105:/volume1/logiciel dir/