[PR #9] Add size check before writing to SD and get rid of LinuxAccess. #10

Open
opened 2026-05-05 04:41:09 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RomanBelkov/DiskImager/pull/9
Author: @Sergey-Pravdyukov
Created: 7/19/2016
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • b80c1a3 Add size check before writing to SD and get rid of LinuxAccess.

📊 Changes

9 files changed (+60 additions, -131 deletions)

View changed files

📝 DiskImager/Disk.cs (+9 -2)
📝 DiskImager/DiskImager.csproj (+3 -3)
DiskImager/IDiskAccess.cs (+0 -39)
📝 DiskImager/MainForm.cs (+7 -6)
📝 DiskImager/Properties/Resources.Designer.cs (+19 -1)
📝 DiskImager/Properties/Resources.resx (+14 -5)
📝 DiskImager/Properties/Resources.ru.resx (+6 -0)
DiskImager/Win32/LinuxDiskAccess.cs (+0 -73)
📝 DiskImager/Win32/Win32DiskAccess.cs (+2 -2)

📄 Description

No description provided


🔄 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/RomanBelkov/DiskImager/pull/9 **Author:** [@Sergey-Pravdyukov](https://github.com/Sergey-Pravdyukov) **Created:** 7/19/2016 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b80c1a3`](https://github.com/RomanBelkov/DiskImager/commit/b80c1a399097f0ae90025bf92ec2ff6215f949ac) Add size check before writing to SD and get rid of LinuxAccess. ### 📊 Changes **9 files changed** (+60 additions, -131 deletions) <details> <summary>View changed files</summary> 📝 `DiskImager/Disk.cs` (+9 -2) 📝 `DiskImager/DiskImager.csproj` (+3 -3) ➖ `DiskImager/IDiskAccess.cs` (+0 -39) 📝 `DiskImager/MainForm.cs` (+7 -6) 📝 `DiskImager/Properties/Resources.Designer.cs` (+19 -1) 📝 `DiskImager/Properties/Resources.resx` (+14 -5) 📝 `DiskImager/Properties/Resources.ru.resx` (+6 -0) ➖ `DiskImager/Win32/LinuxDiskAccess.cs` (+0 -73) 📝 `DiskImager/Win32/Win32DiskAccess.cs` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror added the
pull-request
label 2026-05-05 04:41:09 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/DiskImager#10
No description provided.