$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Nfs File Share MX Linux Setup – Step-by-step

September 6, 2018 | By the+gnu+linux+evangelist.

Setting Up Client

  1. 1. Mounting Directories

    How to Mount the Sharing Directories on the Client
    To Mount the entire Remote Sharing Folder:

    mount.nfs4 192.168.1.4:/ /data

    Instead to mount only a Sub-directory:

    mount.nfs4 192.168.1.4:/data /data

    Replace as needed “data” in the above Command.

  2. So After this SetUp a Portion of your Choice on the MX Linux File Sharing Server will be Shared with the Enabled MX/Debian-based Clients on Network.

Contents