0

I have multiple nfs-servers running in my network.

What is the best way to mount all servers on my ubuntu?

While researching I came across multiple possible solutions: autofs, fstab, automount. Any best practices worth sharing?

vossmalte
  • 3
  • 3

1 Answers1

0

There is no best way. You should use whatever automounter or mounting table or script that works best for you, which would requiring learning about what you want to do and then picking the best option based on your own requirements.

In most cases, learning about the /etc/fstab file and how that works is a good place to start.

Spooler
  • 7,016
  • 16
  • 29