- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cifsmount device busy
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-22-2002 07:25 AM
10-22-2002 07:25 AM
cifsmount device busy
Mounting Share: Device busy
Viewing the NT server with the cifslist command, I see a sucessful login, but no shares. Since I can't find any mention of this error message, I am a little lost! any ideas? Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 08:23 AM
10-22-2002 08:23 AM
Re: cifsmount device busy
It's not an error I've seen before either!
Having said that - here's some things to check:
* Are you running a new version of CIFS client? The latest version will be available on http://software.hp.com or your latest application cds. The latest version is A.01.08.
* Does it work if you use the mount -F command instead of cifsmount? Try using mount -F, then using the cifslogin command.
* Are you mounting to an unused mountpoint? You could always create a new dir and try mounting on that.
* If you are able to, stop and restart the CIFS client using the init scripts after using cifslogout. Try mounting the NT share again.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2002 09:03 AM
10-22-2002 09:03 AM
Re: cifsmount device busy
I have tried using the "mount -F cifs" command. I still get the "Device Busy" error. I have shutdown and restarted several times, and reviewed the NT file and share permissions. I am restricted in using only the following version B8724AA_11.00.depot installation file. What spooks me is that I get an acceptable login to the NT server, but the share won't connect. Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:13 AM
10-23-2002 01:13 AM
Re: cifsmount device busy
To isolate the CIFS client you could try using the smbclient. It's a command line client similar to an ftp client. At its' simplest you can just run smbclient //server/share and you'll get prompted for a user name and password. It's documented in the O'Reilly book, I believe there's also a man page.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 06:39 AM
10-23-2002 06:39 AM
Re: cifsmount device busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 06:52 AM
10-23-2002 06:52 AM
Re: cifsmount device busy
Ensure that you are not in the mount point directory.
'cifsmount' commnad should be executed from outside the mount point directory.
Hope this info will solve the problem
Regards
KVS Raju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2003 11:01 AM
04-23-2003 11:01 AM
Re: cifsmount device busy
Thanks .
mount -F cifs -o username=realadmin,password=Connective2002 whcbeclu:/w$ /Directory existing
Mounting Share: Device busy
mount -F cifs -o username=realadmin,password=Connective2002 whcbeclu:/w$ /NewDirectory
nms1 # /opt/cifsclient/bin/cifslist -A
=========================================================================
server whcbeclu:
=========================================================================
Remote Username: realadmin Local Username: root
Share: \\WHCBECLU\W$
rw /whcbeclu
nms1 #
:-)