Bug 3027

Summary: error parsing mount options which include an '=' parameter
Product: Base System Reporter: Louis Mamakos <louie>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 3.0-CURRENT   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Louis Mamakos 1997-03-18 21:00:02 UTC
When upgrading to 3.0-CURRENT, noticed that Matt Blaze's cfs (encrypted
file system) stopped working, due to not being able to mount an nfs server
at a non-standard port number.

Fix: This patch, or alternatively, don't include the '=' in the option
name in sbin/mount_nfs/mount_nfs.c; not sure what's exactly intended.
How-To-Repeat: 
Try typing this:

    mount -t nfs -o port=3049,intr localhost:/null /crypt  

and notice you get an 'invalid' parameter error.
Comment 1 msmith freebsd_committer freebsd_triage 1997-04-30 06:49:38 UTC
State Changed
From-To: open->closed

Committed patch as supplied.  Not applicable to RELENG_2_2.