Nfs File Share Debian Bullseye Setup – Step-by-step

December 28, 2022 | 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 Ubuntu Bullseye 11 File Sharing Server will be Shared with the Enabled Debian/Debian-based Clients on Network.

Contents


QuickChic Theme • Powered by WordPress