Hallo zusammen,
beim booten bekomme ich jedesmal kurz die Fehlermeldung:
Das Laufwerk für /dev/mapper/cryptswap ist noch nicht bereit oder noch nicht vorhanden. Fortfahren, um zu warten, s überspringt das Einhängen, m für manuelle Wiederherstellung
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | stefanott@IdeaPad-S10-2:~$ sudo fdisk -l Disk /dev/sda: 160.0 GB, 160041885696 bytes 255 Köpfe, 63 Sektoren/Spur, 19457 Zylinder, zusammen 312581808 Sektoren Einheiten = Sektoren von 1 × 512 = 512 Bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00015b15 Gerät boot. Anfang Ende Blöcke Id System /dev/sda1 2048 5199871 2598912 82 Linux Swap / Solaris /dev/sda2 * 5199872 312580095 153690112 83 Linux Platte /dev/mapper/cryptswap1: 2661 MByte, 2661285888 Byte 255 Köpfe, 63 Sektoren/Spur, 323 Zylinder, zusammen 5197824 Sektoren Einheiten = Sektoren von 1 × 512 = 512 Bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x8c56b05d Festplatte /dev/mapper/cryptswap1 enthält keine gültige Partitionstabelle |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | stefanott@IdeaPad-S10-2:~$ cat /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> proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda2 during installation UUID=388731bf-2bb0-416a-a33e-0dbe552b3bbc / ext4 errors=remount-ro 0 1 # swap was on /dev/sda1 during installation #UUID=23a02b99-a3c2-4097-8ecc-cd3edd83e6e4 none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0 |
1 2 | stefanott@IdeaPad-S10-2:~$ cat /etc/crypttab cryptswap1 /dev/sda1 /dev/urandom swap,cipher=aes-cbc-essiv:sha256 |
1 2 3 | stefanott@IdeaPad-S10-2:~$ blkid /dev/sda2: UUID="388731bf-2bb0-416a-a33e-0dbe552b3bbc" TYPE="ext4" /dev/mapper/cryptswap1: UUID="beb43731-bea0-49ec-a607-f9a2c19ccaab" TYPE="swap" |
Das ganze tritt auch nach einer zweiten Neuinstallation auf einer frisch partitionierten Platte meines Netbooks auf, Stimmt da was nicht oder ist das ein rein kosmetisches Problem?
LG Stefan

2004 – 2013 ubuntuusers.de • Einige Rechte vorbehalten