Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
250GB硬盘全盘加密安装后查看磁盘信息分享
Experiences and Insight
868
views ·
0
replies ·
To
floor
Go
lbygljq
deepin
2019-07-20 21:11
Author
本帖最后由 lbygljq 于 2019-7-28 11:41 编辑
今天全盘加密安装deepin15.11,终端命令
sudo fdisk -l
Copy the Code
得到信息如下:
Disk /dev/sdc: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x2df453fd
Device Boot Start End Sectors Size Id Type
/dev/sdc1 * 2048 3147775 3145728 1.5G 83 Linux
/dev/sdc2 3147776 488394751 485246976 231.4G 83 Linux
Disk /dev/mapper/luks_crypt: 231.4 GiB, 248444354560 bytes, 485242880 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/vg0-Swap: 11 GiB, 11811160064 bytes, 23068672 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/vg0-Root: 44.1 GiB, 47328526336 bytes, 92438528 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/vg0-Home: 88.2 GiB, 94652858368 bytes, 184868864 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/mapper/vg0-_dde_data: 88.2 GiB, 94648664064 bytes, 184860672 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Copy the Code
发现15.11版如果单独隔离 /boot 分区,最少需要1.5GB,比15.10版的1.0GB又涨了。
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
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
Cannot upgrade "Deepin 25.0.10"
Linyaps "YTDownloader" uninstall not possible app.netlify.ytdn
Popular Events
More
今天全盘加密安装deepin15.11,终端命令