- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Create HFS 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
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
11-16-2001 10:31 AM
11-16-2001 10:31 AM
Create HFS File System
MDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 10:39 AM
11-16-2001 10:39 AM
Re: Create HFS File System
That is too less info to respond to.
Firstly, why not VXFS filesystem?? It gives
you better options than HFS.
Anyway, to create a filesystem:
figure out on which VG you need to create it.
Create a LV in that VG:
lvcreate -L
Create the filesystem for the LV,
newfs -F hfs /dev/vgname/rlvname
To use it, you need to create a mountpoint
mkdir /xyz/abc
and mount it
mount -F hfs /dev/vgname/lvname /xyz/abc
HTh
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 10:41 AM
11-16-2001 10:41 AM
Re: Create HFS File System
Simply use SAM (Disks and File Systems) to create a Logical Volume. Modify filesystem defaults to select HFS. It should work fine unless you want to be more specific on what disk(s) you want to create the logical volume on, etc.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 10:43 AM
11-16-2001 10:43 AM
Re: Create HFS File System
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2001 10:49 AM
11-16-2001 10:49 AM
Re: Create HFS File System
I've come across a few pieces of software, one like syncsort, that does not play well with vxfs, so you have to take three steps back and use HFS.
live free or die
harry