- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cifsmount
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
08-17-2000 02:47 AM
08-17-2000 02:47 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 02:55 AM
08-17-2000 02:55 AM
SolutionThe first thing to do is get the cifsclientd daemon started on your hp server. To do this edit /etc/rc.config.d/cifsclient and change the field RUN_CIFSCLIENT to 1. Now, run the startup program; /sbin/rc2.d/S900cifsclient start
Do a ps -ef | grep cifs and you should see the daemon started.
Now, to mount it use the command; /opt/cifsclient/bin/cifsmount you will need to know information such as login id/password on your PC (running NT?) and its IP address and the name of your PC and the drive letter youve allowed to be mapped. Then put this into the cifsmount command in the following format;
cifsmount //
eg. cifsmount //11ckn91577/C /tmp_mnt -U administrator -P
and that should mount it fine. Do a bdf and you should see it ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 03:08 AM
08-17-2000 03:08 AM
Re: cifsmount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 03:09 AM
08-17-2000 03:09 AM
Re: cifsmount
youre not trying to mount a CD drive from your PC on your HP server are you ? this will give an I/O error. Not sure if you can do this. cifsumount /tmp_mnt and try it again with a disk and it should work fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 03:14 AM
08-17-2000 03:14 AM
Re: cifsmount
oops, I was. It was a CDRW drive. it wont work, blast. disks work fine.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 03:25 AM
08-17-2000 03:25 AM
Re: cifsmount
Hey, your right, it works! I replaced the CDRW with another one and I can mount and copy files to it fine. Thanks again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2000 03:26 AM
08-17-2000 03:26 AM
Re: cifsmount
Actually, that shold work aok. Ive just tried it here. I put a CD-RW in my drive, exported, mounted it on my workstation, and I can not only read it ok but can copy files to it perfectly. Very handy. Perhaps your i/o error was due to a CD problem - try another CD or CD-RW and remount it.