- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: CIFS CLIENT MOUNT NOT accessible : Permission ...
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
10-25-2007 04:04 AM
10-25-2007 04:04 AM
CIFS CLIENT MOUNT NOT accessible : Permission denied error
I am accessing a windows share on a UNIX mount point. Everything goes well until I mount the the Windows /PPR/BS/PSI/dat File system,
bdf: /pub/development/atgdata/dvlatg36/egl/egl_psi: Permission denied
cifslist shows that the FS is mounted,
$ cifslist
Mounted Object Mountpoint State
-------------------------------------------------------------------------------
\\JANBEBESVC49\PPR\BS\PSI\DAT /pub/development/atgdata/dvlatg36/e M
Kindly help out .
Thanks to all
Regards,
Akram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 05:36 AM
10-25-2007 05:36 AM
Re: CIFS CLIENT MOUNT NOT accessible : Permission denied error
Radical idea here.
Check the permissions on the share on the Unix box.
ll -d the directory being mounted.
If its owned by root and others can't write to it, this would explain the error.
Also the samba.log file on the Unix host would complain about this.
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
10-25-2007 06:00 AM
10-25-2007 06:00 AM
Re: CIFS CLIENT MOUNT NOT accessible : Permission denied error
When FS is mounted ,
ll -d /pub/development/atgdata/dvlatg36/egl/egl_psi
/pub/development/atgdata/dvlatg36/egl/egl_psi not found
I have already changed permissions of the directory,
After I umount
drwxr-x--- 2 dvlatg1 users 4096 Oct 25 17:31 /pub/development/atgdata/dvlatg36/egl/egl_psi
After I mount the directory it is not visible at all,
One thin I noticed in cifs debug file
server: srvConnect server=janbebeiis02, connectTimeout=0, requestTimeout=0
server: srvConnect server=janbegefps01, connectTimeout=0, requestTimeout=0
srvConnect server=janbebesvc49, connectTimeout=5000, requestTimeout=60000
the windows mount with which I am having problems is the third line where time outs are 5000,60000 the others with 0.
Is this aomething to notice about?
Thanks again for all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 08:14 AM
10-25-2007 08:14 AM
Re: CIFS CLIENT MOUNT NOT accessible : Permission denied error
mount -F cifs -o username=akram,password=cifsrules winserver:/sharename /hpux_mount
Eric Roseme
Hewlett-Packard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 08:20 PM
10-25-2007 08:20 PM
Re: CIFS CLIENT MOUNT NOT accessible : Permission denied error
Back to work today ...
I tried your suggestion,
mount -F cifs -o username=dvlatg1,password=XXXXX janbebesvc49:/PPR/BS/PSI/dat /pub/development/atgdata/dvlatg36/egl/egl_psi
DOS: Share not exported by server
Something wrong on the WINS side ??
Thanks for all again ..
Regards,
Akram
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2007 10:28 PM
10-25-2007 10:28 PM
Re: CIFS CLIENT MOUNT NOT accessible : Permission denied error
The problem is solved ,
Silly it sounds .
The windows Share was \PPR\ and not \PPR\BS\PSI\DAT
It worked with /PPR as the windows share.