ubuntuusers.de

/etc/fstab

Autor:
Maniac_MacPain
Datum:
10. September 2008 13:18
Code:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/md0
UUID=6fd4f022-e1b7-4b89-b6fc-64af582b62f2 /boot           ext3    relatime        0       2
# /dev/sda2
UUID=456d0cac-d8d2-4ab1-ab3b-20de3e87727d none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
# /dev/md1
#UUID=69bd76a3-119d-4bb1-9a1c-45c7518a2b80 /               ext3    relatime,errors=remount-ro 0       1
/dev/mapper/root        /       ext3    defaults,errors=remount-ro      0       1
# /dev/md4
/dev/mapper/home        /home   ext3    defaults        0       0