250GB硬盘全盘加密安装后查看磁盘信息分享
Tofloor
poster avatar
lbygljq
deepin
2019-07-20 21:11
Author
本帖最后由 lbygljq 于 2019-7-28 11:41 编辑

今天全盘加密安装deepin15.11,终端命令
  1. sudo fdisk -l
Copy the Code
得到信息如下:
  1. Disk /dev/sdc: 232.9 GiB, 250059350016 bytes, 488397168 sectors
  2. Units: sectors of 1 * 512 = 512 bytes
  3. Sector size (logical/physical): 512 bytes / 512 bytes
  4. I/O size (minimum/optimal): 512 bytes / 512 bytes
  5. Disklabel type: dos
  6. Disk identifier: 0x2df453fd

  7. Device     Boot   Start       End   Sectors   Size Id Type
  8. /dev/sdc1  *       2048   3147775   3145728   1.5G 83 Linux
  9. /dev/sdc2       3147776 488394751 485246976 231.4G 83 Linux


  10. Disk /dev/mapper/luks_crypt: 231.4 GiB, 248444354560 bytes, 485242880 sectors
  11. Units: sectors of 1 * 512 = 512 bytes
  12. Sector size (logical/physical): 512 bytes / 512 bytes
  13. I/O size (minimum/optimal): 512 bytes / 512 bytes


  14. Disk /dev/mapper/vg0-Swap: 11 GiB, 11811160064 bytes, 23068672 sectors
  15. Units: sectors of 1 * 512 = 512 bytes
  16. Sector size (logical/physical): 512 bytes / 512 bytes
  17. I/O size (minimum/optimal): 512 bytes / 512 bytes


  18. Disk /dev/mapper/vg0-Root: 44.1 GiB, 47328526336 bytes, 92438528 sectors
  19. Units: sectors of 1 * 512 = 512 bytes
  20. Sector size (logical/physical): 512 bytes / 512 bytes
  21. I/O size (minimum/optimal): 512 bytes / 512 bytes


  22. Disk /dev/mapper/vg0-Home: 88.2 GiB, 94652858368 bytes, 184868864 sectors
  23. Units: sectors of 1 * 512 = 512 bytes
  24. Sector size (logical/physical): 512 bytes / 512 bytes
  25. I/O size (minimum/optimal): 512 bytes / 512 bytes


  26. Disk /dev/mapper/vg0-_dde_data: 88.2 GiB, 94648664064 bytes, 184860672 sectors
  27. Units: sectors of 1 * 512 = 512 bytes
  28. Sector size (logical/physical): 512 bytes / 512 bytes
  29. I/O size (minimum/optimal): 512 bytes / 512 bytes
Copy the Code
发现15.11版如果单独隔离 /boot 分区,最少需要1.5GB,比15.10版的1.0GB又涨了。
Reply Favorite View the author
All Replies

No replies yet