Thread: How to: Move /home to it’s own partition
if have arrived here searching, may have come across this blog carthik.
while excellent in it's instruction, many readers tripping when comes maintaining moved '/home' directories/files owner:group properties.
the above code may cause real nightmare particularly if have many users in home directory, of copied files , folders become root:root.posted carthik
better handled performing following instead maintain owner:group properties directories/files copied over:-
hope helps.code:$( cd /home ; tar cfv – . ) | ( cd /mnt/newhome ; tar xf – )
accomplishes task well.code:cd /home; rsync -av . /mnt/newhome
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] How to: Move /home to it’s own partition
Ubuntu
Comments
Post a Comment