Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

shfragbf(8) [osf1 man page]

shfragbf(8)						      System Manager's Manual						       shfragbf(8)

NAME
shfragbf - displays frag file information SYNOPSIS
/sbin/advfs/shfragbf file_system /.tags/1 OPERANDS
Specifies the fileset mount point of the file system to display. DESCRIPTION
Use this command to display how much space is used on the frag file. Type The frag type is 0K (not in use), 1K for 1K frags, etc. Grps Specifies the number of groups of the frag type. bad Specifies the number of bad group headers of this type. Frags Specifies the number of fragments of this type. free Specifies the number of free frags of this type. in-use Specifies the number of fragments in use. Bytes Specifies the total bytes in this frag type. free Specifies the number of bytes free in this type. in-use Specifies the number of bytes in use in this type. RESTRICTIONS
You must have root user privileges to access this command. EXAMPLES
Following is an example of the shfragbf output: # shfragbf /usr/.tags/1 Type Grps bad Frags free in-use Bytes free in-use ---- ------ ------ ------ ------ ------ ------ ------ ------ 0k 0 0 0 0 0 0k 0k 0k 1k 10 0 1270 130 1140 1270k 130k 1140k 2k 11 0 693 54 639 1386k 108k 1278k 3k 20 0 840 39 801 2520k 117k 2403k 4k 19 0 589 22 567 2356k 88k 2268k 5k 16 0 400 5 395 2000k 25k 1975k 6k 17 0 357 6 351 2142k 36k 2106k 7k 21 0 378 9 369 2646k 63k 2583k Percent Free Frags per Group Histogram Type Grps 9% 19% 29% 39% 49% 59% 69% 79% 89% 99% 100% ---- ------ --- --- --- --- --- --- --- --- --- --- --- 0k 0 0 0 0 0 0 0 0 0 0 0 0 1k 10 8 0 1 0 0 0 0 0 0 0 0 2k 11 10 0 0 0 0 0 0 0 1 0 0 3k 20 19 0 0 0 0 0 0 0 1 0 0 4k 19 18 0 0 0 0 0 1 0 0 0 0 5k 16 15 0 1 0 0 0 0 0 0 0 0 6k 17 16 0 1 0 0 0 0 0 0 0 0 7k 21 20 0 0 0 1 0 0 0 0 0 0 fragbf occupies 14592k bytes 13753k in-use, 567k free, 114k overhead, 158k wasted FILES
Specifies the command path. SEE ALSO
advfs(4) shfragbf(8)

Check Out this Related Man Page

mkfset(8)						      System Manager's Manual							 mkfset(8)

NAME
mkfset - Create a fileset in an existing AdvFS file domain SYNOPSIS
/sbin/mkfset domain fileset OPERANDS
Specifies the name of an existing AdvFS file domain. Specifies the name of the fileset to be created in the specified file domain. DESCRIPTION
The mkfset command creates an AdvFS fileset within an existing file domain. You must create at least one fileset per file domain; however, you can create multiple filesets within a file domain. You can mount and unmount each fileset independently of the other filesets in the file domain. You can assign fileset quotas (block and file usage limits) to filesets. Use the following commands to manipulate filesets: Displays the filesets associated with a domain. Removes a fileset (and all of its files) from the file domain. Assigns a new name to an existing fileset. Changes fileset attributes; specifically fileset quotas. For more information, see the reference pages for each command. RESTRICTIONS
You must be the root user to use this utility. Each fileset within a domain must have a unique name of up to 31 characters. All whitespace characters (tab, new line, space and so on) and the / # : * ? characters are invalid for fileset names. EXAMPLE
The following example creates two filesets, credit_fs and debit_fs, within an existing domain called accounts_dmn. # mkfset accounts_dmn credit_fs # mkfset accounts_dmn debit_fs To mount the newly created credit_fs fileset on the /mnt/credit directory, enter: # mount -t advfs accounts_dmn#credit_fs /mnt/credit You can add filesets to the /etc/fstab file in the same manner that you add any file system. Once added, filesets are mounted each time you reboot the system and fileset quotas are enabled. For example, to automatically mount the credit_fs fileset, add the following line to your fstab file: accounts_dmn#credit_fs /mnt/credit advfs rq, userquota, groupquota SEE ALSO
Commands: chfsets(8), mkfdmn(8), renamefset(8), rmfset(8), showfdmn(8), showfsets(8) File Formats: advfs(4) mkfset(8)
Man Page