Skip to content

DiskMount 0.2.10

Latest

Choose a tag to compare

@samni728 samni728 released this 04 Aug 17:02

DiskMount 0.2.10

English

This release improves compatibility for NTFS disks with Chinese or other non-ASCII volume names and for bootable USB media written directly to a whole disk.

Fixed

  • Creates a safe ASCII-only NFS mount directory before starting anylinuxfs, fixing the reported Failed to resolve path error for the Chinese 大白菜U盘 volume.
  • Keeps the original volume name visible inside DiskMount while Finder may temporarily show a safe English mount name such as DiskMount-disk35s1.
  • Detects whole-disk USB file systems that have no partition table, including ISO/CD9660 installer media such as the reported Lenovo ESXi drive.
  • Clears the previous disk's success or error banner when a different physical device is inserted.
  • Adds regression tests for whole-disk discovery, partition deduplication, and physical-device replacement.

Important behavior

  • ISO/CD9660 installer media is inherently read-only. DiskMount can display it, open it in Finder, and safely eject it, but cannot enable write access.
  • DiskMount does not format, erase, repartition, or convert disks.
  • NTFS read/write may require an administrator password, Full Disk Access, and Removable Volumes permission. The password is never stored.

中文

本版本提升了中文及其他非 ASCII 卷名的 NTFS 磁盘兼容性,并支持识别直接写入整块磁盘的启动 U 盘。

修复内容

  • 在启动 anylinuxfs 前创建安全的纯英文 NFS 挂载目录,修复“大白菜U盘”出现的 Failed to resolve path 报错。
  • DiskMount 面板继续显示原始卷名;Finder 临时显示 DiskMount-disk35s1 等英文盘符时,不会改变磁盘原始卷名或文件。
  • 识别没有分区表的整盘文件系统,包括用户反馈的 Lenovo ESXi ISO/CD9660 启动 U 盘。
  • 插入另一块物理设备时,自动清除上一块磁盘遗留的成功或错误提示。
  • 增加整盘识别、分区去重和物理设备替换的回归测试。

重要说明

  • ISO/CD9660 安装盘在设计上就是只读介质。DiskMount 可以显示、在 Finder 打开和安全弹出,但不能启用写入。
  • DiskMount 不会格式化、抹掉、重新分区或转换磁盘。
  • NTFS 读写可能需要管理员密码、完全磁盘访问权限和可移动卷权限;密码不会被保存。