/swapfile 및 "스왑 헤더를 읽지 못했습니다."와 관련된 스왑 문제

/swapfile 및 "스왑 헤더를 읽지 못했습니다."와 관련된 스왑 문제

SWAP critical 0% free내 스왑 메모리가 NMS에 표시됩니다 .

나는 시도했다:

 `$ swapon --show`

그러나 아무것도 나타나지 않습니다. 나는 계속해서 다음을 수행합니다.

$ free -m
         total        used        free      shared  buff/cache   available
Mem:      7873        2858        1151        1295        3863        3373
Swap:        0           0           0

그 다음에:

$ swapon -a
swapon: /swapfile: insecure permissions 0644, 0600 suggested. 
swapon: /swapfile: read swap header failed

답변1

chmod 0600 /swapfile
mkswap /swapfile
swapon /swapfile

관련 정보