Separete by partition after u CAN mangea it with fstab!.!!!
?
Don't be so anxious - re-read and correct before pressing 'Post'.
I deduce what you want to do is put the various directories /tmp, /var, /usr etc. in different partitions. This is quite possible using the normal linux methods in /etc/fstab, with two provisos:
1) Without changing the boot sequence, the root directory must be in partition 2.
2) The assignment of partitions to drive names happens at boot and may change depending on what's plugged in: this is why guiplug doesn't use fstab. As an experiment, I split up a 4GB SD card into 8 partitions, moved the files concerned and created an fstab assuming the card would be /dev/sdb (external SD). This seems to work.
I have seen a suggestion on this matter, but haven't tried it:
Concerning the device order problem (/sda/sdb/sdc/sdd), it seems that there is a workaround: using a disk label.
Set up a label with the e2label command (ie: e2label /dev/sda bootdisk), then, at the boot prompt, add the following parameter: root=LABEL=bootdisk
Please share any progress you make.