- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mount a NT Share with cifsmount
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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-28-2005 01:06 AM
07-28-2005 01:06 AM
mount a NT Share with cifsmount
added IP address of the nt server to /etc/hosts
cifsmount //NT_Server/SHARE /Mount_Point -U Domaine//User
Then I get:
Remote user's password:
Connecting Server: UNIX: Connection refused
Is this correct?!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2005 01:26 AM
07-28-2005 01:26 AM
Re: mount a NT Share with cifsmount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2005 09:31 PM
07-31-2005 09:31 PM
Re: mount a NT Share with cifsmount
cifsmount "//
But I don't know the
I added an entry by myself in /etc/hosts for it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2005 09:44 PM
07-31-2005 09:44 PM
Re: mount a NT Share with cifsmount
Maybe the HOST PC is allowed to do this, but my cifsc client not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 09:10 PM
08-07-2005 09:10 PM
Re: mount a NT Share with cifsmount
I thought you would have this fixed by now, is that true?
This is what we use:
/usr/bin/cifsmount "//ntserver/share" /mount -U NTuser -P NTpassword -I ntserverentryinetchosts
Does that help?
When you say you don't know the full server name, do you mean the ntserver name?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 11:23 PM
08-07-2005 11:23 PM
Re: mount a NT Share with cifsmount
Can you now check whether the cifsclient is running properly on the server.
# cd /opt/cifs*/bin
# ls
cifsclient cifslist cifslogin cifslogout cifsmount cifsumount
# cifsclient status
It should show something like
"Status: CIFS Client daemon is up; process id XXXXX"
You can also do
# cifsclient restart
It may solve the problem.
Regards,
Himanshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 08:10 PM
08-11-2005 08:10 PM
Re: mount a NT Share with cifsmount
I do:
cifsmount //IP_address/share /MOUNT -U NTUser -P NTPassword -I NTservername_in_etc_hosts
I get the message: "connection refused".
How do I add the domain name in my cifsmount command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 09:12 PM
08-11-2005 09:12 PM
Re: mount a NT Share with cifsmount
You will need the full name of the server, how about asking the admin of NT_Server what it is?
There are a number of reasons why this is required rather than the IP address, so you will need to get the name in order to continue.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 09:18 PM
08-11-2005 09:18 PM
Re: mount a NT Share with cifsmount
that's why I'm not sure that this will work!
But I will ask for the NetBios Name of the Server...
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 09:19 PM
08-11-2005 09:19 PM
Re: mount a NT Share with cifsmount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2005 11:17 PM
08-11-2005 11:17 PM
Re: mount a NT Share with cifsmount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2005 12:46 AM
08-12-2005 12:46 AM
Re: mount a NT Share with cifsmount
You must make sure that your server is accessible to be able to mount that folder.
can you try to login to the server first?
use:
/opt/cifsclient/bin/cifslogin
usage: ./cifslogin
./cifslogin -h prints short help
./cifslogin -v prints version information
valid options are:
-u Enable unencrypted passwords
-s Save password in user database (please do not use
unless you understand the security implications)
-f Force login. Do it even if server not reachable.
-P
-S Read password from standard input (implies -N)
-N don't prompt for a password
hope this helps!
regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 08:35 PM
08-23-2005 08:35 PM
Re: mount a NT Share with cifsmount
I asked him for the NetBios Name. This Name I added to my /etc/hosts and then tried the cifsmount and it works.
So if you want to use CIFS and NT Shares you have to know the NetBios Name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2005 08:36 PM
08-23-2005 08:36 PM