LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   moving hdb to hda (https://www.linuxquestions.org/questions/linux-software-2/moving-hdb-to-hda-81689/)

linux inside 08-13-2003 03:08 PM

moving hdb to hda
 
hello i am wondering if i can move all my hdb files to my hda can this even be done? i need to do this because my linux distro is located on hdb and i need to reinstall my distro...:Pengy:

sorrodos 08-13-2003 03:26 PM

Sure, that can be done. If you just need to backup some important files, its easier, but you could also copy everything over if you wanted.

Make sure you have partitioned hda, make a new folder, open a file browser in X, copy each folder off / to the new folder on hda with the exception of where hda is mounted (since could cause an ugly recursive problem). You may run into problems if you try to copy everything back over after you reinstall your distro.

The best thing (I would think) to do here would be to just back up the files you can't get again. If you are reinstalling, why not do a clean install, then after thats done, connect to the internet or whatever and get the programs you want? That seems like it would work best to me. But then again, this just may be my Windows-brain kicking in telling me to do a clean install since thats the only thing that helps that beast of an OS sometimes :)

acid2000 08-13-2003 04:57 PM

partimage might help you, or
cp -R /mnt/hdb1 /mnt/hda1 or similar (hda and hdb will have to be mounted somewhere)


All times are GMT -5. The time now is 11:33 AM.