problem with nautilus

Karl Larsen klarsen1 at gmail.com
Thu Apr 29 13:01:06 UTC 2010


On 04/28/2010 06:45 PM, Gary Kirkpatrick wrote:
> I get the following error messages when I load 9.1 remix (dell mini 10):
>
> 1) There is a problem with configuration server
> (/usr/lib/libcong2-4/gcong-sanity-check-2 exited with status 256)
>
> 2) could not update ICD authority file/home (I think).ice authority
>
> 3) Nautilus could not create the following required folders:
> home/gary/desktop     home/gary/.nautilus
>
>
> I partitioned my drive to to store data there.  I downloaded a
> program, whose name I forgot, and followed the instructions, which
> said that this would move my home folder to the new partition.
>
> My files are still there but I can not run nautilus.
>
> Thanks for your assistance!
>
>
> gary
>
>    
     The program you have with no name is at fault. Here is how to do 
it. For clarity let me say the place you want to put the old Home 
directory (/home/karl) in the /dev/sba2 partition at the /home/karl 
directory in the /dev/sba6 partition.

     First boot into the /dev/sba6 partition. When there open a terminal 
window. In this write this:

     $ sudo mount -t ext3 /dev/sba2 /mnt

     This puts /dev/sba2 in the /mnt directory. Please cd /mnt and make 
sure it is there and find the /home/karl/ directory. Your now ready to 
use copy (cp -a) to copy all the files to /dev/sba6/ /home directory.

      The old /home/karl is now at /mnt/home/karl/ which we just did 
with the mount command. Now to transfer every byte from the old 
/home/karl to the new /home/karl do this in a terminal:

$ cd /mnt/home/

$ sudo cp -a /karl/ /home/

      It will take several minutes but when done you have a perfect copy.







-- 

	Karl F. Larsen, AKA K5DI
	Linux User
	#450462   http://counter.li.org.
         Key ID = 3951B48D






More information about the ubuntu-users mailing list