Changes of Revision 2
[-] | Changed | diskscan.changes |
1
2 ------------------------------------------------------------------- 3 +Thu Oct 3 08:32:27 UTC 2013 - cs@linux-administrator.com 4 + 5 +- update to release 0.11 6 + 7 +------------------------------------------------------------------- 8 Sun Sep 29 17:12:08 UTC 2013 - cs@linux-administrator.com 9 10 - initial package build 11 |
||
[-] | Changed | diskscan.spec ^ |
8 1
2 Name: diskscan 3 -Version: 0.10 4 +Version: 0.11 5 Release: 1 6 Url: http://blog.disksurvey.org/blog/2013/09/20/disk-surface-scan-on-linux-and-unix/ 7 Summary: Disk Surface Scan 8 |
||
[+] | Changed | diskscan-0.11.tar.gz/Documentation/diskscan.md ^ |
@@ -9,12 +9,12 @@ # SYNOPSIS -diskscan [options...] block_device +`diskscan` [options...] *block_device* # DESCRIPTION -diskscan is intended to check a disk and find any bad sectors already present +`diskscan` is intended to check a disk and find any bad sectors already present and assess it for any possible sectors that are in the process of going bad. The operation is all read-only and can cause no direct damage to the data on the disk. @@ -57,14 +57,15 @@ # OPTIONS --v, --verbose -: display verbose information from the workings of the scan - use multiple times for increased verbosity. - --f, --fix -: Attempt to fix areas that are nearing failure. This should only be - attempted on an unmounted block device and never on an inuse filesystem or - corruption is likely. +`-v`, `--verbose` + display verbose information from the workings of the scan + use multiple times for increased verbosity. + +`-f`, `--fix` + Attempt to fix areas that are nearing failure. This should only be + attempted on an unmounted block device and never on an inuse filesystem or + corruption is likely. + # SEE ALSO | ||
[+] | Changed | diskscan-0.11.tar.gz/Makefile ^ |
@@ -5,7 +5,7 @@ ./do clean install: - ./do install + ./do all install distclean: ./do clean | ||
[+] | Changed | diskscan-0.11.tar.gz/version/gitvars.pre ^ |
@@ -1,3 +1,3 @@ -37c48c33f78b8b0290279c7c5db787433431b315 - (HEAD, tag: diskscan-0.10, master) -2013-09-28 22:55:13 +0300 +162ed02f33f97b375ea9f27dda878bf5cfb249e0 + (tag: diskscan-0.11) +2013-09-29 22:50:54 +0300 |