I’m currently running a product which requires remote drive to be mounted (both are linux machines and openSuse 11.2).
I’m using the command: mount IP:/DRIVE /DRIVE -t nfs -o intr,hard to mount my remote drive and it is working succesfully.
But there is some functionality which can be run only using nfs4 and not nfs (as given in the mount command above).
I’m not able to mount using the command above, giving an option of nfs4. i.e.,
mount IP:/DRIVE /DRIVE -t nfs4 -o intr,hard (is not working for me)
I issued modprobe nfs4 on my machines and it is available for use.
What can be the command in openSuse 11.2 to mount a drive using nfs4? I also need to use HARD,INTERRUPTIBLE mount (i.e., i need to use intr and hard in the mount commandas well… this is a requirement for my product to work).
I appreciate your quick replies to resolve my issue.
Many thanks in advance…