Reagarding NFSv4 Server on RPI2
Hey guys.
I reaaly hope someone can help me here…
Maby this is a noob question, but really, i have been searching for a week now, i just dont understand it
I have updated to the newest OSMC version with November secound edition.
But sometimes my harddisk need repair, and then my NFS server cant start, before i manually restart it.
Can somebody tell me what to write, so that the NFS server wil restart or something, as soon as the harddrive is done repairing ?
FSTAB :
LABEL=USB1 /mnt/USB1 ext4 defaults,nofail 0 1
LABEL=USB2 /mnt/USB2 ext4 defaults,nofail 0 1
LABEL=USB3 /mnt/USB3 ext4 defaults,nofail 0 1
LABEL=USB4 /mnt/USB4 ext4 defaults,nofail 0 1
Exports
/mnt/USB1 *(rw,sync,no_subtree_check,insecure)
/mnt/USB2 *(rw,sync,no_subtree_check,insecure)
/mnt/USB3 *(rw,sync,no_subtree_check,insecure)
/mnt/USB4 *(rw,sync,no_subtree_check,insecure)
And last question…
The NFS clients are also RPI2, how should i mount ?
Is it best through NFS browser or fstab mount, and fstab mount, how do i do this ?