Doing so, i have a problem with the correct rights of $HOME. What i did is this:DidierSpaier wrote: ...If you want to change the filesystem of your /home partition, you will have to first back up its content, change the file system, then restore the backup.
...
- i created - internally - a second partition
- copied the original home partition over there (by 'dd if=/dev/sda4 of=/dev/sda3')
- formatted then /dev/sda4 to xfs
But, it's not clear to me, a) how to mount the re-formatted /dev/sda4 as user - not as root? And i can only mount it as root how should i copy back the userfolder so that the rights are respected? I did it by hand, but when i boot up with this $HOME i get a warning about wrong rights and owner of $HOME/.dmrc. I changed them manually - as the login screen suggested ('chown <username>:users .dmrc, 'chmod 644 .dmrc) - but that did not change.
Many thanks in advance for any pointer!