我刚刚升级了我的系统并在我做的时候全新安装了 Ubuntu(上周从 CD 安装了 Oneiric Ocelot,但昨天升级到 12.04 LTS)。我有一个 i7 920(带超线程的四核),所以我应该看到 8 个处理器,但我在系统监视器图中只看到一个。
cat /proc/cpuinfo 返回:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 26
model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz
stepping : 4
microcode : 0x10
cpu MHz : 2672.633
cache size : 8192 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : …Run Code Online (Sandbox Code Playgroud) 我使用usermod -d ... -m. 现在,大多数程序都可以正常工作,但有一些(Dropbox 等)却不能。我相信这是因为不再有 /home/myuser 目录,因此硬编码以查看该目录的程序会失败。
我可以创建一个硬链接ln -d吗?看起来硬链接有问题,我什至不确定我是否可以跨磁盘创建它们。但我想尽快解决这个问题。