> Hi, > > I do have a nfs client mounting two nfs shares from two different nfs > servers. > > The shares are present in the clients fstab and can be mounted manually. > Booting the server only mounts one share, the other isn't mounted > automatically, so I have to mount it by hand. > > This is the share mounted automatically: > > server01:/export/01 /export/server01/ nfs > soft,intr,rsize=8192,wsize=8192 0 0 > > > This share isn't mounted: > > server02:/export/02 /export/server02/ nfs > hard,intr,rsize=32768,wsize=32768 0 0 Is this the first entry (nfs related) in fstab? What if you change the order? Regards, Fernando.