What do you mean  "df shows duplicate root partitions"?
Do you mean something like

 Filesystem           1K-blocks      Used Available Use% Mounted on
 /dev/hda2               632476    104088    496260  18% /
 /dev/hda1               116648      5443    105183   5% /boot
 /dev/hda5              1897420    594208   1206824  33% /var
 /dev/hda2               632476    104088    496260  18% /
 tmpfs                   258348        16    258332   1% /dev/shm
 /dev/hda6              3162420   1693484   1308288  57% /usr
 /dev/hda7              3162420    636100   2365672  22% /opt

If so,
that is easily fixed.
The problem is simply that it is listed in /etc/mtab twice.

Quick way to fix it might be  (no promises)

        cat /dev/null > /etc/mtab
        mount -f /
        sync ; sync ; shutdown -r now

If you have network access
it would be better to use your favourite editor on /etc/mtab.

-- R;

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to