45Drives / cockpit-file-sharing

A Cockpit plugin to easily manage samba and NFS file sharing.
GNU General Public License v3.0
556 stars 30 forks source link

Error in NFS section #56

Closed macvaz closed 2 years ago

macvaz commented 2 years ago

Bug Info

Describe the bug I can use Samba section but NFS section is not working at all.

The project is amazing. This extension for managing NAS options from cockpit is great.

Screenshots image image

Client Side

Desktop (please complete the following information):

joshuaboud commented 2 years ago

Hi, what Linux distribution is your server running?

joshuaboud commented 2 years ago

I was able to recreate this issue. Pretty sure it's from the directory /etc/exports.d not existing. Implementing a fix now.

macvaz commented 2 years ago

I was able to recreate this issue. Pretty sure it's from the directory /etc/exports.d not existing. Implementing a fix now.

Yes. The /etc/exports.d is missing. Should I create it?

I'm running Ubuntu 22.04 server.

Thanks for the response.

joshuaboud commented 2 years ago

You can update to the latest version by following the generic installation steps in the readme (now with paths updated for v3.2.8), and the plugin should automatically create the path for you if it isn't present.

macvaz commented 2 years ago

I didn't see your message. I created the folder manually. I have tested created a NFS drive and I now looks much better.

image

I will test for sure the new installer. Thanks!