Paul Sutton wrote:
> [...]
> contents of /sda5/ have been copied over with cp -a
> [...]
> With this 2nd fstab file i get as far as the login screen (gdm)
> 
> log in and get a message
> 
> cannot enter home directory using /

Hello, Paul.

It's possible that your mistake was:

        cp -a /home /temp-home

This would create:

        /tmp-home/home

When you remount from your new fstab it will be:

        /home/home

If this is the problem, move everything into the new /home:

        mv -i /home/home/* /home
        rmdir /home/home

Bye,

        Tony.
-- 
Dr. A.J.Travis, University of Aberdeen, Rowett Institute of Nutrition
and Health, Greenburn Road, Bucksburn, Aberdeen AB21 9SB, Scotland, UK
tel +44(0)1224 712751, fax +44(0)1224 716687, http://www.rowett.ac.uk
mailto:a.tra...@abdn.ac.uk, http://bioinformatics.rri.sari.ac.uk/~ajt

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/

Reply via email to