Montare le condivisioni di rete del Network File System (NFS). Maggiori informazioni: https://learn.microsoft.com/windows-server/administration/windows-commands/mount.
mount \\{{nome_del_computer}}\{{nome_della_share}} {{Z:}}
mount \\{{nome_del_computer}}\{{nome_della_share}} *
mount -o timeout={{secondi}} \\{{nome_del_computer}}\{{nome_della_share}} {{Z:}}
mount -o retry=10 \\{{nome_del_computer}}\{{nome_della_share}} {{Z:}}
mount -o casesensitive \\{{nome_del_computer}}\{{nome_della_share}} {{Z:}}
mount -o anon \\{{nome_del_computer}}\{{nome_della_share}} {{Z:}}
mount -o mtype={{soft|hard}} \\{{nome_del_computer}}\{{nome_della_share}} {{Z:}}