add debian package name

This commit is contained in:
ktyl 2022-12-19 19:33:00 +00:00
parent f0eb8bc2a2
commit 34988c272e
1 changed files with 3 additions and 1 deletions

View File

@ -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