Linux help

  • Thread starter Thread starter Deleted-379826
  • Start date Start date
  • Views Views 2,057
  • Replies Replies 24
Yes, you'll lose the actual installed binaries, but not the configurations for them. So reinstalling them isn't that bad. To do what I said, do this in a terminal.
Code:
sudo -s
mount -t ext4 /dev/sda7 /mnt
cp -R /home/youruser /mnt/home
umount /mnt
exit
 
Yes, you'll lose the actual installed binaries, but not the configurations for them. So reinstalling them isn't that bad. To do what I said, do this in a terminal.
Code:
sudo -s
mount -t ext4 /dev/sda7 /mnt
cp -R /home/youruser /mnt/home
umount /mnt
exit
one last question how much space do i get out of this
 

Site & Scene News

Popular threads in this forum