打开/关闭搜索
搜索
打开/关闭菜单
通知
打开/关闭个人菜单
查看“Windows11/只读挂载”的源代码
来自OSSmedia
查看
阅读
查看源代码
查看历史
associated-pages
页面
讨论
更多操作
←
Windows11/只读挂载
因为以下原因,您没有权限编辑本页:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
在windows系统中只读挂载磁盘 答案 https://superuser.com/questions/213005/how-to-mount-an-ntfs-partition-read-only-in-windows == 拆解 == === 调整自动挂载 === 关闭 mountvol.exe /N 开启 mountvol.exe /E === 修改磁盘参数 === * Run diskpart * Enter list volume * Enter select volume X (where X is the correct volume number from the previous command) * Enter attributes volume set readonly * Enter detail volume and ensure the read-only bit is set Now you can mount the volume and it will be read-only. Note that the diskpart commands can be abbreviated, e.g. att vol, det vol. === 恢复磁盘参数 === 前半同上 最后 att vol clear readonly
返回
Windows11/只读挂载
。