Computer Association of SIUE - Forums

CAOS Supported Groups => LUUCS => Topic started by: Stiffler on 2002-10-01T10:10:02-05:00 (Tuesday)

Title: Mounting NFS Shares
Post by: Stiffler on 2002-10-01T10:10:02-05:00 (Tuesday)
Ok, I got some NFS shares on my Windowz machine, so how do I mount them read/write on a Linux machine? Please go step by step.

Thanks,
Jon
Title: Re:
Post by: Peter Motyka on 2002-10-01T11:43:24-05:00 (Tuesday)
well, assuming you have giving your linux box proper permissions to the share all you need to do is run this command.

mount -t nfs server.siue.edu:/mount/point /mount/point

of course /mount/point should be replaced with your shared path and path to the local mount point

Peter