Hi,
I added NFS with the GUI and it works, if I switch off or restart or unplug/plug again the network cable of the NAS , proxmox (4.4.19-1-pve) is not able to remount automatically the NFS and I need to do manually .
So I get this messagge on the log :
or the gui
"unable to activate storage 'NFS-Buffalo' - directory '/mnt/pve/NFS-Buffalo' does not exist (500)"
Manually - same result not working
Manually works
Any solution ?
I added NFS with the GUI and it works, if I switch off or restart or unplug/plug again the network cable of the NAS , proxmox (4.4.19-1-pve) is not able to remount automatically the NFS and I need to do manually .
So I get this messagge on the log :
Code:
mount.nfs: Stale file handle
"unable to activate storage 'NFS-Buffalo' - directory '/mnt/pve/NFS-Buffalo' does not exist (500)"
Manually - same result not working
Code:
mount -o remount /mnt/pve/NFS-Buffalo
mount.nfs: Stale file handle
Manually works
Code:
umount -f /mnt/pve/NFS-Buffalo
mount /mnt/pve/NFS-Buffalo
Any solution ?