Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
未正常关闭的windows分区其实也是可以挂载的
Experiences and Insight
1597
views ·
3
replies ·
To
floor
Go
BingoLove
deepin
2014-05-16 18:02
Author
如果windows未正常关闭,比如windows休眠了,那么直接用文件管理器挂载windows的系统分区是会出错的,因为文件管理器默认是以可读写模式挂载,出于安全考虑,这种情况是会拒绝挂载的,一般会弹出错误。
这个时候是可以加 -r 以只读模式挂载的,我尝试过以只读模式手动挂载,可以正常访问windows系统分区的文件,当然这时候是不能写入文件的。不过似乎文件管理器没有以只读方式挂载的选项?
Reply
Like 0
Favorite
View the author
All Replies
a287740928
deepin
2014-05-16 21:17
#1
文件管理器应该更只能一点,当无法读写挂载时,如果可以只读挂载,那么提示用户只读挂载。
Reply
Like 0
View the author
dxqwx1
deepin
2014-05-17 02:10
#2
对win分区应该默认只读.......
Reply
Like 0
View the author
xliang9550
deepin
2014-05-17 20:03
#3
自己编译安装的ntfs-3g在遇到未正确关闭的NTFS卷的时候会自动修复,不影响挂载,回到Windows下也不会丢失数据。
系统是CentOS,官方源里没有ntfs-3g。手动编译安装之后与系统的文件管理器不能很好地整合,只能在终端提权之后手动mount -t ntfs-3g
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
login to bbs.deepin.org only works without ipv6
Deepin 25.2.0 Black Screen After Sleep
NVIDIA graphics driver are not working with enabled secure boot
lightdm-deepin-greeter fails to read display scale on fresh 25.2.0
UI freezes and extraction is slower CliPzipPlugin runs on GUI thread
OBS Flatpak with Treeland
Popular Events
More
这个时候是可以加 -r 以只读模式挂载的,我尝试过以只读模式手动挂载,可以正常访问windows系统分区的文件,当然这时候是不能写入文件的。不过似乎文件管理器没有以只读方式挂载的选项?