search for: nfs_path

Displaying 4 results from an estimated 4 matches for "nfs_path".

Did you mean: dfs_path
2004 Apr 28
0
problem with rsync usage across NFS
...------------------------------------------------------------------ Here are the steps that will lead to a problem. (1) On sun, a textfile file is generated in directory, say, /sun/test/ We use the following to deliver it to the NFS server's empty direcotry /nfs_path/test/: rsync --verbose --archive --hard-links --whole-file --delete --delete-after --exclude='*_bak*' --backup --suffix=_bak123 /sun/test/ /nfs_path/test/ (2) We login to one of Linux clients. And we do the following tail -f /nfs_path/test/file (3) On Sun, w...
2007 Mar 13
1
Adding a dir to PATH without using regedit (for an NFS install)
Hello Wine users, I've installed Wine 0.9.32 into an NFS-mounted dir on a RHEL 3 machine and it seems to work fine - I've even modified the /nfs_path/wine/bin/wineprefixcreate, so that an additional dir (c:/Perl) is created under ~/.wine for each user (by mere linking to /nfs_path/Perl) My problem is that currently each user of my Wine-installation has to run "wine regedit" and add the ActivePerl directory manually to the HKEY_CURREN...
2006 Jun 26
0
[klibc 14/43] Remove in-kernel nfsroot code
...by our IP address */ -#define NFS_ROOT "/tftpboot/%s" - -/* Parameters passed from the kernel command line */ -static char nfs_root_name[256] __initdata = ""; - -/* Address of NFS server */ -static __u32 servaddr __initdata = 0; - -/* Name of directory to mount */ -static char nfs_path[NFS_MAXPATHLEN] __initdata = { 0, }; - -/* NFS-related data */ -static struct nfs_mount_data nfs_data __initdata = { 0, };/* NFS mount info */ -static int nfs_port __initdata = 0; /* Port to connect to for NFS */ -static int mount_port __initdata = 0; /* Mount daemon port number */ - - -/********...
2003 May 22
0
[PATCH 2.5.69 2/3] Remove NFS root support from the kernel
...by our IP address */ -#define NFS_ROOT "/tftpboot/%s" - -/* Parameters passed from the kernel command line */ -static char nfs_root_name[256] __initdata = ""; - -/* Address of NFS server */ -static __u32 servaddr __initdata = 0; - -/* Name of directory to mount */ -static char nfs_path[NFS_MAXPATHLEN] __initdata = { 0, }; - -/* NFS-related data */ -static struct nfs_mount_data nfs_data __initdata = { 0, };/* NFS mount info */ -static int nfs_port __initdata = 0; /* Port to connect to for NFS */ -static int mount_port __initdata = 0; /* Mount daemon port number */ - - -/********...