Sponsored Content
Special Forums Windows & DOS: Issues & Discussions Windows Server 2003 file sharing with UNIX Post 302089868 by reborg on Thursday 21st of September 2006 07:49:24 AM
Old 09-21-2006
I'm not sure what is in Services for Unix, but if it includes an NFS server then it should be possible. Another alternative would be to run samba on the unix machine and mount that on the windows machine as a 'mapped drive'
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Copying a file from Solaris to Windows 2003 server

Hello, I am really new to solaris and I want to know the easiest way to copy a file from a solaris server to an Iomega NAS running windows 2003 server. Can I map the drive on the windows box so the solaris server can see it. Any advice would be appreciated. (1 Reply)
Discussion started by: akula81
1 Replies

2. UNIX for Dummies Questions & Answers

Coppying a file from Solaris to Windows 2003 server

Hello, I am really new to solaris and I want to know the easiest way to copy a file from a solaris server to an Iomega NAS running windows 2003 server. Can I map the drive on the windows box so the solaris server can see it. Any advice would be appreciated. (2 Replies)
Discussion started by: akula81
2 Replies

3. UNIX for Dummies Questions & Answers

Unix and Windows Server 2003

Hello All, I need your help with this, i appreciate all your help that you can give. Windows NT Domains Connect Windows XP as a domain client to both systems, Windows Server 2003 and Unix. Secure shell Set up secure shell on Linux (ssh). Set up secure client on Windows XP. Putty? I... (1 Reply)
Discussion started by: italia
1 Replies

4. Windows & DOS: Issues & Discussions

OpenSSH Server for Windows 2003

Hi Gurus I have installed OpenSSH server in one of my Windows 2003 boxes. I have installed the setup and added the users as told in the link. But i am getting an "Access denied" whenever i try to log in through ssh or sftp. But when i try to log in through my loopback IP (127.0.0.1),i am... (1 Reply)
Discussion started by: Renjesh
1 Replies

5. Windows & DOS: Issues & Discussions

OpenSSH with windows server 2003

Hi people, I'm trying to configure the OpenSSH in my win server 2003 to accept connection with public/private keys, without password. I research all over internet sites about, almost all them, have the same instructions that doesn't work. I can just get a sFTP connection with password without... (0 Replies)
Discussion started by: laurentiis
0 Replies

6. Shell Programming and Scripting

sftp Connection from Unix to Windows 2003 server using Passphrase

Hi All, I am trying to connect from Unix machine to Windows 2003 server using passphrase method. It is connecting to the server and the connection is immediately closing. Below is the stack trace. Can anyone let me know what wrong with it? cwadmin@iut1wps1:/home/cwadmin> ssh username@targetip... (1 Reply)
Discussion started by: vijayin
1 Replies

7. UNIX for Dummies Questions & Answers

Sync files between unix client and windows 2003 server

Hi everybody... I want to sync files between unix client machine and windows 2003 server machine. I thought of using Cygwin for windows server and then rsync between two to sync files, but have come to know that might be Cygwin will not be able to handle multiple clients request.... Can any... (2 Replies)
Discussion started by: lokeshsingla
2 Replies

8. Shell Programming and Scripting

Error copying files from Unix (Solaris10) to Windows Server 2003 using scp/sftp

Hi, I have generated a Public/Private Key Pair in Solaris Unix (source) server and deployed the Public key in Windows 2003(target) server .ssh directory of user profile. When i try to connect(ssh, scp, sftp) from Unix, i'm getting below error message. Sun_SSH_1.1, SSH protocols 1.5/2.0,... (0 Replies)
Discussion started by: ajaykumarb
0 Replies

9. UNIX and Linux Applications

Server migration from samba+ldap to windows server 2003

Hi, i have a server installed samba+openldap (pdc). Need to migration windows server 2003 (active directory) object users, computers. Where you can read how to do it? Or can tell me how to do it? Thanks. P.S. Sorry for bad english (0 Replies)
Discussion started by: ap0st0l
0 Replies

10. UNIX for Advanced & Expert Users

map unix directory to Windows 2003 server

Hi, I am new unix, In the unix server we have two folders 1. /home/directory/sub1/ 2. /home/directory/sub2/ Under each sub we have some other subfolders also. Here my question is I want to create sub2(including subfolder of this) as share drive to windows 2003 server. Can... (7 Replies)
Discussion started by: mabu.ps
7 Replies
NFSSERVER(8)						      System Manager's Manual						      NFSSERVER(8)

NAME
nfsserver, portmapper, pcnfsd, 9auth - NFS service SYNOPSIS
aux/nfsserver [ rpc-options... ] [ nfs-options... ] aux/pcnfsd [ rpc-options... ] aux/portmapper [ rpc-options... ] 9auth [ auth-options ] user DESCRIPTION
These programs collectively provide NFS access to Plan 9 file servers. Nfsserver, pcnfsd, and portmapper run on a Plan 9 CPU server, and should be started in that order. 9auth is run by a user on a client machine--usually a Unix system, never Plan 9--for optional per-user authentication. By default, all users on client machines have the access privileges of the Plan 9 user The rpc-options are all intended for debugging: -r Reject: answer all RPC requests by returning the AUTH_TOOWEAK error. -v Verbose: show all RPC calls and internal program state, including 9P messages. (In any case, the program creates a file /srv/name.chat where name is that of the program; echoing or into this file sets or clears the -v flag dynamically.) -D Debug: show all RPC messages (at a lower level than -v). This flag may be repeated to get more detail. The nfs-options are: -a addr Set up NFS service for the 9P server at network address addr. -f file Set up NFS service for the 9P server at file (typically an entry in /srv). -n Do not allow per-user authentication. -c file File contains the uid/gid map configuration. It is read at startup and subsequently every hour (or if is echoed into /srv/nfsserver.chat). Blank lines or lines beginning with are ignored; lines beginning with are executed as commands; otherwise lines contain four fields separated by white space: a regular expression (in the notation of regexp(6)) for a class of servers, a regular expression for a class of clients, a file of user id's (in the format of a Unix password file), and a file of group id's (same format). NFS clients must be in the Plan 9 /lib/ndb database. The machine name and IP address given in the NFS mount request must match the entry in the database. Pcnfsd is a toy program that authorizes PC-NFS clients. All clients are mapped to uid=1, gid=1 (daemon on most systems) regardless of name or password. The options for 9auth are: -D Debug flag. -r root Authenticate to the file system at root (default /n/bootes). -d Delete the authorization for user. In the absence of -d, 9auth will present a challenge to be encrypted with the user's Plan 9 password (using netkey, for example; see passwd(1)). If the response is correct, subsequent NFS transactions will take place with the user's privileges. EXAMPLES
A simple /lib/ndb/nfs might contain: !9fs tcp!ivy .+ [^.]+.cvrd.hall.edu /n/ivy/etc/passwd /n/ivy/etc/group A typical entry in /rc/bin/cpurc might be: aux/nfsserver -a il!bootes -a il!fornax -c /lib/ndb/nfs aux/pcnfsd aux/portmapper Assuming the cpu server's name is eduardo, the mount commands on the client would be: /etc/mount -o soft,intr eduardo:bootes /n/bootes /etc/mount -o soft,intr eduardo:fornax /n/fornax Note that a single instance of nfsserver may provide access to several 9P servers. FILES
/lib/ndb/nfs List of uid/gid maps. /sys/log/nfs Log file. SOURCE
/sys/src/cmd/service/nfs /sys/src/cmd/unix/9auth.c SEE ALSO
Netkey in passwd(1), regexp(6), u9fs(4) RFC1057, RPC: Remote Procedure Call Protocol Specification, Version 2. RFC1094, NFS: Network File System Protocol Specification. NFSSERVER(8)
All times are GMT -4. The time now is 01:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy