업데이트 3 :
업그레이드 후에도 다른 문제가 발생했기 때문에 시스템을 처음부터 다시 설치하기로 결정했습니다. 그러나이 문제는 지속되었습니다.
새로 설치시 "암호화 된 홈"을 사용하여 설치하도록 선택하면 암호화 된 스왑 구성이 손상됩니다.
업데이트 2 :
cfdisk가 불만을 제기 한 분할 순서를 수정했지만 문제가 지속됩니다. 스왑은 이제 / dev / sda6에 있으며 다음과 같이 스왑을 실행할 수 있습니다.
~$ sudo mkswap /dev/sda6
Setting up swapspace version 1, size = 7998460 KiB
no label, UUID=18881d0f-d9ec-43be-a23f-0cbd78ea6d22
$sudo nano /etc/crypttab # Update crypttad with new UUID
$ sudo /etc/init.d/cryptdisks reload
* Stopping remaining crypto disks...
* cryptswap1 (stopped)... [ OK ]
* Starting remaining crypto disks...
* cryptswap1 (starting)..
* cryptswap1 (started)... [ OK ]
$ sudo swapon -a
$ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 May 11 09:04 08b07f88-6da5-4b40-b062-42b3bb1c5f00 -> ../../sda3
lrwxrwxrwx 1 root root 10 May 11 09:08 18881d0f-d9ec-43be-a23f-0cbd78ea6d22 -> ../../sda6
lrwxrwxrwx 1 root root 10 May 11 09:04 19aa372c-05c8-4226-8f09-c54e5566e816 -> ../../sda5
lrwxrwxrwx 1 root root 10 May 11 09:04 A800B16E00B143DA -> ../../sda1
lrwxrwxrwx 1 root root 10 May 11 09:04 D28230E68230D129 -> ../../sda2
lrwxrwxrwx 1 root root 10 May 11 09:08 fcc8c419-8fec-4d4d-b55e-9e4c3b04d21d -> ../../dm-0
그러나 재부팅 후 스왑이 활성화되지 않고 다시 한 번 다음과 같이 보입니다.
$ ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 May 11 09:12 08b07f88-6da5-4b40-b062-42b3bb1c5f00 -> ../../sda3
lrwxrwxrwx 1 root root 10 May 11 09:12 19aa372c-05c8-4226-8f09-c54e5566e816 -> ../../sda5
lrwxrwxrwx 1 root root 10 May 11 09:12 A800B16E00B143DA -> ../../sda1
lrwxrwxrwx 1 root root 10 May 11 09:12 D28230E68230D129 -> ../../sda2
현재 디스크를 암호화로 설정하면 리눅스가 파티션 유형을 더 이상 인식하지 못하기 때문에 디스크를 올바르게로드하지 않아 UUID에 등록하지 못하므로 cryptswap에서 디스크를 찾을 수 없습니다. 그러나 나는 그것을 고치는 방법을 모른다 ..
업데이트 된 질문 :
추가 테스트 결과 $ mkswap / dev / sda5를 실행하여 스왑을 시작하고 실행할 수있는 것으로 나타났습니다.
그런 다음 올바른 UUID로 / etc / crypttab을 업데이트하고 여기에 설명 된 단계를 따릅니다. 암호화 된 스왑 파일을 어떻게 설정합니까?
그러나 컴퓨터를 재부팅 할 때 문제가 남아 있으며 실행할 때 / dev / sda5가 나타나지 않습니다.
$ ls -l /dev/disk/by-uuid/
만약 내가한다면:
$ cfdisk /dev/sda
다음과 같은 오류가 발생합니다.
FATAL ERROR: Bad logical partition 6: enlarged logical partitions overlap
Press any key to exit cfdisk
그래픽 "디스크"유틸리티는 디스크를 사용하여 디스크를 열 때 발생하는 오류에 대해 불평하지 않습니다.
$ sudo fdisk -l
Disk /dev/sda: 256.1 GB, 256060514304 bytes
255 heads, 63 sectors/track, 31130 cylinders, total 500118192 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 identifier: 0x619aebf1
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 100870143 50331648 7 HPFS/NTFS/exFAT
/dev/sda3 191397888 192397311 499712 83 Linux
/dev/sda4 192399358 500117503 153859073 5 Extended
/dev/sda5 484118528 500117503 7999488 82 Linux swap / Solaris
/dev/sda6 192399360 484118527 145859584 83 Linux
Partition table entries are not in disk order
원래 질문 :
14.04 (13.04에서)로 업그레이드 한 후 컴퓨터가 심각한 속도 저하를 겪고 있습니다. 또한 스왑 공간이 없다는 것을 알았습니다!
$ sudo swapon -a
swapon: /dev/mapper/cryptswap1: stat failed: No such file or directory
암호화 된 스왑 설정에 문제가있는 것 같습니다 (내가 가지고 있음을 몰랐 음).
$ cat /etc/crypttab
cryptswap1 UUID=abe3c568-c8fd-4dfb-b8e9-0520d442dd61 /dev/urandom swap,cipher=aes-cbc-essiv:sha256
$ ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 May 6 11:00 08b07f88-6da5-4b40-b062-42b3bb1c5f00 -> ../../sda3
lrwxrwxrwx 1 root root 10 May 6 11:00 19aa372c-05c8-4226-8f09-c54e5566e816 -> ../../sda6
lrwxrwxrwx 1 root root 10 May 6 11:00 A800B16E00B143DA -> ../../sda1
lrwxrwxrwx 1 root root 10 May 6 11:00 D28230E68230D129 -> ../../sda2
그리고 내 fstab을보고
$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda6 during installation
UUID=19aa372c-05c8-4226-8f09-c54e5566e816 / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda3 during installation
UUID=08b07f88-6da5-4b40-b062-42b3bb1c5f00 /boot ext2 defaults 0 2
# swap was on /dev/sda5 during installation
#UUID=abe3c568-c8fd-4dfb-b8e9-0520d442dd61 none swap sw 0 0
/dev/mapper/cryptswap1 none swap sw 0 0
내 생각에 sda5의 설정에 문제가 있지만 암호화되도록 설정되어 있으므로 수정 방법을 모르겠습니다. 진행하는 방법에 대한 도움을 주시면 감사하겠습니다.