NFS - How to set up NFS-Server and NFS-Client - Network Filesystems

Sdílet
Vložit
  • čas přidán 26. 08. 2024
  • Today I'm gonna show you how to set up a NFS-Server and NFS-Client. You can use this in offices, schools or at homw.
    If you want to support this video, please rate this video, and write a comment. Thank you very much!
    Terminal Commands:
    -------------------------------------
    Server:
    sudo apt install nfs-kernel-server nfs-common rpcbind
    sudo mkdir /var/nfs
    sudo mkdir /var/nfs/public
    sudo chmod 777 /var/nfs/public
    sudo vim /etc/exports
    Hier folgendes einfügen:
    /var/nfs/public (rw,sync,no_subtree_check)
    sudo ufw allow nfs
    sudo reboot
    showmount -e
    Client:
    sudo mkdir /mnt/nfs-public
    sudo chmod 777 /mnt/nfs-public
    sudo apt install rpcbind nfs-common
    sudo mount Server-IP:/var/nfs/public /mnt/nfs-public
    sudo vim /etc/fstab # Hier einfügen:
    Server-IP:/var/nfs/public /mnt/nfs-public nfs rw 0 0
    Links:
    -------------------------------------
    PayPal: www.paypal.com...
    BTC-Donation: 1Lg22tnM7j56cGEKB5AczR4V89sbSXqzwN
    Music:
    -------------------------------------
    "The Curtain Rises" Kevin MacLeod (incompetech.com)
    Licensed under Creative Commons: By Attribution 3.0 License
    creativecommons...
    Elektronomia - Sky High [NCS Release]
    Music provided by NoCopyrightSounds.
    Video Link: • Elektronomia - Sky Hig...
    Download Link: NCS.lnk.to/Sky...

Komentáře • 27

  • @hopperstreams4487
    @hopperstreams4487 Před rokem +1

    The documentation across the Internet is garbage, I vouch for this video.

  • @user-ux1ct6sd7s
    @user-ux1ct6sd7s Před rokem +1

    日本にはlinuxを説明する動画がなくて、困ってました。
    英語がわからなくても内容がわかりました
    thank you!

  • @tuzaguilar4201
    @tuzaguilar4201 Před rokem +1

    Very nice. Simple and straight forward. Thanks!

  • @chucklebeats
    @chucklebeats Před rokem +1

    An easy to follow quick tutorial. Thank you.

  • @jamaicandjnado
    @jamaicandjnado Před rokem

    Thank you.
    I no other set of instructions online helped at all.

  • @crom29a
    @crom29a Před rokem +1

    Very helpful. Thank You for your hard work. 🙂

  • @wannieboy1834
    @wannieboy1834 Před 2 lety +1

    This was a great help to me! Thank you very much for the tutorial.

  • @elonlothbrok5991
    @elonlothbrok5991 Před 3 lety +1

    Great tutorial, cheers Brazil loves Germany 🇧🇷🇧🇷🙌🇩🇪🇩🇪

  • @ScottMorgan88
    @ScottMorgan88 Před rokem

    Thanks, that worked great! :)

  • @SerenityMusicOasis
    @SerenityMusicOasis Před rokem

    Very nice NFS tutorial. Merci!!

  • @Ja22i
    @Ja22i Před rokem

    Awesome, thank you!

  • @saseda
    @saseda Před 10 měsíci

    And how can i use it (NFS)? How can i send and recieve files between 2 laptops in the LAN?

  • @Starlight-vs2ot
    @Starlight-vs2ot Před 2 lety

    Very helpful! Thank you!

  • @drghartnangamn
    @drghartnangamn Před rokem

    Thanks

  • @TheRobMozza
    @TheRobMozza Před 2 lety

    I'm having fun attempting to do similiar, I'm many hours in.. but desperately tired.. will rewatch your video tomorrow, thanks.
    EDIT : I don't suppose you'd like to reply to my message and give me some assistance would you? Bit of background information I'm attempting nfs connection between ix4-200d and Ubuntu Server VM. I'll keep my fingers crossed I hear back from you soon, kind regards.

  • @renatonitta
    @renatonitta Před 2 lety

    Nice video. Thanks!

  • @Alex-bp6jy
    @Alex-bp6jy Před rokem

    Thank tou very much!

  • @pankajjoshi8292
    @pankajjoshi8292 Před 2 lety

    i am a teacher we have 40 computers i3 and core to duo , we have ibm server 3200x. I want to configure client client server system . Like student can login from any computers and get authorised from servaerand get his file on any computer . something like NIS NFS . Pls suggest which debian client server shall i use. I tried with ubuntu desktop 22.04 but it hangs a lot . Thank you

  • @rmcellig
    @rmcellig Před 2 lety

    Excellent!! I run Linux on all my computers except one which runs windows. Do I setup the NFS server on Linux and then be able to access my specific windows folders from my PC? At the moment I use fstab to access LAN smb shares each with their own mount point.

  • @devatichetty4323
    @devatichetty4323 Před rokem

    Thanks. What's the version of nfs used?

  • @nishanthgowda4303
    @nishanthgowda4303 Před rokem

    Can we resize to higher size than a default size of nfsv4 file type drive
    If yes How to do that

  • @bjrnallerelliandersen6688

    Vielen dank :-)

  • @machina123
    @machina123 Před 2 lety

    2:34 Could this be anywhere on the system ?

  • @donb5645
    @donb5645 Před rokem

    Hey... dich gib's auch in Englisch 😅