- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cannot unmount : Block device required
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
06-16-2009 02:30 AM
06-16-2009 02:30 AM
cannot unmount : Block device required
I'm trying to umount an FS , i have the same error :
MyMachine : /home/root > umount /MyFS
umount: cannot unmount /MyFS : Block device required
umount: return error 1.
i regenrate the /etc/mnttab but i still have the same error.
I have HPUX 11iV1
Thanks for help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2009 02:34 AM
06-16-2009 02:34 AM
Re: cannot unmount : Block device required
check the mount or bdf and them
umount /dev/vgxyz/lvolx
maybe the /etc/fstab do not have any entry from your /MyFS
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2009 02:37 AM
06-16-2009 02:37 AM
Re: cannot unmount : Block device required
the /etc/fstab semble be good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2009 02:40 AM
06-16-2009 02:40 AM
Re: cannot unmount : Block device required
try this link :
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=727099
hope it help.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2009 03:03 AM
06-16-2009 03:03 AM
Re: cannot unmount : Block device required
#bdf
And also
#cat /etc/fstab
Thanks
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2009 03:23 AM
06-16-2009 03:23 AM
Re: cannot unmount : Block device required
Please post o/p of the following cmnds also.
# umount
# umount /dev/
Rgds,
Sreekanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2009 03:24 AM
06-16-2009 03:24 AM
Re: cannot unmount : Block device required
Is it a NFS file system or local file system ?
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2009 03:33 AM
06-16-2009 03:33 AM
Re: cannot unmount : Block device required
MyMachine: /home/root > bdf | grep /MyFS
102400 8424 93248 8% /MyFS
MyMachine: /home/root >
MyMachine: /home/root > grep /dev/vgxMyEnv/lvol01 /etc/fstab
/dev/vgxMyEnv/lvol01 /MyFS vxfs rw,suid,largefiles,delaylog,datainlog 0 2
MyMachine: /home/root > umount /MyFS
umount: cannot unmount /MyFS : Block device required
umount: return error 1.
MyMachine: /home/root > umount /dev/vgxMyEnv/lvol01
umount: cannot unmount /MyFS : Block device required
umount: return error 1.
This is not an NFS FileSystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2009 03:51 AM
06-16-2009 03:51 AM
Re: cannot unmount : Block device required
Is there any symbolic link that pointed to your file system .
Try find command ex:find / -type
Regards
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2009 03:52 AM
06-16-2009 03:52 AM
Re: cannot unmount : Block device required
bdf o/p is not showing the device file name.. srange!!! Any way this may be terminal setting prblm also.
Go through this link... here the problem was symbolic link. Please chek that too.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1245151745290+28353475&threadId=727099
Rgds,
Sreekanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2009 04:43 AM
06-16-2009 04:43 AM
Re: cannot unmount : Block device required
Not really. The device name is too long and it is on a separate line before the grep-ed line.
Do you have any cascaded mount points under /MyFS or are you exporting any subdirectories (and are mounted on other systems) under /MyFS?
Check the status of the vgxMyEnv with vgdisplay and of the logical volume lvol01 with lvdisplay and with "ll /dev/vgxMyEnv/lvol01"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2009 04:52 AM
06-16-2009 04:52 AM
Re: cannot unmount : Block device required
bdf /MyFS
bdf will split lines that are too long but grep does not know this. What does the above command report?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2009 05:59 AM
06-16-2009 05:59 AM
Re: cannot unmount : Block device required
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 02:34 AM
06-17-2009 02:34 AM
Re: cannot unmount : Block device required
I reboot the machine it's OK for now.
Many thanks for help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2009 02:34 AM
06-17-2009 02:34 AM
Re: cannot unmount : Block device required
I reboot the machine it's OK for now.
Many thanks for help.