On Tue, 8 Feb 2011 14:45:15 +0100 Karel Zak <kzak@xxxxxxxxxx> wrote: > Hi Chuck, > > this is the first version of the mount.nfs with libmount support. The code > depends on the latest util-linux code from upstream git tree, or you can > wait few days for official 2.19 util-linux tarballs (and Fedora binary rpms). > > I have tested: > > mount.nfs server://path /mountpoint > mount.nfs server://path /mountpoint -o remount,ro > mount.nfs server://path /mountpoint -o user Probably a small point but.... you do know that isn't the standard syntax for NFS mounts, don't you? NFS uses a single slash. mount.nfs server:/path /mountpoint ... NeilBrown > > umount.nfs server://path > umount.nfs /mountpoint > > .. works for me. For more information see the second patch. > > Karel > > -- > To unsubscribe from this list: send the line "unsubscribe linux-nfs" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html