- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mount a external hdd
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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-23-2001 04:53 AM
06-23-2001 04:53 AM
mount a external hdd
i have a problem with mounting a external hdd at a hp-ux ws with rev 10.20.
Whenever i try to use com 'mount /dev/vg01/lvol3 /disc' it gives me the note 'vxfs mount: /dev/vg01/lvol3 is corrupted. needs checking'
I have tried com fsck sev times, but i does not work.
Any suggestions there ???
Thanks in advance ... - Mat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2001 08:45 AM
06-23-2001 08:45 AM
Re: mount a external hdd
For a vxfs LV you should do fsck twice. The first time do a 'fsck /dev/vg01/rlvol3' Then the second time you run fsck you should do 'fsck -o full /dev/vg01/rlvol3'
Try doing both of those and then try remounting the LV.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2001 04:07 PM
06-23-2001 04:07 PM
Re: mount a external hdd
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2001 09:34 PM
06-23-2001 09:34 PM
Re: mount a external hdd
When you exicute fsck it takes the file system type as mentioned in /etc/defaults/fs file. or /etc/fstab.
Try the following
fsck -F vxfs / hfs -o full /dev/vgXX/rlvolXX
Good luck
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2001 09:32 PM
06-24-2001 09:32 PM
Re: mount a external hdd
I tried this com:
input -> fsck -F vxfs -o full /dev/vg01/rlvol3
log replay in progress
vxfs fsck: fsck read failure bno = 1240, off = 0, len = 8192
try a full file system check
And when i try:
input -> mount /dev/vg01/lvol3 /disc
vxfs mount: /dev/vg01/lvol3 is corrupted. needs checking
I have tried fsck several times with all poss drives.
But no success.
Any other suggestions ???