add debian package name
This commit is contained in:
parent
f0eb8bc2a2
commit
34988c272e
|
@ -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).
|
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.
|
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.
|
You may also need to configure security on your NAS to allow NFS connections from your local machine's IP.
|
||||||
|
|
||||||
## Initial mount
|
## Initial mount
|
||||||
|
|
Loading…
Reference in New Issue