ubuntuusers.de

fstab&crypttab

Datum:
5. Juni 2012 12:58
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
root@kubuntu:/# 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
/dev/mapper/vgkubuntu-root /               ext3    errors=remount-ro 0       1
# /boot was on /dev/sda1 during installation
UUID=f177697f-9e4a-4ada-8944-9adbc5415b7b /boot           ext3    defaults        0       2
/dev/mapper/vgkubuntu-home /home           ext3    defaults        0       2
/dev/mapper/vgkubuntu-swap none            swap    sw              0       0


root@kubuntu:/# cat /etc/crypttab 
kubuntu UUID=<9687477e-d943-4b63-9742-1e32a1baebe4> none luks