[PR #648] [MERGED] Detect all unknown non-removable media as HDD #1130

Closed
opened 2026-01-29 15:42:04 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aaru-dps/Aaru/pull/648
Author: @darkstar
Created: 7/28/2021
Status: Merged
Merged: 7/29/2021
Merged by: @claunia

Base: masterHead: fix1


📝 Commits (2)

  • 1a6a446 Detect all unknown non-removable media as HDD
  • 741ef99 Fix Blocksize from Read16 for media dump

📊 Changes

2 files changed (+7 additions, -3 deletions)

View changed files

📝 Aaru.Core/Devices/ReaderSCSI.cs (+3 -3)
📝 Aaru.Core/Media/Info/ScsiInfo.cs (+4 -0)

📄 Description

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aaru-dps/Aaru/pull/648 **Author:** [@darkstar](https://github.com/darkstar) **Created:** 7/28/2021 **Status:** ✅ Merged **Merged:** 7/29/2021 **Merged by:** [@claunia](https://github.com/claunia) **Base:** `master` ← **Head:** `fix1` --- ### 📝 Commits (2) - [`1a6a446`](https://github.com/aaru-dps/Aaru/commit/1a6a446520fe4c8e8e1b54ff262b445dd7d32bb5) Detect all unknown non-removable media as HDD - [`741ef99`](https://github.com/aaru-dps/Aaru/commit/741ef99f9fa1e635b213f65971a485d6908316da) Fix Blocksize from Read16 for media dump ### 📊 Changes **2 files changed** (+7 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `Aaru.Core/Devices/ReaderSCSI.cs` (+3 -3) 📝 `Aaru.Core/Media/Info/ScsiInfo.cs` (+4 -0) </details> ### 📄 Description ## Types of changes <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> - [x] Bug fix (non-breaking change which fixes an issue) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:42:04 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#1130