![]() |
[Linux]Moving a dir to a new drive
Alright, so I just killed off my old comp and salvaged my 10 gig hard drive and I figured I might as well throw my /usr dir onto it because the main drive is now at 73% capacity right now. Does anyone know how I can do this? I'm tempted to just move the usr dir to a usrtmp dir on the second drive then change my fstab and see if that works, but I don't really wanna kill my comp.
Just in case you need it, I'm running Libranet(based of Debian) |
I think you're on the right track, but there's no need for a usrtmp dir. Just partition, format, copy data, change fstab and reboot.
|
nothingx, he needs the usrtmp dir to copy the data.
I recently did this w/ my /home. Worked like a charm. I didn't even have to reboot (as there was nothing using my /home) dir at the time. I logged into the console as root, cp'd /home /new-home, fixed up the fstab, umounted /new-home, mounted /home. Worked perfectly. |
Quote:
I was thinking he would want to do this from a boot disk since he's moving around /usr and that could have some OS stuff in it. I figured Linux would get unhappy if you started mucking around with the code it was running from. Maybe it wouldn't be a problem though, then maybe it's better to be safe. Anyway, I was thinking there's no need for the /usrtmp dir because you can just throw the partition on /mnt. "mount /dev/hdb /mnt" or whatever. Then just cp -R /usr/* /mnt, umount /mnt, vi /etc/fstab, mount -a. Edit: sorry if that isn't much of a coherent thought... I get that way when I start thinking about operating systems. |
Quote:
You may be right about the /usr/OS-stuff issue. I think because it loads that instance of the program into memory (and he's just doing a copy).. he'd be alright. Mounting to /mnt or /usrtmp, doesn't make too much of a difference. Both do the same thing, just different names :). |
well, just to let you know what I'm doin, that move now is my backup of my comp. I fucked around with some of my includes earlier so I mostly hosed the system, but I wanna keep half of the files in the usr dir, so I'm downloading an updated system right now, and i'm gonna reinstall.
Thanks anywho though |
All times are GMT -8. The time now is 09:04 PM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project