- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Re: Mount problem
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
11-07-2006 01:46 PM
11-07-2006 01:46 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2006 02:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2006 02:11 PM
11-07-2006 02:11 PM
Re: Mount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2006 05:06 PM
11-07-2006 05:06 PM
Re: Mount problem
when use fuser , and do not find any user ,
Yes , it is linux ,
I have already delete the mount point in mnttab ( mtab in linux ) , but still can't umount .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2006 06:04 PM
11-07-2006 06:04 PM
Re: Mount problem
what does "fuser -m /dev/sda1" show?
In linux, it is mostly related to the Device mapper. If you disabled disable dm-mod/dm-mirror and restart this should be OK.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2006 06:13 PM
11-07-2006 06:13 PM
Re: Mount problem
when run "fuser -m /dev/sda1" , there is nothing output .
How to restart disabled dm-mod/dm-mirror ? thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2006 06:48 PM
11-07-2006 06:48 PM
Re: Mount problem
Ok dbf is one thing , but what does the
mount command return ?
Just type mount
1) Make sure you are not with any prompt
or cursor on /Ora1 , or left another session
there. Check child processes su - or rlogins
that arrived on this /Ora1. Exit and kill
all sessions (see who -r).
Login in via the console, so you know
it is only you loggin in.
2) If you are sure there is nothing on /Ora1
and fuser -cu shows nothing then you need
to install lsof , which will give more detail
of lost filehandles, network processes, memory stuff etc. etc. You may have something
in memory not updating the mount table or
filehandle table.
FOR INFO on lsof goto:
http://www.akadia.com/services/lsof_intro.html
Good luck:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2006 07:08 PM
11-07-2006 07:08 PM
Re: Mount problem
Maybe your filesystem is shared by nfs?
This will keep your fs busy but wil NOT show in fuser/lsof as nfsd is a linux kernel daemon.
TRy to
$ exportfs -u "your-fs"
and umount again.
rgds
HGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2006 07:38 PM
11-07-2006 07:38 PM
Re: Mount problem
There might be mount points below /Ora1 (most probably NFS) that are in use. Use the mount command to search for "/Ora1" entries and and if the mount points are NFS of AutoFS, then turn off the automounter before retrying the mount.
Don't forget to turn on the automounter once the mount command is successful.
HTH,
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-07-2006 10:05 PM
11-07-2006 10:05 PM
Re: Mount problem
try the following:
dmsetup remove_all; sleep 10; mount /dev/sda1 /Ora1
kind regards
yogeeraj
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP