from small one page howto to huge articles all in one place
 

search text in:





Poll
Which kernel version do you use?





poll results

Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

187351

userrating:

average rating: 1.7 (102 votes) (1=very good 6=terrible)


May 25th. 2007:
Words

486

Views

250582

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

137943

userrating:

average rating: 1.4 (42 votes) (1=very good 6=terrible)


April, 26th. 2006:

Druckversion
You are here: manpages





xfs_bmap

Section: Maintenance Commands (8)
Index Return to Main Contents
 

NAME

xfs_bmap - print block mapping for an XFS file  

SYNOPSIS

xfs_bmap [ -adlpv ] [ -n num_extents ] file
xfs_bmap -V  

DESCRIPTION

xfs_bmap prints the map of disk blocks used by files in an XFS filesystem. The map lists each extent used by the file, as well as regions in the file that do not have any corresponding blocks (holes). Each line of the listings takes the following form:

extent: [startoffset..endoffset]: startblock..endblock

Holes are marked by replacing the startblock..endblock with hole. All the file offsets and disk blocks are in units of 512-byte blocks, no matter what the filesystem's block size is.

 

OPTIONS

-a
If this option is specified, information about the file's attribute fork is printed instead of the default data fork.
-c
If this option is specified, information about the file's copy on write fork is printed instead of the default data fork.
-d
If portions of the file have been migrated offline by a DMAPI application, a DMAPI read event will be generated to bring those portions back online before the disk block map is printed. However if the -d option is used, no DMAPI read event will be generated for a DMAPI file and offline portions will be reported as holes.
-e
If this option is used, xfs_bmap obtains all delayed allocation extents, and does not flush dirty pages to disk before querying extent data. With the -v option, the flags column will show which extents have not yet been allocated.
-l
If this option is used, then
<nblocks> blocks
will be appended to each line. nblocks is the length of the extent described on the line in units of 512-byte blocks.
This flag has no effect if the -v option is used.
-n num_extents
If this option is given, xfs_bmap obtains the extent list of the file in groups of num_extents extents. In the absence of -n, xfs_bmap queries the system for the number of extents in the file and uses that value to compute the group size.
-p
If this option is used, xfs_bmap obtains all unwritten (preallocated) extents that do not contain written data. With the -v option, the flags column will show which extents are preallocated/unwritten.
-v
Shows verbose information. When this flag is specified, additional AG specific information is appended to each line in the following form:
agno (startagoffset..endagoffset) nblocks flags
A second -v option will print out the flags legend.
-V
Prints the version number and exits.
 

SEE ALSO

xfs_fsr(8), xfs(5).


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2020 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS : buttonmaker
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 20.0 ms