- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: nfs mount
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
07-07-2003 07:08 AM
07-07-2003 07:08 AM
I created a share on local server.
I tried to mount it from an alternate unix system and I get:
mount /mullet
nfs mount: get_fh: mullet:: RPC: Program not registered
nfs mount: get_fh: mullet:: RPC: Program not registered
nfs mount: retry: retrying(1) for: /mullet after 5 seconds
nfs mount: retry: giving up on: /mullet
### Do I need to create user mappings?
Looks like an authentication error.
my smb.cfg file looks like:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 07:11 AM
07-07-2003 07:11 AM
Re: nfs mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 07:38 AM
07-07-2003 07:38 AM
Re: nfs mount
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.core stop
/sbin/init.d/nfs.core start
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
07-07-2003 07:39 AM
07-07-2003 07:39 AM
Re: nfs mount
From Windows you use default remote share connection.From UNIX you'll need CIFS client.
Or (though strange) you can exportfs filesystem
from SAMBA(CIFS) server using NFS (and not both protocols simultaneously!)
HP-UX has cifs client software.Get linux samba
client here:
http://us2.samba.org/samba/ftp/Binary_Packages/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 07:40 AM
07-07-2003 07:40 AM
Re: nfs mount
Now the Linux Solution.
service nfs restart
Please ignore previous HP-UX response.
Doh.!
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
07-07-2003 07:43 AM
07-07-2003 07:43 AM
Solutionwhy are you trying to export a filesystem via SMB and mount it via NFS, it wont work.
either you need smbclient on the target box or you need to export the filesystems via NFS.
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 07:51 AM
07-07-2003 07:51 AM
Re: nfs mount
The error message is not related to the samba configuration uploaded.
nfs doesn't speak samba and vice versa.
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
07-07-2003 11:52 AM
07-07-2003 11:52 AM
Re: nfs mount
If you try to share files between to unix kind
system don't use samba for it, use nfs.
Command mount is used to mount fs not the samba sharings.
Caesar