- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mount point
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
09-27-2002 06:30 AM
09-27-2002 06:30 AM
Mount point
vxfs mount: /dev/vg41_hrrh/md01 is already mounted, /alcmd04_new is busy,
or allowable number of mount points exceeded
vxfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 06:32 AM
09-27-2002 06:32 AM
Re: Mount point
Are you sure you don't already have this mounted. What does bdf show?
Keely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 06:34 AM
09-27-2002 06:34 AM
Re: Mount point
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 06:34 AM
09-27-2002 06:34 AM
Re: Mount point
Check to be sure that the logical volume really isn't mounted:
bdf | grep md01
Or, somebody could be logged in and sitting in your mountpoint directory. Try:
fuser /alcmd04_new
If you get any PIDs returned, do:
ps -fp PID#
to see what it might be. This happens to me sometimes when I don't have a filesystem mounted, and somebody is sitting in that mountpoint directory when I try to mount it. Another good reason to keep the permissions locked down on the mountpoint directories.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 06:35 AM
09-27-2002 06:35 AM
Re: Mount point
Can you post your mount command
Also
If bdf shows that file system as unmounted what is in /etc/mnttab ?
mv mnttab to mnttab.bak
then
mount -a
HTH
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2002 07:14 AM
09-27-2002 07:14 AM
Re: Mount point
Darrell