blkstat.1

来自「linux下开发的针对所有磁盘的数据恢复的源码」· 1 代码 · 共 41 行

1
41
字号
.TH BLKSTAT 1 .SH NAMEblkstat \- Display details of a file system data unit (i.e. block or sector).SH SYNOPSIS.B blkstat [-f.I fstype .B ] [-i imgtype] [-o imgoffset] [-vV] .I image [images] addr.SH DESCRIPTION.B blkstatdisplays the allocation status of the given data unit..B blkstatwas called .B dstatin TSK versions prior to 3.0.0..SH ARGUMENTS.IP "-f fstype"Specify the file system type.  Use '-f list' to list the supported file system types.If not given, autodetection methods are used..IP "-i imgtype"Identify the type of image file, such as raw or split. Use '-i list' to list the supported types.  If not given, autodetection methods are used..IP "-o imgoffset"The sector offset where the file system starts in the image.  Non-512 bytesectors can be specified using '@' (32@2048)..IP -vVerbose output of debugging statements to stderr.IP -VDisplay version.IP "image [images]"One (or more if split) disk or partition images whose format is given with '-i'..IP addrAddress to display stats on.  This is a fragment for UNIX file systems ora sector for FAT.  .SH AUTHORBrian Carrier <carrier at sleuthkit dot org>Send documentation updates to <doc-updates at sleuthkit dot org>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?