- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mount PC share to UNIX
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-05-2004 11:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2004 11:27 AM
10-05-2004 11:27 AM
Solution# vi /etc/rc.config.d/cifsclient
RUN_CIFSCLIENT=1
#
# /sbin/init.d/cifsclient start
2) # mount -F cifs
3) authenticate to the share
# cifslogin
To mount the share everything the system boots, add thefollowing entry to /etc/fstab
# vi /etc/fstab
#
and add -s option to cifslogin, so that you dont have to authenticate urself everytime the share is mounted
# cifslogin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 08:47 AM
10-07-2004 08:47 AM
Re: Mount PC share to UNIX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 08:55 AM
10-07-2004 08:55 AM
Re: Mount PC share to UNIX
and /sbin/init.d/samba but no cifs configs.
??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 08:59 AM
10-07-2004 08:59 AM
Re: Mount PC share to UNIX
# swlist | grep -i cifs
If you dont see "CIFS Client" then you need to install CIFS client software in the system.
You can download CIFS client from software.hp.com.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 09:09 AM
10-07-2004 09:09 AM
Re: Mount PC share to UNIX
a reboot. Darn!
Thanks again for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 09:46 AM
10-11-2004 09:46 AM
Re: Mount PC share to UNIX
mount -F cifs mp-irv-04a:/ccure800 /a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2004 09:32 PM
10-11-2004 09:32 PM
Re: Mount PC share to UNIX
What error message do you see when you run the mount command, and has anything been logged in the cifsclient error log?
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 12:37 AM
10-12-2004 12:37 AM
Re: Mount PC share to UNIX
# cifsmount //mp-irv-04a/ccure800 /a -U ntuser
It mounted, but ntuser does not have read
perms. Thats okay since it is not setup yet to do so.
bdf shows:
localhost:\\MP-IRV-04A\CCURE800
16764696 2664152 14100544 16% /a
If I try:
# mount -F cifs mp-irv-04a:/ccure800 /b
Logging in User: You are already connected as user ->ntuser<-
Probably since I did a:
cifslogin mp-irv-04a ntuser
What is the difference using mount or cifsmount and how do I undo the user connection if I wanted to mount with a
different user id?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2004 01:15 AM
10-12-2004 01:15 AM
Re: Mount PC share to UNIX
I believe cifsmount will be removed at some point in the future. The mount -F cifs command actually uses cifsmount to do the work.
As for specifying different user names, you can use cifslogout then cifslogin with a different name.
regards,
Darren.