
최근 Windows 7과 함께 Ubuntu 13.10을 설치했습니다. 를 사용하면 명령 프롬프트에서 최대 절전 모드가 작동하지 않지만 를 sudo pm-hibernate
사용하면 일시 중단이 제대로 작동합니다 sudo pm-suspend
.
무엇이 문제일까요? 이 문제를 어떻게 해결하나요?
출력 sudo fdisk -l
:
Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders, total 195371568 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: 0xe0779162
Device Boot Start End Blocks Id System
/dev/sda1 * 63 195366464 97683201 7 HPFS/NTFS/exFAT
고양이의 외출 /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>
/host/ubuntu/disks/root.disk / ext4 loop,errors=remount-ro 0 1
/host/ubuntu/disks/swap.disk none swap loop,sw 0 0
출력 sudo blkid -o full -s UUID
:
/dev/loop0: UUID="59cea3d6-37da-4a92-8ccf-f500a76750ff"
/dev/sda1: UUID="A4D4A3CAD4A39CD4"
답변1
최대 절전 모드는 지원되지 않습니다.우비 설치. Ubuntu를 이중 부팅 OS로 다시 설치한 다음 최대 절전 모드를 활성화하려면 스왑 파티션을 만들어야 합니다.
나타내다: