- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mount command fails mount - read of super-bloc...
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-29-2004 03:43 AM
08-29-2004 03:43 AM
mount command fails mount - read of super-block on etc...
mount -F vxfs /dev/oradg00/lvol1 /mnt/oraunix
mount - read of super-block on /dev/oradg00/lvol1 failed I/O error?
we have attempted to fsck -F vxfs /dev/oradg00/rlvol1 but it states it cannot open the device.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2004 05:32 AM
08-29-2004 05:32 AM
Re: mount command fails mount - read of super-block on etc...
Here is my script.
#!/usr/bin/sh
# /dev/vg01/rsag
echo "A files system check on parameter 1 is commencing\n"
fsck -F vxfs -o full -y $1
$1 is the input variable in your case /dev/oradg00/lvol1
If my script doesn't work its probably not recoverable.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2004 05:20 PM
08-29-2004 05:20 PM
Re: mount command fails mount - read of super-block on etc...
regards
SK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2004 09:09 PM
08-29-2004 09:09 PM
Re: mount command fails mount - read of super-block on etc...
is the VG properly activated ? Since it cannot open the device, maybe there was an error with the import of the vg, or pheraps a duplicate minor number.
CHeck with vgdisplay and ll /dev/vg*/group
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 12:25 AM
08-30-2004 12:25 AM
Re: mount command fails mount - read of super-block on etc...
Review your list of physical volumes in the volume group.
It sounds like you might have exported more disks then you vgimported. At least, thats one possible scenario.
Good luck,
Kent M. Ostby