- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Blocksize of Filesystem
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-2004 04:34 PM
05-30-2004 04:34 PM
Blocksize of Filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 05:16 PM
05-30-2004 05:16 PM
Re: Blocksize of Filesystem
You can retrive the Blocksize of Filesystem using fsck command.
Please check the link for more options
regards,
sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 05:16 PM
05-30-2004 05:16 PM
Re: Blocksize of Filesystem
You can use fstyp(1M) command.
Find the type of the file system on a logical volume, /dev/vg00/lvol6:
$ fstyp /dev/vg00/lvol6
Find the file system type for a particular device file and also information about its super block:
$ fstyp -v /dev/dsk/c1t6d0
For explanations for the outputs, please refer manpage for statvfs(2).
Regards,
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 05:43 PM
05-30-2004 05:43 PM
Re: Blocksize of Filesystem
Where is the link??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 07:45 PM
05-30-2004 07:45 PM
Re: Blocksize of Filesystem
I'm no sure about your question, but the magic number is 512.
Pls take a look in "man df"
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 08:53 PM
05-30-2004 08:53 PM
Re: Blocksize of Filesystem
I am really sorry for it here is the link
http://sunportal.sunmanagers.org/pipermail/summaries/2004-March/005125.html
http://uw713doc.sco.com/en/FS_trouble/CTOC-FlSysProblems.html
regards,
sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 10:38 PM
05-30-2004 10:38 PM
Re: Blocksize of Filesystem
I see that there is confusion on this point.
In order to explain take the following sample:
# fstyp -v /dev/vg00/lvol3
vxfs
version: 3
f_bsize: 8192
f_frsize: 1024
f_blocks: 143360
f_bfree: 94588
f_bavail: 94588
f_files: 2432
f_ffree: 1073792296
f_favail: 1073792296
f_fsid: 1073741827
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 0
f_fsindex: 5
f_size: 143360
Blocksize of filesystem /dev/vg00/lvol3 is f_frsize: 1024, therefore 1Kbytes.
f_bsize: 8192 is the max blocksize which is possible to set but the actual is f_frsize!
I hope this helps you.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 05:30 PM
06-02-2004 05:30 PM
Re: Blocksize of Filesystem
Are you planning to assign some points to the guys around here.
your profile says you have assigned points to 14 of 121 .
regards,
sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2004 06:27 PM
06-02-2004 06:27 PM
Re: Blocksize of Filesystem
Regards,
Anshu