- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cannot mount the file system
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
02-05-2003 09:47 AM
02-05-2003 09:47 AM
Cannot mount the file system
I try to mount the unmounted file systems back, but one of the LV displays the following error messege,
"file system is not clean, full fsck required.
full file system check required, exiting ..."
The file system are just only unmount from the server, and never've been issue the "vgchgid" any more.
Do you have any ideas?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 09:50 AM
02-05-2003 09:50 AM
Re: Cannot mount the file system
Do you see any block read or write errros in /var/adm/syslog/syslog.log?.
Why did you have to unmount the file systems and remount them back?.
Did you run fsck and see if it was successful?.
Try to unmount it and mount it again and see if the issue persists.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 10:03 AM
02-05-2003 10:03 AM
Re: Cannot mount the file system
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 10:05 AM
02-05-2003 10:05 AM
Re: Cannot mount the file system
A full fsck is run as follow:
#fsck -F vxfs -o full /dev/vg[nn]/rvol[n]
In some cases the logarea might have been damage. This requires a:
#fsck -F vxfs -o full,nolog /dev/vg[nn]/rvol[n]
See fsck_vxfs man page for more info.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 10:06 AM
02-05-2003 10:06 AM
Re: Cannot mount the file system
conditions for HP-UX file systems on mass storage device files
identified by special. If the file system is consistent, the number
of files on that file system and the number of used and free blocks
are reported. If the file system is inconsistent, fsck provides a
mechanism to fix these inconsistencies, depending on which form of the
fsck command is used.
man fsck
After fsck you will be able to mount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 05:11 PM
02-05-2003 05:11 PM
Re: Cannot mount the file system
The above instructions apply only vxfs filesystems.
P
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
02-05-2003 11:20 PM
02-05-2003 11:20 PM
Re: Cannot mount the file system
#fsck -y /dev/vgxx/lvolxx
#mount /dev/vgxx/lvolxx /
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 11:35 PM
02-05-2003 11:35 PM
Re: Cannot mount the file system
The problem is fixed already,
I just issue the command
"fsck -F vxfs -o full"
Thanks for all response.
SKE.