How to Set Up an NFS Server on Ubuntu (Complete with AutoFS!)

  Рет қаралды 62,629

Learn Linux TV

Learn Linux TV

Күн бұрын

Пікірлер: 115
@Wolf-wd9cd
@Wolf-wd9cd Жыл бұрын
Switched fully from WIndows to Linux Mint last march, and everyday I'm learning how awesome Linux is. Great video. NFS is so much neater than my previous network share setup.
@DavidKHill
@DavidKHill Жыл бұрын
This is so awesome. I tried looking up this int he Ubuntu Server 4th edition. Couldn't find much in the book, but this video was awesome. I ran into a snag when I initially set it up where I kept getting no such file every time I navigated into the /mnt/nfs folder. Turns out I typed the nfs4 option in the fstype in the auto.fs file. Good old fumble fingers. Been playing around with this for a day now. This is so, so slick. (and fast). Thanks for introducing this. Now if we can get a video on how to configure security and permission for this bad boy, we'd me in for a treat! Whoohoo, you rock!
@jozsefsipos418
@jozsefsipos418 Жыл бұрын
Great video Jay as always! Please continue with the nfs security in the next one. Thanks!
@Benkaboi
@Benkaboi Жыл бұрын
Agree, would also like to see a video about that from Jay.
@thomasburns1846
@thomasburns1846 Жыл бұрын
I always learn something from your videos. Thank you! I have been using NFS4 and autofs for years, but today I learned about the --ghost option.
@Deleteyourself83
@Deleteyourself83 3 ай бұрын
I've referred to this guide on a couple of occasions now. Simple and straight to the point. Saves me from through digging through the docs. Thanks
@Juergen_K
@Juergen_K Жыл бұрын
This tutorial came just in time for me, as I was struggling with setting up mpd (music player deamon) to work properly here. I can easily follow and enjoy your way of explaining, although I'm not a native speaker. You're just extremely good at explaining/teaching, please keep it up and many, many thanks!
@LearnLinuxTV
@LearnLinuxTV Жыл бұрын
Glad it helped!
@Juergen_K
@Juergen_K Жыл бұрын
@@LearnLinuxTV And it really did!
@adamgarlow5347
@adamgarlow5347 4 ай бұрын
I used this to setup AutoFS with a ZFS pool on a local server. The ZFS setup part had extra special sauce, but the autofs was verbatim and extremely useful. Thanks for the video!
@jacksondarman5782
@jacksondarman5782 Жыл бұрын
Great video! I run TrueNAS Scale as my file server and was able to get it connected to my Debian docker client. One minor hiccup I had was that AutoFS was not automatically mounting my NFS shares upon access. The solution for this was to change nfs4 to just nfs in the auto.nfs file. It works wonderfully after those changes. I hope this helps someone! :)
@cyberdyne981
@cyberdyne981 Жыл бұрын
Jay. This was an excellent video and tutorial blog! I already had NFS working from my OMV server to my Debian client, but I was bewildered trying to get autofs to work (I tried afuse as well). Your walk-through explained it clearly. A big THANK-YOU!
@nkmicros540
@nkmicros540 Жыл бұрын
I watched several videos before this one, to move my shares from Samba to NFS and non of them was so complete. I need to remember to find tutorial here, at your channel first, before anywhere else. I set up all from the first try following your video. Thanks you =)
@tarcisio_menezes
@tarcisio_menezes 10 ай бұрын
My best source to learn Linux content! Thank you for sharing your knowledge. You're the best!!
@fdethan2645
@fdethan2645 Жыл бұрын
Perfect timing! Rebuilding my Truenas and Proxmox servers swapping from smb to nfs for the Ubuntu servers. Thank you
@treyquattro
@treyquattro Жыл бұрын
can I ask you why you changed from SMB to NFS? I've been debating both: my default position is to go for SMB although I find the client side on Linux to be more difficult than the other way around. I believe I can use NFS from Windows 11 Pro as a client at least. I ideally want bidirectional peer-to-peer file sharing. Windows is very good for this but Linux less so, or at least that's my experience so far. Thanks.
@Benkaboi
@Benkaboi Жыл бұрын
Would also like to know.
@RudyBleeker
@RudyBleeker Жыл бұрын
@@treyquattro NFS is generally considered to be easier to configure, only a few lines in a config file as you saw in the video. It's also generally faster than SMB. However NFS has no concept of user and group management, so when improperly configured it can be very insecure with regards to your data. Also when you throw Windows into the mix I would generally recommend using SMB. NFS usually is the best choice when you're only dealing with Linux machines and perhaps the occasional Mac.
@treyquattro
@treyquattro Жыл бұрын
@@RudyBleeker " It's also generally faster than SMB". Hmm, I'm skeptical of that claim. Got any links to comparison tests? At any rate it would be an insignificant different over a 1Gb LAN or faster. Maybe if as you imply data is not being encrypted that would obviously account for some performance difference, but again it shouldn't be an issue on modern equipment (like 2022/3 era computers). I don't want to be chopping and changing, just use one protocol to share files between Linux, Mac and Windows.
@RudyBleeker
@RudyBleeker Жыл бұрын
@@treyquattro you're probably right, on modern equipement with modern implementations (Samba has improved a lot in recent years) the difference is probably negligible. If your needs are sharing files between different operating systems, especially if that includes Windows as you did, then go with SMB for sure.
@gerardmillar1680
@gerardmillar1680 2 ай бұрын
nice work..... I always find autofs confusing when I touch it once every 10 years. You did a great job! great trainer!
@abiolacomputing
@abiolacomputing Ай бұрын
I struggles to understand Autofs, your video, explained it all. The latest kind of explanation 👑👑👑👑👑👑
@ronaldronald8819
@ronaldronald8819 Жыл бұрын
Your channel is the place i go to when i need to learn some Linux stuff as i go. Cheers.
@iamme659
@iamme659 Жыл бұрын
Thank you! This made this so simple. I appreciate you making these videos.
@sinisterpisces
@sinisterpisces Жыл бұрын
This is exactly what I needed to get an NFS share auto-mounted on my database server so I can set up backups. Thanks! One oddity on Proxmox's Debian 12 LXC template: After I installed AutoFS, tweaked the config files, and restarted the service, I was getting an odd error/warning from systemctl status about not being able to load the "autofs.service" key. I'm not sure if that was before I set up the config files or not, but rebooting the client system made it go away and everything worked perfectly.
@act.13.41
@act.13.41 Жыл бұрын
This is awesome content Jay! Well done sir.
@cleightthejw2202
@cleightthejw2202 Жыл бұрын
@Jay I hit the LIKE button on nearly every one of your vids that come out. I even have them in a 'Linux' playlist on my channel just in case ppl stumble into my channel and are looking to learn things. Or they don't know they want to learn it until they watch the vid/s and then become interested (hopefully!)
@KeithWeston
@KeithWeston Жыл бұрын
Thanks. Super clear & helpful - as always.
@mrrobbles
@mrrobbles 11 ай бұрын
Jesus.. is there a topic on linux you don't cover??? I have been GOGGBLING UP THIS CONTENT! Damn this is tasty helpful content dude.
@nalle475
@nalle475 Жыл бұрын
Thanks Very nice and easy to follow. Triggered some memories (not all good) from end last century and the early days of autfs. What was sunny on Sun had slight overcast on Linux.
@swayamshree5951
@swayamshree5951 Жыл бұрын
Hello Jay! I must say your content is so good and this video is another great example. I have learnt so much about Linux from you. I sincerely thank you.
@zeusde86
@zeusde86 Жыл бұрын
actually it's good practice to copy config files instead of moving them, and maybe truncating the m afterwards (depending on how many comments are in there). By doing so, you ensure, that the permissions and ownerships are preserved correctly without even thinking about this. while it may not be a huge problem with /etc/exports, it certainly is on many other config files e.g. within /etc.
@aaronperl
@aaronperl Жыл бұрын
I think I'm going to keep coming back to this video. I always seem to have trouble setting up NFS shares every time I need to do it. I usually end up falling back to "whatever works", aka "allow everything", which is usually okay in my closed network, with a short-lived need for a share .... but definitely not ideal.
@NickKazemi
@NickKazemi Жыл бұрын
Good video, however definitely need to talk about the security considerations needs to be done before implementing nfs
@kaspersergej
@kaspersergej Жыл бұрын
The content you put out is so valuable 👌
@LearnLinuxTV
@LearnLinuxTV Жыл бұрын
Thank you!
@lordofenron
@lordofenron Жыл бұрын
This was a really well made video. Thanks for taking the time to explain this :)
@dawnS33ker
@dawnS33ker Жыл бұрын
As always, great video. Thank you Jay.
@onlyeyeno
@onlyeyeno Жыл бұрын
@LearnLinuxTV Thanks for another great and useful video. Though I don't know if I either missed or misunderstood something because I had to change (chmod) the directories (and files) on the "server", in order to be able to not only read the files, but also write/change files "to the server side". Best regards.
@Thomas_Grusz
@Thomas_Grusz Жыл бұрын
I had the same issue. On the client side not even root was able to write. I used 'chmod o+w /exports/backup' on the server and then it worked. I also tried a second approach and changed ownership of '/exports/backup' (chown) on the server to the same user, that would access the folder/files on the client side. That worked too.
@anthonyscardullo5779
@anthonyscardullo5779 11 күн бұрын
Thank You for your vidoes they're awesome!!
@whiskeylinux
@whiskeylinux Жыл бұрын
Woo, hyped for this one, thanks! Edit: I learned a good deal, tyvm!
@LearnLinuxTV
@LearnLinuxTV Жыл бұрын
Glad to hear!
@ChrisPinCornwall
@ChrisPinCornwall Жыл бұрын
Well! I never knew about automount, so thank you so much
@senglornly9646
@senglornly9646 Жыл бұрын
This is awesome content, thanks you sir 😍
@blackranger07
@blackranger07 10 ай бұрын
Awesome tutorial! Thanks for this.
@jonathanchevallier7046
@jonathanchevallier7046 Жыл бұрын
Excellent explanations ! Thank you Jay. ps: Thank's for the showmount command tips. I didn't know this command ;-)
@LearnLinuxTV
@LearnLinuxTV Жыл бұрын
Glad to help!
@dand9022
@dand9022 Жыл бұрын
The best doing it!!!Thank you!!!🏆
@ipstacks11
@ipstacks11 9 ай бұрын
You should have put the map file in the autofs drop in directory /etc/auto.master.d/. It even tells you in the file you were editing. It’s best practice and makes managing it with ansible easier.
@vrilgod4176
@vrilgod4176 8 ай бұрын
People should be using systemd with fstab now, autofs is no longer on the arch repos because of it
@annihilatorg
@annihilatorg Жыл бұрын
I would appreciate more information on user permissions and groups within NFS.
@RudyBleeker
@RudyBleeker Жыл бұрын
NFS has no concept of user and group management or permissions. It only enforces the read-only or read-write configuration options as set on the server or client, with obviously the server taking precedent so an export configured on the NFS server as being read-only can never be written to from any NFS client, even if they mounted the share read-write. NFS relies entirely on the local system for access rights. For example, say you have an NFS server with a share */exports/documents* like in the video. NFS client A mounts this share and the first user that was created on that system writes a file to the share. By default on Ubuntu and most other Linux distributions these days, this first user has UID number 1000, which you can see with the 'id' command. Now NFS client B comes along which was installed by another user, who also has UID 1000 on their system. If they can mount the same */exports/documents* share because they are in the subnet that is configured in the exports file, they can now read, write and delete the file that was put there by the user on NFS client A. They will even see their own username as the owner of that file when using the 'ls -l' command, as if the file was theirs. This is why it's recommended that if you use NFS in any serious capacity, for example in a corporate environment, you also use centralized user management like an Active Directory or FreeIPA. In fact I think it would be nice if this channel made a video with a rudimentary tutorial on how to set up FreeIPA and connect a client to it.
@ansomeBob
@ansomeBob 9 ай бұрын
I got as far as @12:15 but got a failure message on the "ExecStartPre" with or without the IP details in the exports file. Can I check if the /exports/documents should be under ~ or somewhere else? @12:44 you type "cd /exports", I get no such directory, I have to use "cd ~/exports" The only way I can get the status success is to use /home/bob/exports/documents etc in the exports file. If it makes a difference, I'm using a VM under Proxmox but very new to all this.
@harveyellis6758
@harveyellis6758 Жыл бұрын
Great video. Very informative and I will try this.
@HeliLuuk
@HeliLuuk Жыл бұрын
Nice tutorial! The next question that comes to my mind is, how are (advanced) permissions being configured for NFS? for example permissions per user. The NFS server needs to know a username in advance (from a connecting client) to set and enforce permissions right?
@rudysal1429
@rudysal1429 Жыл бұрын
Yea I've trying to figure out how has works as well. Do users have to have the same UID OR GUID. Aldi
@BrianThomas
@BrianThomas Жыл бұрын
Great video thank you very much for sharing this was extremely helpful.? Do you have a video that shows NFS storage with DRBD?
@rugpulll
@rugpulll 9 ай бұрын
excellent video thank you! If your following this video using RHEL8/9. run these commands on NFS machine before you run the showmount command on remote machine. # dnf install nfs-utils # firewall-cmd --permanent --add-service=nfs # firewall-cmd --permanent --add-service=mountd # firewall-cmd --permanent --add-service=rpc-bind these commands will fix the permission denied error and rpc error on client machine
@BillyDickson
@BillyDickson Жыл бұрын
Great video, thank you. 👍
@rudysal1429
@rudysal1429 Жыл бұрын
I've been playing around with Linux and servers for the last few years now. My question is I've setup a couple of servers with both Ubuntu and RH (rocky) and use manjaro and fedora for clients. The question is how do you configure multiple users on a server to use nfs and samba shares. I know how to add users and groups but is it better to use a database with ldap? I have a zfs share but haven't tried ldap yet. I did run into a weird issue with RH and their use of SELinux. I am completely lost by that service.
@JPEO
@JPEO Жыл бұрын
Great Vid, do you also have tutorial on how to access this NFS on a Windows client?
@iainfranklin8472
@iainfranklin8472 10 ай бұрын
Do you know of any way to make this work with the *minimal* Ubuntu cloud image you used in your cloud-init template video? I couldn't get the NFS service to start correctly because of *I think* some kernel dependencies. I'm curious if you've been able to get NFS functioning correctly on the same image you used for the cloud-init video or if you also encounter the same error. Thanks!
@starmountpictures
@starmountpictures Жыл бұрын
Very helpful thanks
@udayarpandey3937
@udayarpandey3937 Жыл бұрын
Jay my brother, can you please make a video on RAID setup, crash and recovery ? Thank you
@mhassankhan
@mhassankhan Жыл бұрын
please create an other video on NFS mounts with krb5 security
@valentinegraev9350
@valentinegraev9350 Жыл бұрын
thanks for video. i dont' understand how you set permissions for user to wright in shared folders, because by default shared folders are created with root:root did you chown?
@marioandresheviacavieres1923
@marioandresheviacavieres1923 6 ай бұрын
Thank you Jay.
@Royaleah
@Royaleah Жыл бұрын
Can you explain what the difference is with autofs vs using x-systemd.automount?
@RudyBleeker
@RudyBleeker Жыл бұрын
autofs with it's many configuration options is considered more flexible, systemd's automount feature is simpler. Personally I like to keep my setups as simple as possible so x-systemd.automount has so far taken care of all my needs.
@LearnLinuxTV
@LearnLinuxTV Жыл бұрын
Great response to the question, thank you! I'll also go a step further and mention that AutoFS will work on non-systemd distributions as well.
@justinoleary911
@justinoleary911 Жыл бұрын
Can you do an advanced nfsv4 setup with Kerberos encryption and other advanced features?
@LearnLinuxTV
@LearnLinuxTV Жыл бұрын
Very possible! I'm not sure (yet) where something like that may land on my list but it's a great idea!
@justinoleary911
@justinoleary911 Жыл бұрын
@@LearnLinuxTV thanks that would be awesome also nfsv4 acls are complicated as hell
@rudysal1429
@rudysal1429 Жыл бұрын
​@justin oleary that's where I feel I'm at. This video makes sense and I have been able to configure a similar setup but looking at more advanced setups of I worked at a place that had multiple users and credentials is confusing. That and SELinux make no sense
@ButImFeelingMuchBetterNow
@ButImFeelingMuchBetterNow Жыл бұрын
Having a problem with autofs. I spent an hour + trying to troubleshoot. When running the ls command, I get "ls: cannot access '/mnt/nfs/myFolder': No such file or directory". I tried with and without ghost; I tried direct vs indirect mapping ( auto.master /- instead of /mnt/nfs ). The only solution I have found that works in all cases above is to have only 2 fields in my auto.nfs: clientFolder remoteAddr:SharedFolder thus skipping the options field.
@emilpeychev8714
@emilpeychev8714 Жыл бұрын
I need nfs for my kubernetes cluster for persistant storage. Do I need to install the client on all nodes? Do I need a client to be able to use the nfs server in general? Please share your thoughts.
@lokideus5094
@lokideus5094 Жыл бұрын
One question regarding your book; I have the third edition right here (good job on it by the way). Are there significant changes to the 4th edition that would, in your opinion, justify getting it as well?
@LearnLinuxTV
@LearnLinuxTV Жыл бұрын
The main difference is that it was updated to 22.04, so it depends on how much that may be important to you. If that's not too important, than the 3rd edition is totally fine.
@lokideus5094
@lokideus5094 Жыл бұрын
@@LearnLinuxTV Thanks for the honest response.
@jonathanrider4417
@jonathanrider4417 Жыл бұрын
As always - this is great info; only root-owned files covered here though - can we change ownership of the Documents or backup to enable access by my user?
@RudyBleeker
@RudyBleeker Жыл бұрын
Yes you can, that's obviously a valid use-case. However be aware that NFS has no concept of user and group management or permissions, as I've explained in my comment here: kzbin.info/www/bejne/hJLCm36bi7ytqMU&lc=UgwlAI2lK7VNGJmO-hB4AaABAg.9lU5IGfVW8g9lWMY-Tvb6w So be very mindful of how you want to do your user management when using NFS for user data, especially home directories. Make sure that all users on all of your NFS client machines have a unique UID number.
@treyquattro
@treyquattro Жыл бұрын
Hi Jay, thanks for this. It's very timely for me: I'm trying to figure a file sharing strategy principally between Linux and Windows but also Mac. My initial preference is for SMB. I feel file sharing is one area in which Windows is very logical and seamless: having drive letters implicitly identifies what you're connecting to as a device, including a network fileserver which connotes remoteness, or at least separateness from the local file hierarchy. With *nix you have to figure out where the remote device should be represented in the local file hierarchy and it ends up being more verbose, and you can't tell at a glance where the end point of the file/directory/URI is. This points out something else that occurred to me: I automatically expected that you'd be putting the shared directories under /mnt on the NFS server, after all you're mounting a network file system? According to the Linux File System Hierarchy document, we're not supposed to create directories in the root (this is something I've been guilty of for shared files amongst different users on the same machine and I've had to change my ideas). I find this subject one of the more confusing aspects of Linux: just where you're supposed to put private binaries, libraries, and include files for example, and also local applications (they tend to go in /opt, but they could go under /usr/bin!) I presume it's legitimate to use host names (or FQDN) for the server in the mount.nfs file? It'd also be useful (for me anyway) to know if the steps are the same on Fedora using dnf as they were on Ubuntu/Debian (and I dare say others would say similar for Manjaro/Arch/Gentoo etc. e.g.)
@hamidja1537
@hamidja1537 Жыл бұрын
Thanks for sharing
@mkw515rawr
@mkw515rawr Жыл бұрын
hey Jay, this was extremely helpful and made the process easy. I had one hiccup earlier in testing that led me to learn a lot more about nfs than I realized. In one of the upcoming videos or in a comment can you discuss what someone has to do with root squashing inputs? I did the nfs on synology and ended up setting Map Root to Admin (root_squash anonuid=1024) which was the universal security suggestion. Only, the nfs 3 write over on the id's and permissions ownership got incredibly dense to understand what to do to both ensure security in the best method vs. ease of use. I ended up rebuilding the nfs client and reset permissions on the nfs synology server to map all users to admin which is an "all_squash and anonuid=1024" and then everything was fine for the user I set up in ubuntu 22.04 if I kept the original root_squash, how would I have securely mapped to the user to get access? Or am I misunderstanding squash still a bit? Thank you!
@axMf3qTI
@axMf3qTI 4 ай бұрын
I set both sides in rw, but the test file is read only same with all the new files i create. Should I chown to me and my group? Or should everything stay root.
@mathieuberthalay21
@mathieuberthalay21 Жыл бұрын
Thank you for your video
@kareemschultz
@kareemschultz Жыл бұрын
Would love to see High availability with something like this
@waynefong5960
@waynefong5960 Жыл бұрын
Just wondering, since NFS servers are used for clients to access data/files from the server, how is it different from a samba/smb server?
@SD.KB28
@SD.KB28 Жыл бұрын
nfs and samba is different server, nfs is for linux to linux type servers and samba is for linux to linux and others like windows mac os and some others different also
@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 while monting
@net_setup
@net_setup Жыл бұрын
hello, I was able to mount a file system to the /mnt/htb but when I go to move a file I get a "permission denied". I tried chown 775 for the directory . what would I need to do?
@SergeDudko
@SergeDudko 2 күн бұрын
The main question is what's better for home usage: NFS or Samba? :D
@SirFancyPantsMcee
@SirFancyPantsMcee Ай бұрын
after installing autofs. If you can see the directories but cant access them try updating. trying to save you guys some time
@TheMightyAgency
@TheMightyAgency Жыл бұрын
I followed the video through-and-through except the connection is to a Windows server NFS share. I have no problem connecting to the share but I need sudo to list the share with "df -h" and likewise, I need sudo to list the content of the NFS share. This is the case for both mount and aufofs. Anyone with the same problem? Is this related to the permission on the NFS shared folder on Windows?
@ewfzappadis
@ewfzappadis Жыл бұрын
yOU ARE GREAT!!
@hotstovejer
@hotstovejer Жыл бұрын
Jay, quit reading my mind. I am redoing my freeipa setup and when I was setting up automount, I created a test VM just for NFS home shares. But now when I log into a machine, I feel like automount makes login hang because of the fact that everything is virtualized. But I dug into autofs hard during setting that up.
@emmanuelutomi6374
@emmanuelutomi6374 Жыл бұрын
Followed your steps on a Rhel machine was getting error “mount.nfs:access denied by server while mounting iP
@RudyBleeker
@RudyBleeker Жыл бұрын
If you're 100% sure it's not a firewall issue I suggest looking at selinux to assign blame. Try it with selinux turned off on both sides and see how far you get by re-enabling selinux one machine at a time.
@juanrebella2589
@juanrebella2589 Жыл бұрын
Thanks!
@cesar8197
@cesar8197 Жыл бұрын
I have something to add. I've setup a server and a client, with users and permisions, everything just fine. But when a tried to test de file transfer in the client mount point, i used 'fallocate --length 300M file300' it says "fallocate: fallocate failed: Operation not supported". Anybody knows about this? is not a problem really, is just a test. great video.
@CutsByCasper
@CutsByCasper 10 ай бұрын
everytime i run the command 'sudo apt install nfs-kernel-server' it gives me an error and says theres also no installation candidate. any suggestions?
@stautonel
@stautonel Жыл бұрын
I noticed that file permisions for both testfiles where root only. Not very practical 😊 what is the best solution for that? And …. Which ports should be open in my firewall on the nfs server?
@RudyBleeker
@RudyBleeker Жыл бұрын
You can simply change the file ownership with 'chown'. Do keep in mind though that NFS has no concept of user and group management or permissions, so every NFS client that has access to the share and has a user with the same UID as another client has full access to the file with that UID as it's owner. This means that you want to make sure that all users on all your clients have a unique UID. The best way to enforce this is to use an Active Directory or FreeIPA server for centralized user management. NFS4 uses TCP on port 2049. NFS versions 2 and 3 are more complex, they use mainly UDP and require several services on the server to be accessible. For a simple NFS setup as shown in the video I would always recommand using NFS4.
@stautonel
@stautonel Жыл бұрын
@@RudyBleeker bedankt
@RudyBleeker
@RudyBleeker Жыл бұрын
@@stautonel you're welcome. Another word of warning: due to its simplified nature NFSv4 does not support ACLs, you get POSIX file permissions only. If you rely on ACLs for complex file access (e.g. multiple users and groups with access) you need to properly set up NFSv3. I personally have never done that because I've never had a use case for it.
@davidlacerda4509
@davidlacerda4509 6 күн бұрын
Did anyone else get an error saying "/exports/documents does not support NFS export" ? (Getting it for both shares). I looked into my journalctl (sudo journalctl -xe | grep nfs) and am seeing the error "Unable to detrmine the NFSv4 domain; using 'localdomain' as the NFSv4 domain which means UIDs will be mapped to the 'Nobody-User' user defined in the /etc/idmapd.conf" It appears I may be getting this error because I do not have a local domain set up...was it implied that I should already have had one set up in /etc/idmapd.conf? I'm still getting the same error even after "uncommenting" the local domain.
@davidlacerda4509
@davidlacerda4509 5 күн бұрын
To update anyone who sees this and has the same problem: I was running my Linux session off a bootable thumb drive with a FAT32 file system. By default, the share I created was also with that file system. FAT32 does not support the file permissions required by NFS. I put in another USB stick, formatted it with ext4, mounted, remapped the share, and good to go!
@adoby83
@adoby83 Жыл бұрын
You forgot to add client side caching of the NFS share. CacheFS. Huge (read) performance boost if you have a few hundred GB unused on your NVMe drive and you access the NFS server over WiFi. Or even remote over a slow VPN.
@jp_baril
@jp_baril Жыл бұрын
I'm trying to automount my ~/Documents directory but what happens is that my whole home directoy is then empty...
@thomasandresen8373
@thomasandresen8373 Жыл бұрын
Very good tutorial. But this is overkill for me. I don't need a dedicated file sharing server, I just need an alternative to Samba, which is a complete mess that always ends up not working at all. And it's not that easy to reinstall it. In short, Samba is a waste of time. Anybody got a good alternative that will make sharing folders between two computers easy?
@gimmeabreak8524
@gimmeabreak8524 3 ай бұрын
This video makes me so mad I can't see straight. showmount doesn't work. autofs doesn't work. And the client doesn't have permission to write anything to the folder. I hate Linux, and I HATE people like this who perpertuate Linux crap that doesn't actually work but tries to make it seem like things actually do work. I am so tired of computers being so shitty and dysfunctional.
@kawker
@kawker Жыл бұрын
Good tutorial Jay, but you need to cut the guff out man. Your not getting into the subject until 5 mins in. Plug your book in the middle and cut the Linode stuff at the end, I know they're a sponsor, but every video is feeling like a 3 min ad for them and I just want to see what you've done.
@LearnLinuxTV
@LearnLinuxTV Жыл бұрын
While I appreciate your comment, there's time codes in the description that bypass the intro, so this shouldn't be a problem. Everything I mention needs to be mentioned (for one reason or another). 🙂
@ysintos
@ysintos 3 ай бұрын
I try to set an NFS server to use with Proxmox, but unfortunately i keep getting errors on Proxmox, like "create storage failed: mkdir /mnt/pve/selini/dump: Permission denied at /usr/share/perl5/PVE/Storage/Plugin.pm line 1408. (500)". Any help with that ?
Modernize your Linux Storage with btrfs!
46:34
Learn Linux TV
Рет қаралды 155 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 24 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 53 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 34 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Setting up a CHEAP and EASY Homelab Linux Server
16:28
TechHut
Рет қаралды 365 М.
Trolling Hackers with a Honeypot and how you can too
20:08
Gnar Coding
Рет қаралды 4,2 М.
Linux Mint vs. Linux Mint Debian Edition: Which Is Better?
10:46
Learn Linux TV
Рет қаралды 145 М.
5 Must Have Tweaks to Secure OpenSSH
21:48
Learn Linux TV
Рет қаралды 30 М.
Essential Best Practices for Setting Up a New Linux Server
20:39
Learn Linux TV
Рет қаралды 183 М.
Starting With Linux: What I Wish I Learned First
23:31
Learn Linux TV
Рет қаралды 487 М.
How to start your HomeLab journey?
17:32
Christian Lempa
Рет қаралды 133 М.
Linux Crash Course - systemd: Using the systemctl command
26:32
Learn Linux TV
Рет қаралды 102 М.
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 24 МЛН