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 12/dev/sda2 none swap sw 00/dev/sda3 / xfs noatime 01/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