From e7b377e64b18d0ddd00d2b040b36b7a110ee620d Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 18 Dec 2017 21:48:42 +0000 Subject: [PATCH] Updated Physical media information (markdown => mediawiki) --- ...ia-inserted-in-a-physical-device.mediawiki | 75 +++++++++++++++++++ Physical-media-information.md | 11 --- 2 files changed, 75 insertions(+), 11 deletions(-) create mode 100644 Getting-information-from-a-media-inserted-in-a-physical-device.mediawiki delete mode 100644 Physical-media-information.md diff --git a/Getting-information-from-a-media-inserted-in-a-physical-device.mediawiki b/Getting-information-from-a-media-inserted-in-a-physical-device.mediawiki new file mode 100644 index 0000000..3dd1090 --- /dev/null +++ b/Getting-information-from-a-media-inserted-in-a-physical-device.mediawiki @@ -0,0 +1,75 @@ +==Command description== +This operation will request and show all information about the inserted media in a physical device. For information about supported physical devices check [[Supported-devices|the list of supported physical devices]] + +==Command usage== +DiscImageChef media-info -i \ -v [true/false] -d [true/false] -w [prefix] + +-i, --input= path to the physical device
+-v, --verbose=[true/false] shows verbose output ''(default false'')
+-d, --debug=[true/false] shows debug output ''(default false'')
+-w, --output-prefix=[prefix] writes binary responses from device to that prefix + +==Example== +FreeBSD: DiscImageChef media-info -i /dev/cd0
+Linux: DiscImageChef media-info -i /dev/sdb
+Windows: DiscImageChef media-info -i \\.\PhysicalDrive3
+ +==Operating system support== +{| +! OS +! SCSI Block device +! SCSI MultiMedia device +! SCSI Streaming device +! Parallel ATA +! Serial ATA +! USB +! FireWire +! PCMCIA +! SecureDigital / MultiMediaCard +|- +| FreeBSD +| Yes +| Yes +| Yes +| No Use device-info command +| No +| Yes +| Yes +| Yes +| No +|- +| macOS +| No macOS only allows talking with MultiMedia devices +| Not yet Support for MultiMedia devices in macOS will be added if users require it +| No +| No +| No +| Partial Only MultiMedia devices can be supported and descriptors will not be retrieved +| Partial +| Partial +| No +|- +| Linux +| Yes +| Yes +| Yes +| No +| No +| Yes +| Yes +| Yes +| No +|- +| Windows +| Yes +| Yes +| Yes +| No +| No +| Yes +| Yes +| Yes +| No +|} + + \ No newline at end of file diff --git a/Physical-media-information.md b/Physical-media-information.md deleted file mode 100644 index 2b5b31b..0000000 --- a/Physical-media-information.md +++ /dev/null @@ -1,11 +0,0 @@ -# Command description -This operation will request and show all information about the inserted media in a physical device. For information about supported physical devices check [[the list of supported physical devices|Supported-devices]] - -# Command usage -DiscImageChef media-info -i \ -v [true/false] -d [true/false] -w [prefix] - --i, --input=\ path to the physical device --v, --verbose=[true/false] shows verbose output _[default false]_ --d, --debug=[true/false] shows debug output _[default false]_ --w, --output-prefix=[prefix] writes binary responses from device to that prefix -