NFS mounting with username/password option
I'd like to manually mount my nfs share mount -t nfs ipaddress:/nfsshare /mnt/nfsfolder
but would like to include a userid and password option via command (not via fstab), since the nfs share has different credentials than the server where I'm mounting to. What's the proper switch to include in this line?
Cheers!
DB
|