• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Linux - move partition?

Batti

Golden Member
I have a Mandrake 7.2 system going with a 2GB drive for /. I've run out of space. I added another 2GB drive... now how can I move something like /usr to it without breaking everything?
 
Ok its simple,

copy the contents of /usr to the other partition...and edit the /etc/fstab to mount that
partition on the /usr directory...with a line like:

"/dev/?d?? /usr ext2 defaults 0 0"

this will automatically mount the partition under /usr...you do it mannually with

mount -t ext2 /dev/?d?? /usr

......god luck.....if you have any problems just ask....
 
Thanks! I was thinking those were the steps. Now, any thoughts on what's better to move? /usr or /etc?
 
Well,

It would be funny to move /etc.... this is were configurations are 🙂 .... anyway /etc shouldn't
be moved and its very small....

You should move /usr or /home depending on their size.....and on what you are planning to do with
the system....
 
Back
Top