/dev/sda6
Linux Mint 17.2/Windows 10 듀얼 부팅에 스왑 파티션이 설치되어 있습니다. 저는 4GB RAM을 갖춘 HP 2000 노트북을 사용하고 있습니다. Linux Mint를 설치할 때 스왑 파티션을 생성했지만, 공교롭게도 저는 그것을 전혀 사용하지 않습니다. 스왑 파티션을 삭제하고 다른 파티션을 위해 2GB를 확보해야 합니다.
이것은 다음의 출력입니다 sgdisk --print /dev/sda
.
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory.
***************************************************************
Disk /dev/sda: 976773168 sectors, 465.8 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): B84ECCAF-EAC2-414C-B6C1-9782B1A75BDF
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 976773134
Partitions will be aligned on 2048-sector boundaries
Total free space is 10221 sectors (5.0 MiB)
Number Start (sector) End (sector) Size Code Name
1 2048 206847 100.0 MiB 0700 Microsoft basic data
2 206848 122882047 58.5 GiB 0700 Microsoft basic data
3 122882048 737282047 293.0 GiB 0700 Microsoft basic data
5 737284096 897077247 76.2 GiB 0700 Microsoft basic data
6 897079296 901076991 1.9 GiB 8200 Linux swap
7 901079040 976771071 36.1 GiB 8300 Linux filesystem
출력은 다음과 같습니다 swapon -s
.
Filename Type Size Used Priority
비어 있다고 가정합니까?