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

Nfs File Share Linux Mint 19 Setup – Step-by-step

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

Setting Up Client

  1. Setting up Client

    1. 1. Launching Terminal

      Open a Terminal Window.

    2. 2. Installing Software

      And Install Required Packages
      Simply play:

      sudo apt install nfs-common rpcbind
    3. 3. 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 Linux Mint 19 File Sharing Server will be Shared with the Enabled Mint/Debian-based Clients on Network.

Contents