我相信我已经设置了交换,但我不确定,因为在启动时它说它类似于“无法挂载 /dev/mapper/cryptswap1 M for manual S for skip”。但是好像是挂载了?我已经尝试过这个解决方案但没有成功。
当我运行free -m输出是:
total used free shared buffers cached
Mem: 3887 769 3117 0 54 348
-/+ buffers/cache: 366 3520
Swap: 4026 0 4026
Run Code Online (Sandbox Code Playgroud)
并且sudo bklid是:
/dev/sda1: UUID="9fb3ccd6-3732-4989-bfa4-e943a09f1153" TYPE="ext4"
/dev/mapper/cryptswap1: UUID="bd9fe154-8621-48b3-95d2-ae5c91f373fd" TYPE="swap"
Run Code Online (Sandbox Code Playgroud)
并且cat /etc/crypttab是:
cryptswap1 /dev/sda5 /dev/urandom swap,cipher=aes-cbc-essiv:sha256Run Code Online (Sandbox Code Playgroud)
我的/etc/fstab是:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may …Run Code Online (Sandbox Code Playgroud) Linux 新手并且有小问题:/。我最初遵循了本指南,但没有收到正确的输出,也没有显示我的 ATI Radeon HD 5000 温度或风扇速度。然后使用本指南,表现出同样的问题。安装没有问题,也没有错误。我认为由于某种原因它没有阅读 i2c。专有驱动程序已根据 fglrxinfo 安装并正常运行。我可以使用 aticonfig 命令并查看温度和风扇。在搜索了两个星期的互联网后,我仍然没有找到任何解决方案或如何使其正常工作。
关于如何让 ATI Radeon 传感器在“传感器”下工作的任何想法?
当我运行“sudo sensor-detect”时,这是我的输出
# sensors-detect revision 5984 (2011-07-10 21:22:53 +0200)
# System: LENOVO IdeaPad Y560 (laptop)
# Board: Lenovo KL3
This program will help you determine which kernel modules you need
to load to use lm_sensors most effectively. It is generally safe
and recommended to accept the default answers to all questions,
unless you know what you're doing.
Some south bridges, …Run Code Online (Sandbox Code Playgroud)