# /etc/fstab: static file system information.
#
# 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.
#
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
#
# See the manpage fstab(5) for more information.
#
# <fs>			<mountpoint>	<type>		<opts>		<dump/pass>

/dev/sda1		/boot		ext2		noatime	1 2
/dev/sda3		none		swap		sw		0 0
/dev/sda4		/		xfs		noatime		0 1
#/dev/cdrom		/mnt/cdrom	auto		noauto,ro	0 0
