Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 04-08-2004, 02:14 PM   #1 (permalink)
Junkie
 
Location: RI
[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)
Fallon is offline  
Old 04-08-2004, 02:45 PM   #2 (permalink)
undead
 
Location: nihilistic freedom
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 is offline  
Old 04-08-2004, 03:23 PM   #3 (permalink)
In Your Dreams
 
Latch's Avatar
 
Location: City of Lights
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.
Latch is offline  
Old 04-08-2004, 07:50 PM   #4 (permalink)
undead
 
Location: nihilistic freedom
Quote:
nothingx, he needs the usrtmp dir to copy the data.
mmmm....

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.

Last edited by nothingx; 04-08-2004 at 07:53 PM..
nothingx is offline  
Old 04-09-2004, 02:15 AM   #5 (permalink)
In Your Dreams
 
Latch's Avatar
 
Location: City of Lights
Quote:
Originally posted by nothingx
mmmm....

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.
Makes sense to me

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 .
Latch is offline  
Old 04-09-2004, 07:05 AM   #6 (permalink)
Junkie
 
Location: RI
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
Fallon is offline  
 

Tags
dir, drive, linuxmoving


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 02:33 PM.

Tilted Forum Project

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73