[System Installation] 系统盘默认被加密 Resolved
Tofloor
poster avatar
Kela
deepin
2024-09-26 17:35
Author

系统安装时并没有让我选择是否加密磁盘,由于我修改了系统配置导致无法开机,当我用其他系统或工具读取磁盘时被告知磁盘处于写保护状态,使用dg等磁盘工具只能看见文件,不能读取也不能写入。希望安装引导程序有是否需要磁盘加密的选项,Windows的bl功能已经够烦人了,谁没事干偷你硬盘,能不能关掉。还有,我希望有一个能让我读写数据的办法,现在我的系统不开机,我需要把配置文件改回去。

磁盘 /dev/sdc:136.4 GB, 136365211648 字节,266338304 个扇区
Units = 扇区 of 1 * 512 = 512 bytes
扇区大小(逻辑/物理):512 字节 / 4096 字节
I/O 大小(最小/最佳):4096 字节 / 4096 字节
磁盘标签类型:gpt
Disk identifier: B6CFCC53-16EE-45A0-9CEB-D59291875223


#         Start          End    Size  Type            Name
 1         2048       616447    300M  EFI System      primary
 2       616448      3762175    1.5G  Linux filesyste primary
 3      3762176     37316607     16G  Linux filesyste primary
 4     37316608    135268351   46.7G  Linux filesyste primary
 5    135268352    266338270   62.5G  Linux filesyste primary
[root@localhost ~]# mount /dev/sdc /data1
mount: /dev/sdc 写保护,将以只读方式挂载
mount: 未知的文件系统类型“(null)”
[root@localhost ~]# 
Reply Favorite View the author
All Replies
neko
deepin
Ecological co-builder
2024-09-26 19:39
#1

你没加具体分区所以挂载不了 mount /dev/sdc3 /data1

Reply View the author
Oli
deepin
2024-09-26 20:52
#2

applaud

Reply View the author
昨夜的星辰
deepin
2024-09-26 20:58
#3

/dev/sdc 表示硬盘

/dev/sdc3 表示一个磁盘分区

挂载到某一个目录一般是挂载的分区

Reply View the author