How can I modify fstab to have sdb1, my home partition in? It currently looks like this:
NOTE: dev/sdb1 is the home partition
# /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/p$>
/dev/sda1 /boot ext2 noauto.noatime 1 2
/dev/sda2 none swap sw 0 0
/dev/sda3 / xfs noatime 0 1
/dev/sdb1
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
Question
fusion-cat
How can I modify fstab to have sdb1, my home partition in? It currently looks like this:
NOTE: dev/sdb1 is the home partition
Link to comment
Share on other sites
7 answers to this question
Recommended Posts