P.L. ha detto:...ora, volendo collegarmi tramite nfs, come
devo impostare?![]()
partendo da questo path con samba
smb://192.168.10.13/8c30ae585479/Azione
se "8c30ae585479" corrisponde al tuo export-path sul nas, il tuo Percorso Dune dovrebbe essere
nfs://192.168.10.13:/8c30ae585479:/Azione
riporto cmq l'howto del dune_folder.txt dal sito della dune per l'NFS
Codice:
"nfs://host[:/export-path]:/path"
- "host" can be IP-address or DNS-name of NFS server.
- "export-path" is optional; when omitted, the player tries to
automatically deduce it from the specified "path" (by
analyzing all NFS-exports of the NFS-server). For better
performance and correct working, it is recommended to always
explicitly specify "export-path".
- Example (w/o explicitly specified "export-path"):
- "media_url = nfs://10.0.0.1:/MYSHARE/folder/file1.avi"
- Example (with explicitly specified "export-path"):
- "media_url = nfs://10.0.0.1:/MYSHARE:/folder/file1.avi"

