|
Jeste, i upravo sam skinuo i iskompajlirao onaj safecopy ali ni on nažalost nema grafički interfejs. Jel može mala pomoć oko ovog programa? Kad ga pokrenem u konzoli uvek izađe ovo:
Usage: safecopy [options] <source> <target>
Options:
-b <bytes> : Blocksize in bytes, also used for skipping
offset when searching for the end of a bad area.
Set this to physical sectorsize of your media.
Default: 512
-r <bytes> : Resolution in bytes when searching for the exact
beginning or end of a bad area
Bigger values increase performace at potential cost
of valid data close to damaged areas.
Default: 4
-s <blocks> : Start position where to start reading.
Will correspond to position 0 in the destination file.
Default: block 0
-l <blocks> : Length of data to be read.
Default: size of input file
-h | --help : Show this text
Description of output:
. : between 1 and 1024 blocks successfully read.
_ : read was incomplete. (possibly end of file)
blocksize is reduced to read the rest.
> : read failed, reducing blocksize to read partial data.
[xx](+yy) : current block and number of blocks (or bytes)
continuously read successfully up to this point.
X : read failed on block with minimum blocksize and is skipped.
Unrecoverable error, destination file is padded with zeros.
Data is now skipped until end of the unreadable area is reached
< : Successfull read- test after the end of a bad area causes
backtracking to search for the first readable data.
[xx](+yy) : current block and number of blocks (or bytes)
of recent continuous unreadable data.
Ono što ja verovatno ne uradim dobro jeste ono [options] i nije mi baš kristalno šta tu treba. Npr, ako hoću da pokrenem safecopy na disku koji je u cd romu i hoću da taj spašen sadržaj snimim, recimo, u home direktorijumu, šta bi trebalo da otkucam?
|