On Thursday, August 04, 2011 10:07:56 am you wrote: > On z1.11 I have the NFS client and server up. I am trying to mount from > Linux-390 to mvs and getting some errors. Not much help from the Network > File System Guide and Reference guide either. Getting a Linux error msg, > any help is appreciated. See below, tks Matt > > [root@lndb2con /]# mount -o ver=2 -o 27.1.xx.xx:st1mat /mnt > mount: can't find /mnt in /etc/fstab or /etc/mtab
Take out that second -o option. It is interpreting the IP:path argument as the parameter to the -o option, so it only sees a single non-option argument (/mnt) on the command line. It is thus looking in /etc/fstab to see if it can find out just what it is you want to mount on /mnt. Removing that second -o will make it interpret the IP:path argument as the device to be mounted. - MacK. ----- Edmund R. MacKenty Software Architect Rocket Software 275 Grove Street - Newton, MA 02466-2272 - USA Tel: +1.617.614.4321 Email: m...@rs.com Web: www.rocketsoftware.com ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/