Okay here are the files

eric@athena:~$ more /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>
# / was on /dev/sda2 during installation
UUID=a28c290e-aba6-4dd1-a6ff-9e5f1850e576 /               ext4    noatime,errors
=remount-ro 0       1
# /home was on /dev/sdb6 during installation
UUID=fa79ecc8-9a7b-4d4d-b2be-93c5c71a54b4 /home           ext4    defaults      
  0       2
# swap was on /dev/sdb7 during installation
UUID=000081df-07                        none            swap    sw              
0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
# Modification for SSD
tmpfs      /var/log        tmpfs      defaults,noatime        0    0
tmpfs      /tmp          tmpfs      defaults,noatime,mode=1777    0    0

eric@athena:~$ more /etc/crypttab
cryptswap1 /dev/sda5 /dev/urandom swap,cipher=aes-cbc-essiv:sha256
cryptswap2 /dev/sdb7 /dev/urandom swap,cipher=aes-cbc-essiv:sha256


eric@athena:~$ sudo blkid
/dev/sda1: LABEL="WIN-81" UUID="784655FD4655BC96" TYPE="ntfs" 
PARTUUID="9623c55b-01"
/dev/sda2: LABEL="UBUROOT" UUID="a28c290e-aba6-4dd1-a6ff-9e5f1850e576" 
TYPE="ext4" PARTUUID="9623c55b-02"
/dev/sdb5: LABEL="WINDATA" UUID="3EAE3B3D0E63A7AA" TYPE="ntfs" 
PARTUUID="000081df-05"
/dev/sdb6: LABEL="HOME" UUID="fa79ecc8-9a7b-4d4d-b2be-93c5c71a54b4" TYPE="ext4" 
PARTUUID="000081df-06"
/dev/sdb7: PARTUUID="000081df-07"
/dev/mapper/cryptswap2: UUID="27c25b59-b0d6-428c-a33e-f37ad17439f8" TYPE="swap"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1450046

Title:
  times out on missing swap partition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1450046/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to