Sponsored Content
Full Discussion: NFS Share & Mount problem
Top Forums Web Development NFS Share & Mount problem Post 302456821 by chinmayzen on Sunday 26th of September 2010 07:09:38 AM
Old 09-26-2010
NFS Share & Mount problem

Hi,

I want to mount an NFS Shared folder on Windows XP to vxWorks.

There doesnt seem to be a problem with the sharing.

Now, when i try to mount the directory onto vxWorks (it runs on a Tumbleweed card), using a mount script (.sh), the following is the print i see on Tera Term:

Code:
hostAdd "host", "172.31.0.5"
value = -1 = 0xffffffff = wamBuffer + 0xffb8170f
nfsMount "host", "D:/NFS/MyDir/active", "/active"
value = 0 = 0x0
nfsMount "host", "D:/NFS/MyDir/data", "/data"
value = 0 = 0x0

After this, it has to load a file from /active/dir2 which initiates the software, which it is unable to load and the card is taken for a reset.

The target ip i've given is 172.31.0.3 (the ip of the card on which vxWorks image is activated after FTP'ing from the NFS Shared directory- which is successful. Redundant info: It is also able to FTP this .sh file)

The thing is i have another system running Windows 2000 and the same works fine. In Windows XP, it doesn't. Is it due to some IPSec dependency of Server for NFS?

From the WFTPD logs, the assignment of IP 172.31.0.3 to the card is successful, FTP of the vxworks image and FTP of the mount sh file are also successful.

Has anyone worked with NFS Sharing of a directory (Windows XP host) to a vxWorks client on a machine running on a network? I suspect i need to do a hack into WinXP. Server for NFS in WinXP shows a dependency Portmap -> rpcxdr -> tcp/ip filtering -> ipsec driver , whereas the one in Win2000 doesn't.

Any pointers/additional info needed? Pl let me know.

Last edited by Scott; 09-26-2010 at 09:51 AM.. Reason: Added code tags
 

10 More Discussions You Might Find Interesting

1. AIX

Unable to mount NFS share during boot

Hello Everyone, I have a pseries machine running AIX 4.3.3 that has an invalid IP in /etc/hosts. During a boot the system hangs because it's trying to mount an NFS share to this invalid IP. I've tried to boot the system from a mksysb (not sure if the device was defined as rmt0) and AIX CD... (0 Replies)
Discussion started by: jlslhills
0 Replies

2. UNIX for Advanced & Expert Users

can i mount nfs share on windows 2003 server

this is probably a bit dumb ...but i read somewhere that one of the nfs versions can be mounted on a windows 2003 server ..if yes ..does anyone know how this can be achieved (1 Reply)
Discussion started by: tarunicon
1 Replies

3. Solaris

how to mount Windows NFS share on solaris

Hi, How can i mount an NFS share on a solaris machine a filesystem ? I have enabled nfs on a windows server and the shares has given read/write access to it to all the users. I would like to mount it on around 10 different solaris boxes with different versions of solaris. Thanks in advance. (2 Replies)
Discussion started by: uxadmin007
2 Replies

4. Solaris

NFS Share - chown problem

Hi all, I had share the server Gemini /u10 to the server Centaurus. /etc/dfs/dfstab share -F nfs -o root=centaurus /u10 My problem is: in the server Gemini the the owner for /U10 is oracle:dba but when in the server Centaurus, I am not able to change the owner become oracle:dba, it show... (8 Replies)
Discussion started by: SmartAntz
8 Replies

5. IP Networking

Can't see home folder on one NFS mount but can in another mount on another share

Hello, I have a few Ubuntu 9.10 laptops I'm trying to learn NFS sharing with. I am just experimenting on this right now, so no harsh words about the security of what I'm playing with, please ;) Below are the configs /etc/exports on host /home/woodnt/Homeschool... (2 Replies)
Discussion started by: Narnie
2 Replies

6. Red Hat

Not able to mount NFS share on client side

When i tried to mount the nfs i see this error message mount -t nfs 192.168.20.194:/remote/proj1 /nfsmount mount: 192.168.20.194:/remote/proj1 failed, reason given by server: Permission denied and the /etc/exports file in the host side looks like this /remote/proj1 ... (12 Replies)
Discussion started by: srinathk
12 Replies

7. SCO

Cannot mount NFS share (FreeNAS) onto SCO OpenServer 5.0.6

Hi! All, I am trying to mount a NFS share on my FreeNAS system onto my SCO OpenServer 5.0.6. I get the following error: mount: cannot mount /: Connection Refused (error 115) Has anyone been able to do this? (3 Replies)
Discussion started by: trolley
3 Replies

8. Shell Programming and Scripting

Mount NFS Share On NFS Client via bash script.

I need a help of good people with effective bash script to mount nfs shared, By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people. The scenario as follow: An NFS Client with Daily CRON , running bash script... (4 Replies)
Discussion started by: Brian.t
4 Replies

9. Solaris

Solaris 10 NFS client cannot mount a share from a Windows server

I have a Solaris 10 server, I'm trying to mount a share from a Windows nfs server. If I add this entry (tst-walnut:/test_sap_nfs - /majid nfs - yes rw,soft) to my /etc/vfstab, then I can mount, but when I create a file by root:root, the file owner changes to... (1 Reply)
Discussion started by: Hiroshi
1 Replies

10. AIX

Unable to mount previously-working NFS share from NIM to LPAR

Right, now that I've finally worked out this website, I'll ask my question! I am having an absolute nightmare with NFS on AIX. I have used it many times, and I know what I'm doing, however I cannot fathom what is going on here. I have 2 LPARs, sitting on the same physical host. They are... (12 Replies)
Discussion started by: tmooredba
12 Replies
SHOWMOUNT(8)						    BSD System Manager's Manual 					      SHOWMOUNT(8)

NAME
showmount -- show remote nfs mounts on host SYNOPSIS
showmount [-a | -d] [-e] [-1] [-3] [host] DESCRIPTION
The showmount utility shows status information about the NFS server on host. By default it prints the names of all hosts that have NFS file systems mounted on the host. See NFS: Network File System Protocol Specification, RFC 1094, Appendix A, and NFS: Network File System Version 3 Protocol Specification, Appendix I, for a detailed description of the protocol. The following options are available: -a List all mount points in the form: host:dirpath. -d List directory paths of mount points instead of hosts. -e Show the host's exports list. -1 Use mount protocol Version 1, compatible with legacy servers. -3 Ignored for backwards compatibility. SEE ALSO
mount(8), mount_nfs(8), mountd(8) HISTORY
The showmount utility first appeared in 4.4BSD. BUGS
The mount daemon running on the server only has an idea of the actual mounts, since the NFS server is stateless. The showmount utility will only display the information as accurately as the mount daemon reports it. BSD
August 16, 2014 BSD
All times are GMT -4. The time now is 12:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy