Search:

Type: Posts; User: etienne.navarro; Keyword(s):

Search: Search took 0.07 seconds.

  1. Replies
    520
    Views
    849,872

    Re: HOWTO: NFS Server/Client

    No it doesn't. The x.x.x.x/y notation is CIDR notation.

    192.168.1.1/24 means the IP address of 192.168.1.1 with a CIDR of /24, or class 1 C network, and netmask of 255.255.255.000. This effective...
  2. Replies
    520
    Views
    849,872

    Re: HOWTO: NFS Server/Client

    After editing the /etc/exports file run
    sudo exportfs -a
    then
    sudo /etc/init.d/nfs-kernel-server restart

    should work then
Results 1 to 2 of 2