Bug 13642

Summary: mfs incompatible with nfs
Product: Base System Reporter: mdudley <mdudley>
Component: i386Assignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description mdudley 1999-09-08 21:10:00 UTC
After succesfully installing an MFS (memory file sytem or ram disk) on
a server I then proceeded to mount it through NFS. It acts like a
successfull nfs mount but when trying to acces it gives me the
following error:
"Input/output error"

Fix: 

Unknown, badly needed.
How-To-Repeat: Totally repeatable, no way to avoid I can find.
Comment 1 winter 1999-09-08 22:40:41 UTC
From sys/i386/conf/LINT

# Allows MFS filesystems to be exported via nfs
options         EXPORTMFS



On Wed, 8 Sep 1999 mdudley@execonn.com wrote:

> 
> >Number:         13642
> >Category:       i386
> >Synopsis:       mfs incompatible with nfs
> >Confidential:   no
> >Severity:       non-critical
> >Priority:       medium
> >Responsible:    freebsd-bugs
> >State:          open
> >Quarter:        
> >Keywords:       
> >Date-Required:
> >Class:          sw-bug
> >Submitter-Id:   current-users
> >Arrival-Date:   Wed Sep  8 13:10:00 PDT 1999
> >Closed-Date:
> >Last-Modified:
> >Originator:     Marshall Dudley
> >Release:        3-2  release
> >Organization:
> Teknosurf
> >Environment:
> FreeBSD ads28 3.2-RELEASE FreeBSD 3.2-RELEASE #1: Tue Sep  7 12:51:21 PDT 1999     tech@ads28:/usr/src/sys/compile/ADS28  i386
> >Description:
> After succesfully installing an MFS (memory file sytem or ram disk) on
> a server I then proceeded to mount it through NFS. It acts like a
> successfull nfs mount but when trying to acces it gives me the
> following error:
> "Input/output error"
> >How-To-Repeat:
> Totally repeatable, no way to avoid I can find.
> >Fix:
> Unknown, badly needed.
> 
> >Release-Note:
> >Audit-Trail:
> >Unformatted:
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-bugs" in the body of the message
> 

-- 
| Matthew N. Dodd  | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD  |
| winter@jurai.net |       2 x '84 Volvo 245DL        | ix86,sparc,pmax |
| http://www.jurai.net/~winter | This Space For Rent  | ISO8802.5 4ever |
Comment 2 Matthew N. Dodd freebsd_committer freebsd_triage 1999-09-08 22:41:33 UTC
State Changed
From-To: open->closed

User has observed the expected behavior. 

Use: 
options         EXPORTMFS 
in kernel config file and recompile to allow MFS filesystems 
to be exported via NFS.