-
-
Notifications
You must be signed in to change notification settings - Fork 33
Getting information from media inserted in a physical device
Natalia Portillo edited this page Jun 24, 2018
·
3 revisions
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
DiscImageChef media-info -d [true/false] -i <device> -v [true/false] -w [prefix]
-d, --debug=[true/false]
shows debug output (default false)
-i, --input=<device>
path to the physical device
-v, --verbose=[true/false]
shows verbose output (default false)
-w, --output-prefix=[prefix]
writes binary responses from device to that prefix
FreeBSD: DiscImageChef media-info -i /dev/cd0
Linux: DiscImageChef media-info -i /dev/sdb
Windows: DiscImageChef media-info -i \\.\PhysicalDrive3
Device type | FreeBSD | macOS | Linux | Windows |
---|---|---|---|---|
SCSI Block device | Yes | No [1] | Yes | Yes |
SCSI MultiMedia device | Yes | Not yet [2] | Yes | Yes |
SCSI Streaming device | Yes | No [1] | Yes | Yes |
Parallel ATA | No [3] | No [3] | No [3] | No [3] |
Serial ATA | No [3] | No [3] | No [3] | No [3] |
USB | Yes | Yes | Yes | Yes |
FireWire | Yes | Yes | Yes | Yes |
PCMCIA | Yes | Yes | Yes | Yes |
SecureDigital / MultiMediaCard | No [3] | No [3] | No [3] | No [3] |