Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-17-2006, 11:17 AM
|
#1
|
Member
Registered: Mar 2005
Posts: 34
Rep:
|
Mount ftp with nfs using username and password?
Trying to mount to an ftp using nfs and the ftp requires a username and password. Right now I have:
mount -t nfs 192.168.1.100:/ /mnt/ftp
How do I incorporate a username and password into that?
Thanks in advance for any reply!
|
|
|
05-17-2006, 11:44 AM
|
#2
|
Member
Registered: Nov 2004
Location: Florida, USA
Distribution: Debian, Redhat
Posts: 417
Rep:
|
There are no username and password options for nfs mounts. Per the mount man-page:
Code:
Mount options for nfs
Instead of a textual option string, parsed by the kernel, the nfs file
system expects a binary argument of type struct nfs_mount_data. The
program mount itself parses the following options of the form
‘tag=value’, and puts them in the structure mentioned: rsize=n, wsize=n, timeo=n, retrans=n, acregmin=n, acregmax=n, acdirmin=n,
acdirmax=n, actimeo=n, retry=n, port=n, mountport=n, mounthost=name,
mountprog=n, mountvers=n, nfsprog=n, nfsvers=n, namlen=n. The option
addr=n is accepted but ignored. Also the following Boolean options,
possibly preceded by no are recognized: bg, fg, soft, hard, intr,
posix, cto, ac, tcp, udp, lock. For details, see nfs(5).
You will probably have to write a wrapper in order to do this via NFS.
|
|
|
All times are GMT -5. The time now is 02:46 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|