- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding disk, 10.2 - want hfs; says VxFS
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
05-30-2003 12:01 PM
05-30-2003 12:01 PM
Through SAM ok:
(select disk) - Add - NOT using logical volume manager - remove check on
"create file system" - mount now and at boot......
In the SAM "Disks and File Systems" window, it says "VxFS" for type (journaled, I believe) - I want it to be hfs.
Disk mounts OK at that time, but does not mount on reboot.
After boot, mount -a says "mount:
I CAN re-mount via SAM, info is still there, but what do I have to do to
make it appear to UX as hfs so it will automatically mount on boot?
(yes I can mount -F vxfs...but that's not what I want)
Interestingly, /etc/fstab states it IS hfs, but mount seems to feel that (whatever) writes fstab lied....see above where SAM states it is VxFS....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 12:06 PM
05-30-2003 12:06 PM
Re: Adding disk, 10.2 - want hfs; says VxFS
After it mounted as vxfs, did you see it's contents?. If so, this was not a hfs filesystem.
The reason why it didn't mount during the boot time was because of the invalid argument of "hfs" in /etc/fstab corresponding to it's entry. Look at /etc/rc.log for the error message.
If it is a vxfs filesystem, then modify /etc/fstab from hfs to vxfs.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 12:09 PM
05-30-2003 12:09 PM
SolutionYour only option is to run newfs -F hfs to create a new hfs filesystem.
The system will have absolutely no trouble mounting a vxfs filesystem automatically; the only restriction is that /stand must be hfs. The remaining filesystems, including /, can be anytrhing you like.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 12:11 PM
05-30-2003 12:11 PM
Re: Adding disk, 10.2 - want hfs; says VxFS
Make sure that you have given correct FS name and gave the same in fstab file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 12:19 PM
05-30-2003 12:19 PM
Re: Adding disk, 10.2 - want hfs; says VxFS
Clay got it, and I'm on my way....
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 12:19 PM
05-30-2003 12:19 PM
Re: Adding disk, 10.2 - want hfs; says VxFS
If the filesystem structure on that disk is vxfs, then the only way you can mount it IS vxfs.
IF you must have it as hfs, then mount it vxfs, back it up with fbackup, rebuild the LVM structure on it & create a new hfs FS on it. Then just frecover the data back to it.
FWIW, vxfs is a far superior FS than hfs for many reasons. SO unless it's absolutely mandatory that it be hfs, I'd leave it alone.
Rgds,
Jeff