I would like to write my own diagnostic tool for Linux in which I
would like to use Generic SCSI Driver and send SCSI read commands to
read the complete HDD drive and repeat the process and verify both the
writes. Now my question is I have 320GB of HDD so where should I store
both the HDD images. I don't have additional disk. Please kindly let
me know your kind opinions.
Regards,
Vipul.
Is there any reason you cannot use dd and cmp? --
dd if=/dev/sda of=/bigdisk/sda.copy1
dd if=/dev/sda of=/bigdisk/sda.copy2
cmp -l /bigdisk/sda.copy1 /bigdisk/sda.copy2
>
>
> Regards,
> Vipul.
>
--
Robert Heller -- 978-544-6933
Deepwoods Software -- Download the Model Railroad System
http://www.deepsoft.com/ -- Binaries for Linux and MS-Windows
hel...@deepsoft.com -- http://www.deepsoft.com/ModelRailroadSystem/
Regards,
Vipul.
>
> dd if=/dev/sda of=/bigdisk/sda.copy1
> dd if=/dev/sda of=/bigdisk/sda.copy2
> cmp -l /bigdisk/sda.copy1 /bigdisk/sda.copy2
>
>
>
> > Regards,
> > Vipul.
>
> --
> Robert Heller -- 978-544-6933
> Deepwoods Software -- Download the Model Railroad Systemhttp://www.deepsoft.com/ -- Binaries for Linux and MS-Windows
> hel...@deepsoft.com --http://www.deepsoft.com/ModelRailroadSystem/