From 34988c272eee1c5e2ea3f5d6ff790fdedabbd075 Mon Sep 17 00:00:00 2001 From: ktyl Date: Mon, 19 Dec 2022 19:33:00 +0000 Subject: [PATCH] add debian package name --- blogs/2022/12/03/automount-nfs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blogs/2022/12/03/automount-nfs.md b/blogs/2022/12/03/automount-nfs.md index 367f8a3..2e04aa6 100644 --- a/blogs/2022/12/03/automount-nfs.md +++ b/blogs/2022/12/03/automount-nfs.md @@ -9,7 +9,9 @@ There are other ways to do this, but as my machines predimonantly run Debian- or This post is largely based on the description on the [ArchWiki](https://wiki.archlinux.org/title/NFS#As_systemd_unit). My NAS' hostname is `sleeper-service`, and I'll be mounting the `Music` shared folder. -You'll need the `nfs-utils` package to mount NFS filesytems. +You'll need the appropriate package to mount NFS filesytems. +On Arch Linux, `nfs-utils` is what you'll be after. +On Debian, the client pckage is `nfs-common`, which may already be installed. You may also need to configure security on your NAS to allow NFS connections from your local machine's IP. ## Initial mount