You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing issues and found none that matched mine
Describe the issue
We need nfs-common installed in order to mount system NFS shares, and this package doesn't come installed by default on Ubuntu.
We already depend on cifs-utils (which comes preinstalled) to support SMB mounts, so we should support NFS out of the box as well. The nfs-common package is in main so there's no issue there.
Steps to reproduce it
Attempt to mount a NFS system share via a GPO without the nfs-common package installed.
Ubuntu users: System information
No response
Non Ubuntu users: System information
No response
Additional information
No response
Double check your logs
I have redacted any sensitive information from the logs
The text was updated successfully, but these errors were encountered:
The nfs-common package is required if NFS shares are to be mounted on
the client. Unlike cifs-utils, this package is not installed by default
on Ubuntu Desktop. Given that we declare the former as a dependency we
should do the same with nfs-common.
Fixes#809 / UDENG-1570
Is there an existing issue for this?
Describe the issue
We need
nfs-common
installed in order to mount system NFS shares, and this package doesn't come installed by default on Ubuntu.We already depend on
cifs-utils
(which comes preinstalled) to support SMB mounts, so we should support NFS out of the box as well. Thenfs-common
package is in main so there's no issue there.Steps to reproduce it
Attempt to mount a NFS system share via a GPO without the
nfs-common
package installed.Ubuntu users: System information
No response
Non Ubuntu users: System information
No response
Additional information
No response
Double check your logs
The text was updated successfully, but these errors were encountered: