Bug 14743 - Over-optimistic mount in rc.sysinit
Summary: Over-optimistic mount in rc.sysinit
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: initscripts
Version: 6.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-07-27 18:41 UTC by Yan Fitterer
Modified: 2014-03-17 02:15 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-07-27 18:42:26 UTC
Embargoed:


Attachments (Terms of Use)

Description Yan Fitterer 2000-07-27 18:41:28 UTC
As far as I can work out, the action "Mounting local filesystems" 

mount -a -t nonfs,smbfs,ncpfs,proc

is over-optimistic, when trying to mount ncpfs. In order to mount any NCP
volumes, you need to have IPX configured in your network interface(s), and
that happends in the /etc/rc.d/init.d/network script, which is run
*after* rc.sysinit (as far as I can see).

This makes me wonder if there should not be another mount somewhere else in
the init scripts to deal with this. (I certainly had to add one in my
profile - I could have done it in rc.local).

Where am I going wrong?

Comment 1 Yan Fitterer 2000-07-27 18:42:23 UTC
This is related to bug 14742

Comment 2 Bill Nottingham 2000-07-27 19:10:03 UTC
The 'no' before nfs applies to smbfs, ncpfs, and proc
as well.


Note You need to log in before you can comment on or make changes to this bug.