- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fsck root 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
09-06-2004 07:17 PM
09-06-2004 07:17 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 07:24 PM
09-06-2004 07:24 PM
Re: fsck root file system
/ can not be unmounted so fsck has to be done while it's mounted. other options are boot in single user mode and run fsck.
best way is boot from recovery/support CD and mount old / at some othe mount point and run fsck on that.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 07:31 PM
09-06-2004 07:31 PM
Re: fsck root file system
Cnode id:1 cnode name:standalone
File system not properly SHUTDOWN Beginningï¼ File system repair
Fsck:/dev/dsk/c201d6s0:root file system
Contiuneï¼ (y/n) Y
Could not fix file system with fsck â pï¼ run fsck interactive!
Starting a shell for manualfsckï¼ ^D When file system fixed
(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 07:32 PM
09-06-2004 07:32 PM
Solutionrefer this link for more details
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=679640
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2004 07:35 PM
09-06-2004 07:35 PM
Re: fsck root file system
it is best to check in single user mode using
fsck -F vxfs -o full -y /dev/vg00/lvol3
Otherwise you can use the "-m" version
fsck -F vxfs -m /dev/vg00/lvol3 (sanity check without umount)
Regards
Franky