# /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
# / was on /dev/sda6 during installation
UUID=327e9a46-d65a-4cc7-9016-d23e8ca2f1aa / ext4 relatime,errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=0f237b0d-bf7f-49c5-9f0a-a9e4ff94d7f9 none swap sw 0 0
/dev/sda2 /media/OS_NTFS ntfs defaults,user,umask=222,nls=WINDOWS-1250 0 0
/dev/sda3 /media/D_NTFS ntfs defaults,user,umask=222,nls=WINDOWS-1250 0 0