- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HFS FILESYSTEM BLOCKS
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
01-16-2006 08:40 PM
01-16-2006 08:40 PM
thanks
s.o
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 08:46 PM
01-16-2006 08:46 PM
SolutionOne block is the minimum unit in which read is performed. So any read operation will include reading one full block.
Attached is the Unix performance cookbook clarifying a few of similar queries but on JFS flatform.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 08:47 PM
01-16-2006 08:47 PM
Re: HFS FILESYSTEM BLOCKS
Fragmentation for small files are done in 1K (upto 8K), for files > 8K, it is 8K increments.
More information can be seen at,
http://docs.hp.com/en/B3929-90011/ch05s02.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 08:48 PM
01-16-2006 08:48 PM
Re: HFS FILESYSTEM BLOCKS
Generally a file, whether big or small takes up a block. If you have lots of small files, then smaller block and fragment sizes will mimimize disk utilization. If you have big files, larger block size.
Note: HFS is only required for /stand on HP-UX 11i v1 and before. Almost anything else should be done with JFS vxfs on which the same general principles hold.
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
01-16-2006 09:02 PM
01-16-2006 09:02 PM
Re: HFS FILESYSTEM BLOCKS
If you are looking HFS supported sizes, take a look at the attachment.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2006 09:03 PM
01-16-2006 09:03 PM
Re: HFS FILESYSTEM BLOCKS
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2006 02:39 AM
01-17-2006 02:39 AM
Re: HFS FILESYSTEM BLOCKS
thanks.
s.o