Bug 3027 - error parsing mount options which include an '=' parameter
Summary: error parsing mount options which include an '=' parameter
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 3.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1997-03-18 21:00 UTC by Louis Mamakos
Modified: 1997-04-30 06:50 UTC (History)
0 users

See Also:


Attachments
file.diff (458 bytes, patch)
1997-03-18 21:00 UTC, Louis Mamakos
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.