1BLKLS(1)                    General Commands Manual                   BLKLS(1)
2
3
4

NAME

6       blkls - List or output file system data units.
7

SYNOPSIS

9       blkls  [-aAelsvV]  [-f  fstype  ]  [-i  imgtype  ]  [-o imgoffset ] [-b
10       dev_sector_size] image [images] [start-stop]
11
12

DESCRIPTION

14       blkls opens the named  image(s)  and  copies  file  system  data  units
15       (blocks).   By  default,  blkls copies the contents of unallocated data
16       blocks.  blkls was called dls in TSK versions prior  to  3.0.0.   blkls
17       was called unrm in TCT.
18
19

ARGUMENTS

21       -e     Copy every block. The output should be similar to dd.
22
23       -a     Display all allocated blocks (same as -e if -A is also given).
24
25       -A     Display all unallocated blocks (same as -e if -a is also given).
26              This is the default behavior.
27
28       -f fstype
29              Specifies the file system type.  Use '-f list' to list the  sup‐
30              ported  file  system types.  If not given, autodetection methods
31              are used.
32
33       -i imgtype
34              Identify the type of image file, such as raw or split.  Use  '-i
35              list'  to list the supported types.  If not given, autodetection
36              methods are used.
37
38       -o imgoffset
39              The sector offset where the file system starts in the image.
40
41       -b dev_sector_size
42              The size, in bytes, of the underlying device  sectors.   If  not
43              given,  the  value in the image format is used (if it exists) or
44              512-bytes is assumed.
45
46       -l     List the data information in time machine format.
47
48       -s     Copy only the slack space of the image.
49
50       -v     Turn on verbose mode, output to stderr.
51
52       -V     Display version.
53
54       image [images]
55              One (or more if split) disk or partition images whose format  is
56              given with '-i'.
57
58       start-stop ...
59              Examine the specified block number or number range.
60

LICENSE

62       This software is distributed under the IBM Public License.
63

HISTORY

65       First  appeared in The Coroners Toolkit (TCT) 1.0 (Wietse Venema).  Now
66       maintained by Brian Carrier <carrier at sleuthkit dot org>.
67
68       Send documentation updates to <doc-updates at sleuthkit dot org>
69
70
71
72                                                                      BLKLS(1)
Impressum