Obwohl die Swap-Partition vorhanden und zum Laden eingerichtet ist fstab
, wird sie immer noch nicht gemountet.
fdisk
gibt dies für die Swap-Partition zurück:
file system: /dev/sda5
start: 1
end: 244
blocks: 1951744
id: 82
system: Linux swap / Solaris
und in meinem fstab
heißt es
file system: /dev/sda5
mount point: none
type: swap
options: sw
dump: 0
pass: 0
und ich kann es gut laden, swapon /dev/sda5
aber es wird einfach nicht beim Booten geladen.
Gibt es weitere Informationen, die ich zur Fehlerbehebung geben kann? Ich weiß nicht, welche anderen Informationen nützlich sein könnten
Wie angefordert, vollständige fstab
Datei:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda6 / ext4 errors=remount-ro 0 1
/dev/sda5 none swap sw 0 0
/dev/sr1 none udf rw,noauto 0 0
Ich habe das Systemprotokoll durchgesehen und festgestellt, was es bedeutet oder ob es normal ist, aber:
Apr 29 17:57:24 caelan-ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda5
Apr 29 17:57:24 caelan-ubuntu 50mounted-tests: debug: /dev/sda5 is a swap partition; skipping
Ausgabe von mountall
mountall: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
mountall: Connection is closed
Ausgabe von mountall -v
http://pastie.org/private/ras9mc7mf66yudnjoem4w
swap finished
...
local 4/4 remote 0/0 virtual 12/12 swap 0/0
Ich bin mir nicht sicher, ob Swap immer noch nicht geladen wird. Kann immer noch in der Kommandozeile hinzugefügt werden, und meine Windows-Partition wird beim Booten eingehängt, und das steht auch in der fstab.
sudo blkid
.