- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- "mount" error
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
08-01-2000 05:43 PM
08-01-2000 05:43 PM
I am trying to mount /dev/vg01/data1 (ie. /dev/rdsk/c0t14d0, which incidently is mirrored to /dev/rdsk/c0t15d0) to /data1.
# mount /dev/vg01/data1 /data1
vxfs mount: /dev/vg01/data1 is corrupted. needs checking
So I then did a:
# fsck /dev/vg01/data1
log replay in progress
full file system check required, exiting ...
Then a:
# fsck /dev/rdsk/c0t14d0
fsck: /etc/default/fs is used for determining the file system type
invalid super-block
vxfs fsck: cannot initialize aggregate
file system check failure, aborting ...
How do I clean / check the file system so I can mount it ?
I am logged in as root and am in multi-use mode. Have not tried in single user mode as I am doing this over a dial-in modem.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 06:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 07:04 PM
08-01-2000 07:04 PM
Re: "mount" error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 09:07 PM
08-01-2000 09:07 PM
Re: "mount" error
I just couldn't find the man pages for the "-o" options. I did a "man" on fsck but couldn't find the -o options that were available.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 09:58 PM
08-01-2000 09:58 PM
Re: "mount" error
You can see the jfs/vxfs options for fsck by doing an man on fsck_vxfs.
Regards,
Trevor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 10:12 PM
08-01-2000 10:12 PM
Re: "mount" error
You can find the "-o" option with
#man fsck_vxfs
Good Luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2000 11:52 PM
08-01-2000 11:52 PM
Re: "mount" error
#fsck -F vxfs -o full /dev/vg01/data1
this should mount logical volume successfully