Date: Thu, 14 Feb 2002 11:30:01 -0800 (PST) From: "JCandelario" <jorge@megapage.net> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/33809: mount_nfs has trouble with embedded ':' in path Message-ID: <200202141930.g1EJU1l83260@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/33809; it has been noted by GNATS. From: "JCandelario" <jorge@megapage.net> To: <freebsd-gnats-submit@FreeBSD.org>, <aaron@lo-res.org> Cc: Subject: Re: bin/33809: mount_nfs has trouble with embedded ':' in path Date: Thu, 14 Feb 2002 15:39:22 -0400 This is a multi-part message in MIME format. ------=_NextPart_000_0003_01C1B56D.C66ED6E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Not using ":" may not be optional. Trying mount_nfs on a 'dos-like' = server requires the ":" to identify the drive to be mounted on = multi-drive systems. Using strchr solved the problem for me; an extra = flag sound like an alternative. Jorge. ------=_NextPart_000_0003_01C1B56D.C66ED6E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=3DContent-Type content=3D"text/html; = charset=3Diso-8859-1"> <META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Not using ":" may not be = optional. Trying=20 mount_nfs on a 'dos-like' server requires the ":" to identify the drive = to be=20 mounted on multi-drive systems. Using strchr solved the problem = for me; an=20 extra flag sound like an alternative.</FONT></DIV> <DIV><FONT face=3DArial size=3D2></FONT> </DIV> <DIV><FONT face=3DArial size=3D2>Jorge.</FONT></DIV> <DIV> </DIV></BODY></HTML> ------=_NextPart_000_0003_01C1B56D.C66ED6E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202141930.g1EJU1l83260>
