我刚刚安装了 Ubuntu 12.04 并使用 gparted 来擦除和扩大我的交换分区。当我重新启动时,gparted 说交换的文件分区未知。Gparted 不允许我将文件分区更改为“linux-swap”。它确实让我将其更改为 NTFS,但是当我重新启动时,它又回到“未知”状态。在此先感谢您的帮助。
输出sudo swapon -s
:
Filename Type Size Used Priority
/dev/mapper/cryptswap1 partition 9025532 0 -1
Run Code Online (Sandbox Code Playgroud)
输出sudo fdisk -l
:
Disk /dev/sda: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 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: 0x9d63ac84
Device Boot Start End Blocks Id System …
Run Code Online (Sandbox Code Playgroud)