Sponsored Content
Operating Systems AIX How can I find the filesystem block size? Post 85615 by bakunin on Thursday 6th of October 2005 09:55:50 AM
Old 10-06-2005
lsfs -q <fs_name>

Hope this helps.

@tmarikle: What you are talking about is something completely different. This just means that when creating/changing a filesystem you can specify the size of it in multiples of 512 (bytes), Megabytes or Gigabytes. Nothing more, nothing less.

bakunin
 

10 More Discussions You Might Find Interesting

1. AIX

Increasing the FileSystem Size

Hi Everybody, I have AIX 4.3 and I have a FileSystem with 400GB size, which called /db/run. Because of grow up of the application's data, more storage has been added 200GB. To add this space without affecting the application & the application's requirements, I have to add this 200GB to the existed... (9 Replies)
Discussion started by: aldowsary
9 Replies

2. UNIX for Advanced & Expert Users

how to find default OS block size?

Hi Can someone please guide me on how to get the default block size for all unix flavors. As per my investigation its 512 for all unix flavours other than HP for which it is 1024.However I am not sure on this. I even tried the df ommand but utt gives the output w.r.t file system created but... (1 Reply)
Discussion started by: prasi_in
1 Replies

3. UNIX for Dummies Questions & Answers

How to increase the filesystem size?

Hi.. I want to increase the file system size of any filesystem online, without using the Volume manager like LVMs, is it possible? & if yes then how? (3 Replies)
Discussion started by: Amol21
3 Replies

4. AIX

filesystem size

i am new in the field 3months to be precise. how do i come up with size, i want to change for the filesystem? assuming there is enough space on the volume group. do i just assign any value? (5 Replies)
Discussion started by: freeman
5 Replies

5. UNIX Desktop Questions & Answers

block group size of a filesystem

How can I determine the block group size of my filesystem, in case I would like to determine where my backup superblocks are? Or how can I determine the location of my backup superblock? If usually, for the block group size of 1k, the alternate superblock will be at block 8193. Thanks, (2 Replies)
Discussion started by: Pouchie1
2 Replies

6. UNIX for Dummies Questions & Answers

Removing some size for filesystem

Hi All, Currently for filesystem /usr/sap/ccms we have allocated 50 GB of size and its mounted. Is there any procedure to remove 10 GB from it without disturbing data and allocate that 10 GB to another file system say /usr/sap/sapdata1. Thanks, Rohan (2 Replies)
Discussion started by: rohanxyz
2 Replies

7. UNIX for Dummies Questions & Answers

hwo to find shared filesystem and local filesystem in AIX

Hi, I wanted to find out that in my database server which filesystems are shared storage and which filesystems are local. Like when I use df -k, it shows "filesystem" and "mounted on" but I want to know which one is shared and which one is local. Please tell me the commands which I can run... (2 Replies)
Discussion started by: kamranjalal
2 Replies

8. UNIX for Dummies Questions & Answers

find block size of ocfs2 file system

please some one help me to find the block size of ocfs2 file system in rehat linux 4 (4 Replies)
Discussion started by: robo
4 Replies

9. UNIX for Advanced & Expert Users

Physical disk IO size smaller than fragment block filesystem size ?

Hello, in one default UFS filesystem we have 8K block size (bsize) and 1K fragmentsize (fsize). At this scenary I thought all "FileSytem IO" will be 8K (or greater) but never smaller than the fragment size (1K). If a UFS fragment/blocksize is allwasy several ADJACENTS sectors on disk (in a ... (4 Replies)
Discussion started by: rarino2
4 Replies

10. Red Hat

Increase the filesystem size

Hi I am using oracle linux 6.4. My hard drive capacity is 500 GB. my filesystem size onbly 50GB. I would like to extend my filesystem size to around 100GB. I tried many codes but still I am not able. this is the output of df -h : Filesystem Size Used Avail Use% Mounted on... (6 Replies)
Discussion started by: farshad
6 Replies
PIPEMETER(1)						      General Commands Manual						      PIPEMETER(1)

NAME
pipemeter - measure speed of data going through a pipe/redirection SYNOPSIS
pipemeter [ -alV ] [ -s size ] [ -b block_size ] [ -m max_block_size ] [ -i interval ] [ -f infile -f infile2 ] infile infile2 ... DESCRIPTION
pipemeter simply takes input on stdin, and redirects it to its stdout. While doing this, it measures how fast the data is moving through it. Alternatively, with the -s parameter, shows a progress bar as data is piped through it. All output generated by pipemeter is written to stderr. While running in progress mode, pipemeter will display the ETA (Estimated Time of Arrival). When exiting, it will change this field to show the elapsed time for the program. In rate-only mode, it will just show elapsed time. Note that as of pipemeter 0.8, Adaptive Block Sizing is used to speed up the movement of data through it. It will increase, or sometimes decrease, the block size in an attempt to find the one that works best for the combination of input and output. This also helps it deal better with, for instance, a temporarily busy disk. You can use -a to turn it off. -s, --size size Sets the size of the input, and turns on the progress bar. -b, --blocksize block_size Sets the size of blocks, in bytes, to move through the program at once. Default is 8192. A suffix of K means Kilobytes(x*1024) means Megabytes(x*1024*1024), and G means Gigabytes(x*1024*1024*1024). -m, --maxblock max_block_size Sets the maxium block size for adaptive block sizing. Default is 8M. -i, --interval interval Specify the number of seconds between updates on the speed and/or progress bar. -f, --file infile infile specifies a file to be read instead of stdin. It will also automatically turn on the progress bar if a size can be deter- mined. Multiple occurances of -f will read the files in the order they are specified on the cmdline, and sizes will be added to eachother. Note that this option remains for backward compatibility, it is far simpler to just specify the input files without options. -F, --list listfile specifies a file to read in the list of input files from. Each line is a path to a file, terminated by a newline. -r, --report report only mode. This causes the program to suppress outputting/calculating while running. It will print out only one line. -a, --autooff turn off adaptive block sizing. Sometimes ABS can use insane amounts of RAM, such as when reading and writing to RAM disks. -V, --version Prints a version number and exits. -l, --log Turns on logging mode. Uses only newlines, no returns. AUTHOR
Written by Clint Byrum <cbyrum@spamaps.org> COPYRIGHT
Copyright (C) 2006 Clint Byrum This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PAR- TICULAR PURPOSE. PIPEMETER(1)
All times are GMT -4. The time now is 05:32 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy