*SOLVED* fstab mount [message #22166] |
Mon, 22 October 2007 18:27 |
chriscook
Messages: 2 Registered: October 2007
|
Junior Member |
|
|
Will / Should an VE read and mount shares out of fstab?
I've resolved all the NFS funnyness and I'm able to "mount -t nfs ..." my shares but entries in fstab seem to be ignored on startup.
I can resolve this quickly just by issuing the mount command in an init script but if fstab should be read I'd like to fix the issue. Any input?
This is a Centos5_64 VE on a Centos5_64 host.
[Updated on: Wed, 24 October 2007 09:00] by Moderator Report message to a moderator
|
|
|
Re: fstab mount [message #22174 is a reply to message #22166] |
Tue, 23 October 2007 00:31 |
efball
Messages: 41 Registered: September 2006 Location: Santa Rosa, California
|
Member |
|
|
chriscook wrote on Mon, 22 October 2007 14:27 | Will / Should an VE read and mount shares out of fstab?
I've resolved all the NFS funnyness and I'm able to "mount -t nfs ..." my shares but entries in fstab seem to be ignored on startup.
|
I have NFS mounts in /etc/fstab and they work fine. This is a CentOS 4 VE on a Redhat EL 4 host.
mount arguments: nfs hard,intr,nosuid,actimeo=1
E Frank Ball efball@efball.com
|
|
|
Re: fstab mount [message #22217 is a reply to message #22174] |
Tue, 23 October 2007 16:16 |
chriscook
Messages: 2 Registered: October 2007
|
Junior Member |
|
|
Ugh, that's the problem with trying to build your VE templates as light as possible.... you miss things. /etc/init.d/netfs wasn't starting
|
|
|