On Wed, Sep 14, 2016 at 12:18 PM, Holger Wünsche <[email protected]> wrote: > I installed gentoo bun ran into some problems: > - the root-partition is read-only but shown as read-write when directly > booting into gentoo, > - the type of the root-partition is "none", > - when only mounting the root-partition using a gentoo live-cd all other > partitions are shown as mounted too and > - neither /dev, /proc, sys, run nor /tmp are mounted. >
How many of these problems are replaced simply by replacing /etc/mtab with a symlink to /proc/self/mounts? ie rm /etc/mtab ln -s /proc/self/mount /etc/mtab -- Rich

