emanuel@emanuel-desktop:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s 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).
#
#
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda1 during installation
UUID=548b49f1-6143-4869-8f18-745bfc941fb8 / ext3 errors=remount-ro 0 1
# /home was on /dev/sda5 during installation
UUID=d12e6a25-1415-4e6f-a5b1-2f3d48c55d5b /home ext3 defaults 0 2
# swap was on /dev/sda2 during installation
UUID=8bf577d2-f9f5-4817-948c-ba7c21ba6503 none swap sw 0 0
emanuel@emanuel-desktop:~$





