Commit Graph

84 Commits

Author SHA1 Message Date
2c647dfc5c Wait for device to exist ASC 28h status. This should be trapped by the
OS but it's being so in some corner cases.
2017-09-11 18:34:01 +01:00
25d722e66a Use our own version detector. 2017-09-11 02:53:13 +01:00
d4add54b53 Added statistics to underlying operating system version. 2017-09-11 02:05:07 +01:00
d60060d266 When PhysicalInterface MMC feature is unknown, store integer value separately in the report. 2017-09-10 22:03:20 +01:00
5e29fb0c13 Version bumped to 3.5.99.0. 2017-09-05 17:21:24 +01:00
5e2dff4dee On debug add more binary data from the responses to the report. 2017-09-05 15:47:36 +01:00
6e441ddda1 Implemented "list-devices" command for Linux. 2017-08-21 21:04:44 +01:00
ac68968610 Added support for creating a sidecar from a folder containing
the files of a tape dump. e.g.: tape1/file01, tape2/file02,
	etc.
2017-08-08 21:15:14 +01:00
5ff4f7bcbe Added support for CHS from image and ATA. 2017-08-08 14:28:11 +01:00
aebe7dd2ac Refactor: Simplification and C# 7. 2017-08-08 14:18:31 +01:00
4e9738be08 Refactor: Split by xml media type. 2017-08-08 13:40:32 +01:00
cd3671b565 Refactor: Split Sidecar class. 2017-08-08 12:15:55 +01:00
5d8fabf3d0 Make sure that device partitions are handled if they're not
mapped by any scheme.
2017-08-07 16:06:51 +01:00
35c64c4ee1 More duplicate checks. 2017-07-30 15:45:28 +01:00
adf5c066c7 Simplified cyclic check. 2017-07-26 23:45:20 +01:00
b8e19ec261 Added equality and comparison overrides to Partition struct. 2017-07-25 22:27:09 +01:00
72dd8d9179 Use generic method to search for partitions, supporting
partitions inside partitions. At the same time SGI DVH is
	disabled because it is not working correctly. Fixes #60
2017-07-24 23:35:33 +01:00
924442f307 Do not hash image when it is raw and plugin is appledouble as
file hash is the same.
2017-07-20 13:10:48 +01:00
16434f2788 Refactor: Simplify field names. 2017-07-19 16:37:11 +01:00
711d19fd04 Refactor, pass whole partition structure to filesystems. 2017-07-19 16:31:08 +01:00
8b8ba56322 On optical disks consider each track a separate partition for
sidecar creation.
2017-07-15 01:36:40 +01:00
334cc66a53 Formatting options. 2017-06-29 21:23:39 +01:00
f5cca3c779 Pass filter UUID to sidecar creation, use it to detect filters
and calculate checksums of disk image and its contents
	correctly.
2017-06-22 01:11:50 +01:00
1df2589b39 Added correct metadata for XGD structures. 2017-06-20 06:42:09 +01:00
c25cc90c46 * CICMMetadata:
Updated metadata.

	* DiscImageChef.Core/Sidecar.cs:
	  On block media, calculate checksum of contents not only of
	disk image.
2017-06-20 06:13:38 +01:00
92d34eef55 Do not calculate checksum of only track for raw files. 2017-06-20 05:51:21 +01:00
e57f2a5131 Added suppor for resume mapfile. 2017-06-20 05:50:42 +01:00
ff29d85926 Refactor: Remove unneeded TODOs. 2017-06-12 22:59:47 +01:00
6e7275d5b1 Corrected sidecar invalid usage of int for block numbers. 2017-06-08 22:01:06 +01:00
3395c01fda Correctly store all bad sectors, not just first one on run. 2017-06-08 21:47:18 +01:00
943b8a8276 Refactor: simplification. 2017-06-08 21:12:05 +01:00
b135a3f7d1 Added resume parameter passing. 2017-06-08 20:21:50 +01:00
8e4e4cd27a Added support for dumping subchannel in a separate file. 2017-06-07 23:25:06 +01:00
a5d6154b55 Should not be static. Added support for subwriting. 2017-06-07 23:24:30 +01:00
7e1bca4caf Add support for tracks. 2017-06-07 22:37:05 +01:00
77c155b437 Allow requesting datafile position. 2017-06-07 22:27:32 +01:00
0f69e220b4 Corrected saving sidecar. 2017-06-07 22:27:16 +01:00
d12ab2ce42 Corrected typo that forced CHS disks to be treated like LBA. 2017-06-06 18:15:48 +01:00
af244b0055 Handle tape drives without additional sense and that only
support fixed size reading.
2017-06-05 15:57:10 +01:00
ce3e941e1c Version bumped to 3.4.99.0. 2017-06-04 23:09:27 +01:00
7105fbb333 Store and show statistics for "ls" and "extract-files"
commands.
2017-06-04 23:07:31 +01:00
5489485eac Correctly store blocksize on metadata as soon as it changes.
Corrected speed calculation.
2017-06-04 22:47:13 +01:00
1700763eba Store block size in metadata. 2017-06-04 05:07:05 +01:00
08d6082cd1 Check if unformattedbps is set, this may be readlong sector
size.
2017-06-04 05:06:49 +01:00
5ce62b9a9f Added statistics for runtime version. 2017-06-04 02:24:04 +01:00
cc63232d7b Corrected writing of debug result for readlong. 2017-06-04 01:31:46 +01:00
3110ef9027 Use correct error variable. 2017-06-04 01:29:21 +01:00
3810351db3 Max READ LONG is 65535. 2017-06-04 01:26:31 +01:00
a19b78ddcf Do more tries on READ LONG. 2017-06-03 19:27:02 +01:00
b22684f21c On debug show status of tried commands and save buffers to
disk.
2017-06-03 19:26:48 +01:00