|
Bugzilla – Full Text Bug Listing |
| Summary: | fstab entries of type nfs4 mounted too early and ignored by rcnfs | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Marc Schütz <schuetzm> |
| Component: | Basesystem | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | ro |
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Marc Schütz
2006-02-17 14:37:19 UTC
Attach your /etc/fstab here. Was this created with YaST or did you set it up manually? /dev/hda3 / reiserfs acl,user_xattr 1 1 /dev/hda2 swap swap defaults 0 0 proc /proc proc defaults 0 0 sysfs /sys sysfs noauto 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 /dev/hda1 /data1 auto noauto,user 0 0 /dev/hda5 /data2 auto noauto,user 0 0 resy-server:/home /resy nfs defaults 0 0 resy-gecks:/ /xyz nfs4 defaults,sec=krb5 0 0 It was created with YaST, but I appended the last two lines. If you look into /etc/init.d/nfs you will see lines like if test "$type" = "nfs" ; then which explicitly don't check for "nfs4". Likewise, in /etc/init.d/boot.localfs there is the line mount -av -t nonfs,noproc,nodevpts,nosmbfs,nocifs -O no_netdev which should also contain "nonfs4". changed rc,boot.localfs,nfs |