LSDF Online Storage: NFS

From Lsdf
Revision as of 14:32, 9 August 2019 by Jan.erik (talk | contribs) (Jan.erik moved page LSDF Online Storage NFS to LSDF Online Storage: NFS)

Using NFS

NFS protocol supported KIT intern for project storage.

Example (NFS mount)

mount -o nfsver=3 os.lsdf.kit.edu:/lsdf01/lsdf/inst/projects  /mnt/mountpoint

It is generally recommended that the NFS client mount with the options mount -o hard,intr.

Mounting with -o soft is strongly discouraged because of the risk of data loss or corruption.

Hard mounts and intr (interruptible) enables the application to be sure of a successful write.

Example (/etc/fstab)

os.lsdf.kit.edu:/lsdf01/lsdf/kit/inst/projects /mnt/lsdf nfs
defaults,rw,tcp,hard,intr,nfsvers=3 0 0