Comment 2 for bug 438962

Revision history for this message
Steve Langasek (vorlon) wrote :

Pasting the user's fstab as requested (non-booting systems make cut-n-paste !fun)

# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' 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 defaults 0 0
/dev/mapper/vg1-root_crypt / ext4 relatime,errors=remount-ro 0 1
# /boot was on /dev/mapper/vg0-boot during installation
UUID=350a70dd-78c3-4616-ae04-7038341cda18 /boot ext3 relatime 0 2
/dev/mapper/vg1-swap_crypt none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/resumefile swap swap noauto,defaults 0 0