If you want these partitions to be automatically mounted at boot, you need to edit /etc/fstab. Check the fstab man page (command: man fstab) for more info. Before you do this, you will have to define some place for these to be mounted. (Some distros have a /mnt directory which might be a good place.)
BTW, I noticed that these partitions are type "Linux LVM" instead of "Linux" (0x8e instead of 0x83). I have no experience with LVM, but this might require a different entry from a simple ext3 partition. (If your lucky, an existing fstab entry will show you how to do this.)
|