# /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>
# / was on /dev/sdc1 during installation
# UUID=3d3c488c-1d3f-41c6-83c9-8865d235c80c / ext4 errors=remount-ro 0 1
# /store was on /dev/sdd1 during installation
# /trash was on /dev/sdb1 during installation
# UUID=5B75939D18CCF352 /trash ntfs defaults,umask=007,gid=46 0 0
# /vneshka was on /dev/sde2 during installation
# /winboot was on /dev/sda1 during installation
# swap was on /dev/sdc5 during installation
# UUID=7db37f31-4839-4825-af4e-43ee0916b85c none swap sw 0 0
|