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
01-05-2004 07:48 AM
01-05-2004 07:48 AM
mount
So i am trying to do ls. I do not get the list.
I tried to mount the cdrom mount point.( I thought may be that is a problem)
I get a meeage device busy.
How do i know if /cdrom is mounted.
does BDF show you that?
I appreciate any help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 07:51 AM
01-05-2004 07:51 AM
Re: mount
You can check if a device is mounted with the # mount command or cat /etc/mnttab.
The message can indicate that you or an other is in the standing in /cdrom.
Check with the # pwd command for yourself or fuser -cu /cdrom for others.
Hope this helps,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 07:53 AM
01-05-2004 07:53 AM
Re: mount
Make sure your not in the /cdrom directory when your trying to mount it. Make sure no one else is either. You can fuser -u /cdrom to see what processes maybe using it. ps on them to see if they are something you can kill, like someone elses shell thats sitting in there. You can also use the fuser -k which would kill any processes rather then hand killing them.
If that still doesn't work you can also fuser -u /dev/dsk/whatever your cdrom is at to see if theres another process using it.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 07:55 AM
01-05-2004 07:55 AM
Re: mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2004 07:58 AM
01-05-2004 07:58 AM