| # /etc/fstab: static file system information.
|
| #
|
| # noatime turns off atimes for increased performance (atimes normally aren't
|
| # needed); notail increases performance of ReiserFS (at the expense of storage
|
| # efficiency). It's safe to drop the noatime options if you want and to
|
| # switch between notail / tail freely.
|
| #
|
| # The root filesystem should have a pass number of either 0 or 1.
|
| # All other filesystems should have a pass number of 0 or greater than 1.
|
| #
|
| # See the manpage fstab(5) for more information.
|
| #
|
|
|
| # <fs> <mountpoint> <type> <opts> <dump/pass>
|
|
|
| # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
|
| #
|
| # NOTE: Even though we list ext4 as the type here, it will work with ext2/ext3
|
| # filesystems. This just tells the kernel to use the ext4 driver.
|
| #
|
| # NOTE: You can use full paths to devices like /dev/sda3, but it is often
|
| # more reliable to use filesystem labels or UUIDs. See your filesystem
|
| # documentation for details on setting a label. To obtain the UUID, use
|
| # the blkid(8) command.
|
|
|
| #LABEL=boot /boot ext4 noauto,noatime 1 2
|
| UUID=5559d471-a2e6-414e-9cd2-069ec142963d / ext4 defaults,noatime 0 1
|
| UUID=af675ac5-9b49-4043-ba8d-0b0fb8104710 /var ext4 defaults,noatime 0 1
|
| UUID=d5e6a9ef-f5cf-468e-b2f6-3dbe826c498c /home/platyhelminth/Annex_Disk ext4 defaults,noatime 0 1
|
| UUID=433b1860-d6b0-4754-afb0-360ddb96cb18 swap swap sw 0 0
|
| shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
|
| #/dev/cdrom /mnt/cdrom auto noauto,user 0 0
|