정확한 크기로 /dev/sda1 및 /dev/sda2를 생성합니다.

정확한 크기로 /dev/sda1 및 /dev/sda2를 생성합니다.

크기의 합을 만드는 방법은 무엇입니까 /dev/sda1? 나는 Google에 숨어서 다음을 시도했습니다./dev/sda220GB

Partition type
   p   primary (0 primary, 0 extended, 4 free)
   e   extended (container for logical partitions)
Select (default p): p
Partition number (1-4, default 1): 1
First sector (2048-286677119, default 2048): 
Last sector, +sectors or +size{K,M,G,T,P} (2048-286677119, default 286677119): +size 20G
Last sector, +sectors or +size{K,M,G,T,P} (2048-286677119, default 286677119): 

Created a new partition 1 of type 'Linux' and of size 136.7 GiB.

그러나 다시 전체 크기로 생성됩니다 136.7 GiB.

답변1

이 지침이 입력해야 하는 내용이 얼마나 혼란스러운지 알 수 있습니다.

+20G

프롬프트에 따르면 +size ....

답변2

게시한 예에서는 크기 구문이 올바르지 않습니다. "size"라는 단어를 생략해야 하며, 입력해야 하는 크기는 +20G입니다.

관련 정보