Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
fsc.pl | 2012-05-02 | 7.5 kB | |
README | 2012-05-02 | 1.3 kB | |
linux-image-2.6.32.181004_2.6.32.181004-10.00.Custom_i386.deb | 2012-05-01 | 27.7 MB | |
Totals: 3 Items | 27.7 MB | 0 |
fsc.pl usage This is the disk partitioning tool usage documentation. You must be root to use this tool. fsc.pl [-options] [drive_image] [directory] fsc.pl [-msc] [drive_image] [directory] OPTIONS -m A file is created with the name hash.md5sum in the given directory. It contains the original drive md5 checksum, each partition's md5 checksum, and the hash sum of each partition's with white spaces sequentially ordered combined which will create the original drive. -s A file is created with the name hash.sha1sum in the given directory. It contains the original drive sha1 checksum, each partition's sha1 checksum, and the hash sum of each partition's with white spaces sequentially ordered combined which will create the original drive. -c A file is created with the name hash.cksum in the given directory. It contains the original drive checksum, each partition's checksum, and the hash sum of each partition's with white spaces sequentially ordered combined which will create the original drive. drive_image The location of the drive, either an image of a drive or a physical device. directory A path to a non-existant directory. If it exists, the script will error. Written By: Jason Nolan Sean McDermott Email: filesystemcarve-devs@lists.sourceforge.net