Gebruikershulpmiddelen

Site-hulpmiddelen


win_netuse

Net Use bij vpn connectie een unc path koppelen met ander domein/gebruiker

Net Use Z: "\\yourUNC\path name" /user:uname password

Network drives verwijderen

net use Z: /delete

Net Use bij NFS connectie (alles op windows cli)

nfsadmin.exe client start | stop (start NFS in client mode)
mount ipaddress:/path1/path2 Q: (or something else)
showmount -e computername or ip address (what can be mounted)
showmount -a computername or ip address (who mounted what)
showmount -d computername or ip address (mountable maps)

mount
umount -a  (alles)
umount q: (een drive)
net use Q: 10.0.0.198:/path1/path2 /user:name password

http://www.danleff.net/myarticles/win7-freenas.pdf

win_netuse.txt · Laatst gewijzigd: 2019/07/24 18:14 (Externe bewerking)