33[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( LICENSE )
44[ ![ Rust] ( https://img.shields.io/badge/rust-1.80%2B-orange.svg )] ( https://www.rust-lang.org/ )
55[ ![ Platform] ( https://img.shields.io/badge/platform-Windows%20%7C%20Linux-lightgrey.svg )] ( https://github.com/appsjuragan/diskOfflaner-rust )
6- [ ![ Version] ( https://img.shields.io/badge/version-1.0.8 -green.svg )] ( CHANGELOG.md )
6+ [ ![ Version] ( https://img.shields.io/badge/version-1.0.9 -green.svg )] ( CHANGELOG.md )
77
88** Safe and simple disk management for Windows and Linux.**
99
@@ -14,6 +14,9 @@ DiskOfflaner is a cross-platform desktop application designed to manage the onli
1414- ** Visual Dashboard** : View all physical disks, models, sizes, and partition information in a clean layout
1515- ** Status Indicators** : Clear visual cues distinguish between Online (Green) and Offline (Red) drives
1616- ** One-Click Control** : Toggle disk status easily without complex command-line tools
17+ - ** Partition Management** :
18+ - ** Mount/Unmount** : Easily mount or unmount individual partitions on any disk
19+ - ** Drive Letter Selection** : Choose specific drive letters when mounting partitions (Windows)
1720- ** USB Auto-Detection** : Automatically detects when USB drives are connected or disconnected
1821- ** Improved Disk Detection** : Accurately distinguishes between SSD, HDD, and NVMe drives on Windows using seek penalty checks
1922- ** Safety Mechanisms** :
@@ -59,7 +62,9 @@ sudo ./scripts/install_linux.sh
5962- ** Set Online** : Click the "Set Online" button to remount a disk
6063- ** Refresh** : Use the Refresh button in the top panel to update the list after connecting new hardware
6164- ** Theme** : Toggle between Light and Dark modes using the theme button in the header
62- - ** Partition Management** : View partition details and manage mount/unmount operations (Linux)
65+ - ** Partition Management** :
66+ - Click "Unmount" to remove a drive letter from a partition
67+ - Click "Mount" to assign a drive letter (you can choose a specific letter or let Windows decide)
6368
6469## Building from Source
6570
0 commit comments