- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: SFU 3.5 NFS server -> export users home drive ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 02:52 AM
03-27-2006 02:52 AM
SFU 3.5 NFS server -> export users home drive to Linux
installed sfu 3.5 on all my DC's with NIS and user name mapping. ldap user integration works great adn added kerberos authentication.
Now I am trying to use NFS from windows .
The share mounts fine, but hangs when I cd into the mounted file system or trying to do a file listing.
any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 02:55 AM
03-27-2006 02:55 AM
Re: SFU 3.5 NFS server -> export users home drive to Linux
I suspect the user id of the windows box does not match any user ID on the NFS share system.
From ssh/telnet, lets see the permissions on the folder. ls -la
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 03:01 AM
03-27-2006 03:01 AM
Re: SFU 3.5 NFS server -> export users home drive to Linux
anyway below is the df for the mounted file system from Windows.
chiwsp011:/support 293515584 186487104 107028480 64% /mnt/ntfs
[djekels@corlap001 ~]
$
This ID does not live in /etc/passwd its mapped in AD
[djekels@corlap001 ~]
$ id
uid=1017(djekels) gid=1000(dvmt) groups=1000(dvmt)
and I am logged in over ssh with kerberos credents
[djekels@corlap001 ~]
$ env | grep SSH
SSH_CLIENT=10.20.5.140 3184 22
SSH_TTY=/dev/pts/0
SSH_CONNECTION=10.20.5.140 3184 10.20.5.62 22
[djekels@corlap001 ~]
not that the kerberos credents are used for the NFS communications, just thought I'd bring you upto speed on my setup.
[djekels@corlap001 ~]
$ klist
Ticket cache: FILE:/tmp/krb5cc_1017_oQhgQV5511
Default principal: djekels@BREAKWATER.COM
Valid starting Expires Service principal
03/27/06 09:21:48 03/27/06 19:03:24 krbtgt/BREAKWATER.COM@BREAKWATER.COM
renew until 04/03/06 10:03:24
I am using putty with gssapi compiled and log into linux wiht my windows credentials.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 03:12 AM
03-27-2006 03:12 AM
Re: SFU 3.5 NFS server -> export users home drive to Linux
drwx------ 2 nfsnobody nfsnobody 64 Mar 20 15:04 /mnt/ntfs
ok. now I see the perm on the nfs share. but on linux I cannot mount a share as a regular user...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2006 04:57 AM
03-27-2006 04:57 AM
Re: SFU 3.5 NFS server -> export users home drive to Linux
/etc/fstab, and users should be able to mount
the share.
Alternatively, use the automounter, and let
it mount the share when needed.