- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error on mounting: unrecognized 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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-16-2007 01:13 AM
тАО05-16-2007 01:13 AM
Error on mounting: unrecognized file system
I am trying to mount a file system but it errors out.
# mount /dev/vga02/lvol05 /ar2
/dev/vga02/lvol05: unrecognized file system
# ls -l *vol05*
brw-r----- 1 root sys 64 0x050005 May 12 19:22 lvol05
crw-r----- 1 root sys 64 0x050005 Apr 13 2002 rlvol05
I am running HP 9000 with 11.00 HP-UX OS on it.
Any ideas please? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 01:15 AM
тАО05-16-2007 01:15 AM
Re: Error on mounting: unrecognized file system
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 01:16 AM
тАО05-16-2007 01:16 AM
Re: Error on mounting: unrecognized file system
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 01:22 AM
тАО05-16-2007 01:22 AM
Re: Error on mounting: unrecognized file system
this fs is part of /etc/fstab. This FS was giving me errors, I could cd into it but could not see any files in it so I dismounted it using umount command. Now I can not mount it back on. This file system has been there for a long time. I do not have access to hardware and manage it remotely.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 01:26 AM
тАО05-16-2007 01:26 AM
Re: Error on mounting: unrecognized file system
Try fsck
fsck -F vxfs /dev/vga02/rlvol05
or
fsck -F vxfs -o full /dev/vga02/rlvol05
Otherwise, you may have to rebuild it and restore the data.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 01:28 AM
тАО05-16-2007 01:28 AM
Re: Error on mounting: unrecognized file system
if it is in /etc/fstab, try only
mount /ar2
Of course you can "cd" into the mountpoint when it is not mounted - there is nothing.
This is pretty normal.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 01:37 AM
тАО05-16-2007 01:37 AM
Re: Error on mounting: unrecognized file system
When I do mount, I get another error:
# mount /ar2
mount - read of super-block on /dev/vga02/lvol05 failed: I/O error
I am suspecting hardware failure. I may have to rebuild that slice.
Reply to Jeff's Q: There are too many cooks out there on that server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 01:40 AM
тАО05-16-2007 01:40 AM
Re: Error on mounting: unrecognized file system
In case of I/O errors, refer to this document:
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 01:44 AM
тАО05-16-2007 01:44 AM
Re: Error on mounting: unrecognized file system
any errors in the /var/adm/syslog.log?
it could be a failing hardware...
revert
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 01:49 AM
тАО05-16-2007 01:49 AM
Re: Error on mounting: unrecognized file system
May 16 07:59:30 fse vmunix: vxfs: mesg 008: vx_direrr - /ar2 file system inode 2 block 129631 error 5
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 02:01 AM
тАО05-16-2007 02:01 AM
Re: Error on mounting: unrecognized file system
Jeff
DD output is pointing to HW failure:
# dd if=/dev/vga02/lvol05 of=/dev/null bs=1024k count=64
dd read error: I/O error
0+0 records in
0+0 records out
#
Thanks you all for vey helpful input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 02:06 AM
тАО05-16-2007 02:06 AM
Re: Error on mounting: unrecognized file system
fsck -F vxfs -o full /dev/vga02/rlvol05
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 02:08 AM
тАО05-16-2007 02:08 AM
Re: Error on mounting: unrecognized file system
I have already run that comand. Here is output from that command:
# fsck -F vxfs -o full /dev/vga02/rlvol05
cannot open device /dev/vga02/rlvol05
file system check failure, aborting ...
#
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 03:19 AM
тАО05-16-2007 03:19 AM
Re: Error on mounting: unrecognized file system
You will need to have it replaced and then restored - sorry.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 03:35 AM
тАО05-16-2007 03:35 AM
Re: Error on mounting: unrecognized file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 04:56 AM
тАО05-16-2007 04:56 AM
Re: Error on mounting: unrecognized file system
/usr/sbin/lvlnboot -v
lvlnboot: Volume group not activated.
Cannot display volume group "/dev/vg01".
lvlnboot: Volume group not activated.
Cannot display volume group "/dev/vg03".
lvlnboot: Volume group not activated.
Cannot display volume group "/dev/vg04".
lvlnboot: Volume group not activated.
Cannot display volume group "/dev/vg06".
lvlnboot: Volume group not activated.
Cannot display volume group "/dev/vg07".
lvlnboot: Volume group not activated.
Cannot display volume group "/dev/vg09".
Also,
# /usr/sbin/ioscan -fk|grep -i lan
lan 0 0/0/0/0 btlan3 CLAIMED INTERFACE HP PCI 10/100Base-TX Core
lan 1 0/5/0/0 btlan5 UNCLAIMED UNKNOWN PCI Ethernet (10110019)
lan 2 0/10/0/0 gelan CLAIMED INTERFACE HP A4929A PCI 1000Base-T Adapter
lan 3 1/8/0/0 gelan CLAIMED INTERFACE HP A4929A PCI 1000Base-T Adapter
Nothing has changed on HW or SW or drivers. What could make Ethernet Card go wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 05:25 AM
тАО05-16-2007 05:25 AM
Re: Error on mounting: unrecognized file system
Check syslog.log
Check EMS alerts.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 05:32 AM
тАО05-16-2007 05:32 AM
Re: Error on mounting: unrecognized file system
Where are EMS alerts located/stored to look for?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-16-2007 05:44 AM
тАО05-16-2007 05:44 AM
Re: Error on mounting: unrecognized file system
/opt/resmon/bin/resdata -R 409337859 -r /system/events/core_hw/core_hw -n 409337860 -a
Note: that was an example from one of my systems...
man ems
for more info
Rgds...Geoff