- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mounting CIFS share on HP-UX 11i
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
Discussions
Discussions
Discussions
Forums
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
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
тАО08-05-2005 01:05 AM
тАО08-05-2005 01:05 AM
I have seen a few threats touching the problem of mounting a Windows share onto a unix box, but no resolution.
I'm able to mount the share on unix but can not access it:
mount -F cifs 10.14.64.42:/Exploitation /luxdsl01
root@luxmc3:/> grep dsl /etc/mnttab
localhost:\\10.14.64.42\EXPLOITATION /luxdsl01 cifs soft,noac,retrans=3,timeo=205,acregmin=0,acregmax=0,acdirmin=0,acdirmax=0,NFSv3 0 0 1123163239
10.14.64.42:/Exploitation /luxdsl01 cifs soft,noac,retrans=3,timeo=205,acregmin=0,acregmax=0,acdirmin=0,acdirmax=0,NFSv3 0 0 1123163239
root@luxmc3:/> cifslist -A
=========================================================================
server 10.14.64.42:
=========================================================================
Remote Username: moswald Local Username: moswald
Share: \\10.14.64.42\EXPLOITATION
rw /luxdsl01
root@luxmc3:/> ll /luxdsl01
/luxdsl01 not found
root@luxmc3:/> bdf /luxdsl01
bdf: /luxdsl01: Permission denied
root@luxmc3:/> ll -d /luxdsl01
/luxdsl01 not found
root@luxmc3:/>
Any help is very appreciated.
Thanks,
Matthias
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2005 01:13 AM
тАО08-05-2005 01:13 AM
Re: mounting CIFS share on HP-UX 11i
Which user you use to access it??
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2005 01:54 AM
тАО08-05-2005 01:54 AM
SolutionYou may need to include the userid and password for the machine you are mounting. An account needs to be set up for machine logins.
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
тАО08-05-2005 03:05 AM
тАО08-05-2005 03:05 AM
Re: mounting CIFS share on HP-UX 11i
moswald@luxmc3:/usr/users/it/moswald> cd /luxdsl01
NFS access failed for server 10.14.64.42: RPC: Remote system error
ksh: /luxdsl01: bad directory
moswald@luxmc3:/usr/users/it/moswald> ll /luxdsl01
/luxdsl01 not found
moswald@luxmc3:/usr/users/it/moswald> id
uid=208(moswald) gid=10000(husky) groups=7501(l_ltm_a),7000(l_hrm_b),7001(l_hrm_a),2061(md_nc),6000(l_mold),2010(md_desig),7500(l_ltm_b),7502(l_ltm_c),125(bsp),6030(l_dnc),7002(l_hrm_c),15(users),2000(mold),2050(md_hr),6010(l_design)
moswald@luxmc3:/usr/users/it/moswald> cifslist -A
=========================================================================
server 10.14.64.42:
=========================================================================
Remote Username: moswald Local Username: moswald
Share: \\10.14.64.42\EXPLOITATION
rw /luxdsl01
moswald@luxmc3:/usr/users/it/moswald>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2005 05:12 AM
тАО08-05-2005 05:12 AM
Re: mounting CIFS share on HP-UX 11i
cifsmount //
If you are using different Unix user-id (other than root or the one which mounted the remote-filesystem) to access
the filesystem, then you will have to do a cifslogin.
cifslogin
So far I've only used a remote user-id (Win XP) which has Administrator privileges... just FYI.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2005 02:25 AM
тАО08-08-2005 02:25 AM
Re: mounting CIFS share on HP-UX 11i
cifsmount //luxdsl01/Exploitation /luxdsl01 -U moswald -I 10.14.64.42
Administrator privilege on the WIndows box is not required.
Thanks to all,
Matthias.