- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make Journal 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
12-11-2003 12:12 AM
12-11-2003 12:12 AM
My question is how to create JFS type file system.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 12:13 AM
12-11-2003 12:13 AM
Re: make Journal file system
/usr/sbin/newfs [-F FStype] [-o specific_options] [-V] special
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 12:15 AM
12-11-2003 12:15 AM
Re: make Journal file system
newfs -F jfs /dev/agtsab93/rlvol1
there is no such thing as jfs type.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 12:17 AM
12-11-2003 12:17 AM
Solutionnewfs -F vxfs ....
if you want to choose the version (3 or 4) you must use the mkfs_vxfs command. Here follow and extract from the man page:
mkfs builds a file system with a root directory and a lost+found
directory (see fsck_vxfs(1M)). The file system can have disk layout
Version 2, disk layout Version 3, or disk layout Version 4. Version 2
supports dynamic inode allocation. Version 3 adds support for large
files and large UIDs. Version 4 adds support for Access Control
Lists. On HP-UX 11.1x systems, the default is Version 4. On HP-UX
11.0 systems, the default is Version 3. You can choose the disk
layout version with the version=n option (see below).
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 12:19 AM
12-11-2003 12:19 AM
Re: make Journal file system
version 3.3 adds the version=4 layout of the file system.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 12:19 AM
12-11-2003 12:19 AM
Re: make Journal file system
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 12:31 AM
12-11-2003 12:31 AM
Re: make Journal file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 12:38 AM
12-11-2003 12:38 AM
Re: make Journal file system
The base JFS (or VxFS) product is installed by default with version 10.x and beyond.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2003 12:43 AM
12-11-2003 12:43 AM