(Modified 2009 Jan 31)
I have two hard drives in my Xubuntu machine, one with the OS and one with data. Automatically mounting the second drive took a bit of fiddling.
Instructions:
fdisk -l
vol_id -u /dev/sdb2
# /dev/sdb2 UUID=1abcd234-5678-9112-e345-6fg7hi892123 /data ext3 defaults,errors=remount-ro 0 2where the syntax for the columns is:
# <file system> <mount point> <type> <options> <dump> <pass>The <pass> column sets in what order fs check is executed, where 0 signifies unchecked.
This page is Lynx-enhanced