All of lore.kernel.org
 help / color / mirror / Atom feed
* RFC: mount.nfs
@ 2004-08-27 14:15 Olaf Kirch
  2004-08-27 18:13 ` Trond Myklebust
  2004-08-28 17:21 ` Steve Dickson
  0 siblings, 2 replies; 6+ messages in thread
From: Olaf Kirch @ 2004-08-27 14:15 UTC (permalink / raw)
  To: nfs

[-- Attachment #1: Type: text/plain, Size: 1049 bytes --]

Please find attached the code for mount.nfs, a drop-in replacement for
the nfsmount code in mount(8). If you're adventurous, simply compile,
and install in /sbin as mount.nfs.

Beware - this is alpha code I just wrote this morning; I'm running
this past this list mostly in order to get feedback.

I rewrote the code almost entirely from scratch, because I felt the
old code had gotten a little convoluted. The new code should also
be a lot smarter about which NFS and MOUNT versions to try, and which
transport protocols. It currently prefers TCP over UDP, because that's
what I like better, but if people disagree it's easy to turn this into
a compile time option.

NFS unmount is missing at the moment, mostly because mount(8) doesn't
support /sbin/umount.%s yet.

There's also no NFSv4 support yet, but if anyone would like to send
me patches I will gladly incorporate them. I'm also open to design
improvements that may make life for NFSv4 folks easier.

Olaf
-- 
Olaf Kirch     |  The Hardware Gods hate me.
okir@suse.de   |
---------------+ 

[-- Attachment #2: mount.nfs-20040827.tar.bz2 --]
[-- Type: application/x-bzip2, Size: 10158 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-08-28 18:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-27 14:15 RFC: mount.nfs Olaf Kirch
2004-08-27 18:13 ` Trond Myklebust
2004-08-27 18:24   ` Olaf Kirch
2004-08-27 19:16     ` Trond Myklebust
2004-08-28 17:21 ` Steve Dickson
2004-08-28 18:21   ` Olaf Kirch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.