Bug 122501 - cifs shares mounted incorrectly on boot
Summary: cifs shares mounted incorrectly on boot
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-05-05 08:48 UTC by Richard Hughes
Modified: 2014-03-17 02:44 UTC (History)
1 user (show)

Fixed In Version: 7.56-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-05-21 17:29:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Richard Hughes 2004-05-05 08:48:30 UTC
From Bugzilla Helper:

Description of problem:
In /etc/rc.sysinit

action $"Mounting local filesystems: " mount -a -t
nonfs,nfs4,smbfs,ncpfs -O no_netdev

should be changed to:

action $"Mounting local filesystems: " mount -a -t
nonfs,nfs4,smbfs,cifs,ncpfs -O no_netdev

so cifs is not mounted before the network card is up.

Version-Release number of selected component (if applicable):
initscripts-7.50-1

How reproducible:
Always

Steps to Reproduce:
1. create cifs share in fstab and set to auto
2. reboot

Actual Results:  cifs is mounted before the network is up.
Expected Results:  cifs is not tried until the network is up.

Comment 1 Bill Nottingham 2004-05-21 17:29:14 UTC
Fixed in CVS, will be in 7.56-1.


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