KroetKroet
Occasional Visitor
Hi all,
after the death of my precious 64GB USB stick, I'm trying to manage to live without it - I already managed to setup an high performant NFS share from my NAS towards the router, but the USB application "Download Master" refuses to launch, as USB application states it all
Now I'm wondering whether it could be possible to "by-pass" the USB limitation and let it dump directly on the NFS share.
Thank you for your support!
KK
PS. for the ones dropping in by Google: this was the "key command" to mount to an NFS v3 share:
after the death of my precious 64GB USB stick, I'm trying to manage to live without it - I already managed to setup an high performant NFS share from my NAS towards the router, but the USB application "Download Master" refuses to launch, as USB application states it all

Now I'm wondering whether it could be possible to "by-pass" the USB limitation and let it dump directly on the NFS share.
Thank you for your support!

KK
PS. for the ones dropping in by Google: this was the "key command" to mount to an NFS v3 share:
Code:
mount -t nfs 192.168.2.100:/nfs /tmp/mnt/nas/ -o nfsvers=3,nolock,_netdev,rsize=8192,wsize=8192