- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: umount failure
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
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
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
тАО11-18-2003 12:29 PM
тАО11-18-2003 12:29 PM
Somebody knows why it's the reason for this error:
mvi904 /-> umount -v /oracle/RY0/sapdata17
umount: cannot unmount /oracle/RY0/sapdata17 : Block device required
Your aid it's thanked
Alberto Hurtado
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2003 12:53 PM
тАО11-18-2003 12:53 PM
Re: umount failure
Yes to mount or unmout you need the block device file.
do a bdf /oracle/RY0/sapdata17 to see what device it is mounted on like /dev/vg01/...
and use the block device to unmount.
Other possibility is it could not be a filesystem you are trying to unmount, its just a directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2003 12:55 PM
тАО11-18-2003 12:55 PM
SolutionIf the filesystem name is /oracle the command is:
umount /oracle
I believe you've put incorrect input into the command.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2003 01:06 PM
тАО11-18-2003 01:06 PM
Re: umount failure
Sure sounds like you're trying to umount a non-mount point dir.
Run bdf to verify the mount point. If that doesn't show up then it's not a mount point & hopefully the ouput will give you a clue.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-18-2003 11:00 PM
тАО11-18-2003 11:00 PM
Re: umount failure
I guess i think u trying to umount non exist mount point
use the bdf command
Then try to umount command to corrrect file system
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-20-2003 12:10 PM
тАО11-20-2003 12:10 PM
Re: umount failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 09:28 AM
тАО11-21-2003 09:28 AM
Re: umount failure
I ran in to a similar problem sometime back..
# bdf | grep /oracle/RY0
You might be having some other filesystems mounted. Unmount those before unmount this.
I am sorry I could not really recollect what was the source of the problem
Thanks,
Sundar,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2003 11:55 AM
тАО11-21-2003 11:55 AM
Re: umount failure
bdf /oracle/RY0/sapdata17
The right side of the line should read /oracle/RY0/sapdata17. If not, then /oracle/RY0/sapdata17 is not a mount point at all.
Bill Hassell, sysadmin