LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Is it possible to move a folder to a new partition (https://www.linuxquestions.org/questions/slackware-14/is-it-possible-to-move-a-folder-to-a-new-partition-458877/)

mazebane 06-27-2006 02:49 PM

Is it possible to move a folder to a new partition
 
I have set up slack10.2 on 1 partition but i was thinking of moving /var onto another partiton, is there an easy way of doing this without reinstalling?

DrOzz 06-27-2006 02:58 PM

unmount the partition, make sure the other partition is ready with a filesystem, edit your /etc/fstab file to reflect what partition of the drive /var is going to be located, and re-mount.

but of course there is stuff in /var that you'll want, so just mount the new (and/or existing) partition as whatever cp -R /var /newpartition/ and then follow the steps above.

I wrote that quick, but I dont' think I missed anything. I'm sure someone will correct me if so.

mazebane 06-27-2006 03:52 PM

thanks, i will give that a try tonight :)

spooon 06-27-2006 04:27 PM

and also you can delete the stuff in the old place when you are done


All times are GMT -5. The time now is 12:41 PM.