Well, i have /wd0a partition and i dont need partitions for usr, home, tmp and var under wd0a. In contrary, once init.root switches to wd0e (/newroot) partition, i would like to mount wd0f, wd0g, wd0h as var, usr and home. That's basic idea.
So you advise: Base /etc/fstab: --------------------------- /dev/wd0a / /dev/wd0e /newroot /newroot/etc/fstab: --------------------------- /dev/wd0e / /dev/wd0f /var /dev/wd0g /usr /dev/wd0h /home and i 'll try that. Regards, Eric Haszlakiewicz, 09/04/08 07:47:
On Thu, Sep 04, 2008 at 05:23:48AM +0300, Cem Kayali wrote:/newroot/etc/fstab: --------------------------- /dev/wd0a / /dev/wd0e /newrootI would think that this should just be "/dev/wd0e /", but since you didn't provide much info as to what your problems actually are, I'm just guessing. eric