Nfs external storage as datadir

Hi,
would it be possible to add support for a NFS mounted folder as data dir?
I see in nc-datadir.sh that a check is performed for ext filesystems (line 51), thus preventing nfs to be used.

I was able to bypass this by using:
grep -e ext -e nfs

Thank you for the great job!