- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Corrupt Filesystem "file system is larger than dev...
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-15-2005 08:50 PM
06-15-2005 08:50 PM
vxfs fsck: file system had I/O error(s) on user data.
file system is larger than device
vxfs fsck: cannot initialize aggregate
file system check failure, aborting ...
Dmesg shows this:
msgcnt 1 vxfs: mesg 021: vx_fs_init - /dev/vg00/apps file system validation failure
Any ideas how to resolve this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 09:03 PM
06-15-2005 09:03 PM
Re: Corrupt Filesystem "file system is larger than device"
Do you have a good backup of this filesystem ?
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 09:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 09:25 PM
06-15-2005 09:25 PM
Re: Corrupt Filesystem "file system is larger than device"
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 09:27 PM
06-15-2005 09:27 PM
Re: Corrupt Filesystem "file system is larger than device"
Did you use the following command?
# fsck -F vxfs -o full /dev/vg00/apps
If so, try:
# fsck -F vxfs -o full,nolog /dev/vg00/apps
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2005 01:11 AM
06-16-2005 01:11 AM
Re: Corrupt Filesystem "file system is larger than device"
Reducing a filesystem is almost always going to destroy the data. The one exception is the very latest version of Online JFS (3.3). Even then, I would always assume that making a filesystem smaller will fail. In all cases, you don't use lvreduce for a filesystem--you would use fsadm (and have the extra-cost product Online JFS installed).
Bill Hassell, sysadmin