mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Exception of type 'Aaru.Devices.DeviceException' was thrown. #394
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @elperepat on GitHub (Apr 5, 2020).
Prerequisites
Are you running the latest version?
Can you reproduce the problem in the debug version?
Check and fill as appropriate:
Description
All commands that deal with my DVD drive return an exception if there is a disc in the drive. When the drive is empty, I get a proper result (see at bottom)
Exact command line used:
aaru -v dev info /dev/sr0Expected behavior:
Getting information about the drive
Actual behavior:
Exception of type 'Aaru.Devices.DeviceException' was thrown.If command was expected to work with a device fill this out:
*-scsi:3
physical id: 5
logical name: scsi11
*-cdrom
description: DVD-RAM writer
product: DVDRAM GSA-H10N
vendor: HL-DT-ST
physical id: 0.0.0
bus info: scsi@11:0.0.0
logical name: /dev/cdrom
logical name: /dev/cdrw
logical name: /dev/dvd
logical name: /dev/dvdrw
logical name: /dev/sr0
version: JL10
capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
configuration: status=nodisc
Output of command execution with debug output enabled
Result when drive is empty
@claunia commented on GitHub (Apr 5, 2020):
When there is a disc on the drive is the disc mounted?
@elperepat commented on GitHub (Apr 5, 2020):
I didn't know I could unmount without ejecting a CD. I learn something everyday. Sorry for the newbie issue.
All is great now! I'm back to archiving old CDs! Oh, and which image format would you recommend as being the most complete for saving old PC games on CD-ROM? I know .iso doesn't save subchannels. That's why I found out about aaru. Which format should I use? .ccd and .mdf being proprietary, is there and open-source alternative to those?
Thanks!
@claunia commented on GitHub (Apr 5, 2020):
the most complete one is aaruformat. it's not yet perfect (specially for some particular copy protections), and not yet supported by any emulator, but it's the most complete for archival purposes (and it's obviously opensource).
@claunia commented on GitHub (Apr 5, 2020):
I'm closing the issue as fixed.