I recently added a RAID array to my linux server. I modified /etc/fstab to include an entry for the new filesystem, and it starts automatically at boot time. So far everything seems to be working fine. But I'm not sure if the last part of the entry is correct: /dev/sdb2 /web ext3 defaults 1 1 It's the '1 1' I'm not sure about. I just copied that from the entry for /. the entry for /boot has '1 2'. So what does that indicate, and what value should I use for the /web filesystem? As the name implies, I plan to host web files there. regards, shane