- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- run fsck interactively
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-17-2003 04:12 AM
06-17-2003 04:12 AM
run fsck interactively
Kmac-
This was the error listed prior to the "run fsck interactively screen". message:
/dev/dsk/c0t6d0 : Unallocated Inode has bad ic_contin value I=1917
owner=root mode=0
/dev/dsk/c0t6d0: size=0 Mtime=Dec 31 19:00 1969 /dev/dsk/c0t6d0: internal
error: GOT TO replay ().
HPUX 10.20 Workstation with an HFS file system.
Your IT resource center search for ic_contin produced no results!
In the struct inode declaration in
ino_t ic_contin /* 124: continuation inode number */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 04:22 AM
06-17-2003 04:22 AM
Re: run fsck interactively
Then to run fsck interactively:
fsck -F hfs -o full 'full name of lv that sits on the disk' instead of the disk device.
HTH,
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 04:34 AM
06-17-2003 04:34 AM
Re: run fsck interactively
Just rethought my thinking, I don't think that fsck allows the use of the '-o full' option to use in the command as for hfs filesystems. I believe it would be:
fsck -F hfs /dev/rdsk/c0t6d0
Hopefully, this should work.. My apologies.
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 04:41 AM
06-17-2003 04:41 AM
Re: run fsck interactively
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2003 04:48 AM
06-17-2003 04:48 AM
Re: run fsck interactively
fsck -F hfs -b 1024 /dev/vg##/rlvol#
Super blocks are copies of the file system index and contains all the address pointers to locations of stored data blocks on the disk, and by using one of the copies you can recover the data.