The Ftape Installation and Usage Guide - MTIOCFTFORMAT
FTFMT_VERIFY
-- verify a tape segmentstruct ftfmtverify { unsigned int ft_segment; /* segment to verify */ unsigned long ft_bsm:32; /* bsm as result of VERIFY cmd */ };
ft_segment
gives the segment number to verify, ft_bsm
returns the bad sector map for this segment. Note that the kernel level
device driver does not enter verify mode itself. This must be
done by the user level program using the MTIOCFTCMD
ioctl. See MTIOCFTCMD.
![]() |
Use these buttons to jump to the top menu |