How to Install and Configure a Network File System (NFS) Server and Client on Ubuntu Server

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ธ.ค. 2024

ความคิดเห็น • 30

  • @timothycarry
    @timothycarry ปีที่แล้ว +7

    One of the clearest explanations I have seen in such a reasonable time-frame. I know the title says Ubuntu so this is just a small rant. The instructions also worked on Mint. CachyOS but not Fedora 38 and has driven me crazy. You could mount from the command line but fstab never worked. I gave up and just mounted with systemd

  • @Houston123ABC
    @Houston123ABC ปีที่แล้ว +1

    This was great - especially the posted commands.

    • @lazysysad
      @lazysysad  ปีที่แล้ว

      Glad it helped!

  • @shadowwizzard605
    @shadowwizzard605 ปีที่แล้ว +2

    i followed these exact steps, why can my clients not write in that folder?

    • @lazysysad
      @lazysysad  11 หลายเดือนก่อน +3

      I missed this step:
      On the NFS Server, do:
      chown nobody:nogroup /exports/backups/

  • @NithyashreeCM
    @NithyashreeCM 5 หลายเดือนก่อน

    Thank you for crisp and clear explanation......

    • @lazysysad
      @lazysysad  5 หลายเดือนก่อน +1

      You are welcome

  • @SaikrishnaNarendula
    @SaikrishnaNarendula 26 วันที่ผ่านมา

    everything i did, but its getting connection time out error(mount.nfs: Connection timed out for 44.223.69.228:/exports/backups on /mnt/backups).
    and my ubuntu firewall(ufw) is in inactive state and in my aws i have given permission to Allow all traffic.
    Can you help me with this.

  • @td8394
    @td8394 9 หลายเดือนก่อน

    Why do we get incorrect size on client sever after mounting the partition on it , eg i have a 1tb partition but when i mount it on client machine it only shows me 70gb out of which only 10gb available, even though the partition is new with out any data in it

  • @pr0jectSkyneT
    @pr0jectSkyneT 11 หลายเดือนก่อน +1

    Thanks for this. Is there a way to secure the NFS share through credential authentication (username/password)?

    • @lazysysad
      @lazysysad  11 หลายเดือนก่อน +2

      Password protection is not an integrated feature of Network File System (NFS), which normally uses host-based authentication.

    • @pr0jectSkyneT
      @pr0jectSkyneT 11 หลายเดือนก่อน +1

      @@lazysysad ok thanks

  • @njouhrogan2588
    @njouhrogan2588 2 หลายเดือนก่อน +1

    Good

    • @lazysysad
      @lazysysad  2 หลายเดือนก่อน

      Thanks

  •  ปีที่แล้ว +1

    Is it possible to enable file transfer compression in nfs to save bandwith?

    • @lazysysad
      @lazysysad  ปีที่แล้ว

      I'm not aware if that is possible.

  • @dargelf
    @dargelf 10 หลายเดือนก่อน +1

    great voice ;-)

    • @lazysysad
      @lazysysad  10 หลายเดือนก่อน

      Thank you! 😃

  • @pankajjoshi8292
    @pankajjoshi8292 5 หลายเดือนก่อน

    Sir how to do NIS so that any user can login from different terminal

  • @snake-taichi
    @snake-taichi 11 หลายเดือนก่อน +1

    Now I'd like to understand, how the client gets permission to write into that folder. In my case, after following the video, no user on the client is able to write anything unfortunately.

    • @lazysysad
      @lazysysad  11 หลายเดือนก่อน +3

      I missed this step:
      On the NFS Server, do:
      chown nobody:nogroup /exports/backups/

    • @lazysysad
      @lazysysad  11 หลายเดือนก่อน +2

      NFS uses the user and group IDs (GID and UID) to establish permissions for write access.

  • @shelly1067
    @shelly1067 ปีที่แล้ว

    each time I get: rpc.statd not running but is required for remote locking, either use '-o nolock' to keep locks local, or start statd, Operation not permitted

    • @lazysysad
      @lazysysad  ปีที่แล้ว

      are you getting errors starting statd? or are you just suggesting to run statd to use locking?

    • @shelly1067
      @shelly1067 ปีที่แล้ว

      @@lazysysad I get these when I mount filesystem from client using exports/backups /mnt

  • @ronakpamnani5961
    @ronakpamnani5961 9 หลายเดือนก่อน

    Thanks sir very helpful

    • @lazysysad
      @lazysysad  9 หลายเดือนก่อน +1

      Most welcome

  • @anand-nb4bb
    @anand-nb4bb ปีที่แล้ว +1

    Hi can your please make a video on explaining when and why are these files used in simple terms /etc/resolve.conf, /etc/hosts, /etc/nsswitch.conf if and //etc/named.conf you can show a practical usage it will be great. Please its a request. Please do reply

    • @lazysysad
      @lazysysad  ปีที่แล้ว

      Great suggestion!

  • @pankajjoshi8292
    @pankajjoshi8292 9 หลายเดือนก่อน

    Sir how to do with NIS server