Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: problems after install



On Fri, 29 Sep 2000, Gunther Nikl wrote:

>     - mount your /usr partition to eg. /mnt
>     - cd /usr ; tar -cf - . | (cd /mnt && tar -xf -)
>       (be _very_ careful with the above commandline!)
>     - edit /etc/fstab and add the correct /usr mount data

        Please do not try the above - you will lose the setuid bits on
        programs and su and various other tools will beak for non root
        use.

        Use either:
                cd /usr ; pax -rw -pe . /mnt
        or
                cd /usr ; tar -cf - . | (cd /mnt && tar -xpf -)




Home | Main Index | Thread Index | Old Index