DASDVIEW(8) | System Manager's Manual | DASDVIEW(8) |
dasdview - Display DASD and VTOC information and dump the content of a DASD to the console.
dasdview [-h] [-v]
[-b begin] [-s size] [-1|-2]
[-i] [-x] [-j] [-c]
[-l] [-t
{info|f1|f3|f4|f5|f7|f8|f9}]
device
dasdview prints you some useful information of your disks to the console. You can display a disk dump by specifying start point and offset and you can print the volume label and VTOC entries. The device is the node of the device (e.g. '/dev/dasda'). Any device node created by udev for kernel 2.6 can be used (e.g. '/dev/dasd/0.0.b100/disc').
DASD devices in raw_track_access mode are supported and detected automatically. When in raw_track_access mode, the same basic functions are available as in the regular mode, but the output may have a slightly different layout:
begin[k|m|b|t|c]
The default for begin is 0.
Note 1: dasdview will show you the content of your disk
using the DASD driver. If this driver decides to hide or add some parts
of the disk, you have to live with it. This happens for example with the
first two tracks of a cdl-formatted disk. In this case the DASD driver
fills up shorter blocks with zeros to have a constant blocksize. And all
applications, including dasdview, believe it.
Note 2: In raw_track_access mode begin must be aligned to
track boundaries. A simple way to do that is to specify a track or
cylinder as starting point.
examples:
-b 32 --> start printing at Byte 32
-b 32k --> start printing at kByte 32
-b 32m --> start printing at MByte 32
-b 32b --> start printing at block 32
-b 32t --> start printing at track 32
-b 32c --> start printing at cylinder 32
size[k|m|b|t|c]
Note: In raw_track_access mode size must be a multiple of one track. A simple way to do that is to specify the size in tracks or cylinders.
The default for size is 128 in regular mode and 1t in raw_track_access mode.
examples:
-s 16 --> use a 16 Byte size
-s 16k --> use a 16 kByte size
-s 16m --> use a 16 MByte size
-s 16b --> use a 16 block size
-s 16t --> use a 16 track size
-s 16c --> use a 16 cylinder size
info:
Gives you a VTOC overview. You will see what other S/390 or zSeries
operating systems would see (e.g. data set names and sizes).
f1:
Print the content of all format 1 DSCBs.
f3:
Print the content of all format 3 DSCBs.
f4:
Print the content of the format 4 DSCB.
f5:
Print the content of the format 5 DSCB.
f7:
Print the content of the format 7 DSCB.
f8:
Print the content of all format 8 DSCBs.
f9:
Print the content of all format 9 DSCBs.
all:
Print the content of all DSCBs.
Apr 2006 | s390-tools |