LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Moving linux partition from original hard drive to another, howto??? (https://www.linuxquestions.org/questions/linux-general-1/moving-linux-partition-from-original-hard-drive-to-another-howto-202713/)

vectordrake 07-15-2004 11:30 PM

:rolleyes: Sorry, my bad! :cool: I just watched a Bill Hicks documentary. I've seen the light now. I won't happen again, says goat-boy...

jong357 07-16-2004 01:11 AM

Quote:

Just guessing here, but it may be because proc is a virtual file system and not a real file system.
Right... Thats exactally what I was implying. Trying to issuse a:

cp -Rav /* /mnt/backup

is a pointless command that will result in your computer stalling on /proc....

vectordrake 07-16-2004 07:36 AM

We are discussing section 7 of said howto. Its all there, on one short page.:D I actually used the second method and copied/pasted the script, changing the name of the path to /mnt/new, since I like my mount points all in the same corral. ymmv

jong357 07-16-2004 12:17 PM

Nice.... Never knew about the 'x' switch....

vectordrake 07-16-2004 05:08 PM

Handy if you have mountpoints for windows or freebsd], or whatever. That way it doesn't recurse through the mount points as well. This has become my favorite HOWTO page (just discovered it a week before I saw Fear58's post) as I hop around and move my files all over the place (and burn the important fun stuff to cd JIC). :D

This is why I persisted with this train of thought. ;) Its a good howto (not all are as good)

kj6loh 01-12-2005 05:23 PM

Quote:

Originally posted by vectordrake
That's the shortfall of the direct copy method. You are correct. /proc is a virtual filesystem, so its always changing on each bootup. All you have to do is make the /proc directory. The first boot will fill it with all the goodies.
Actually, not just the first boot but each boot will, as the proc filesystem is never saved.

vectordrake 01-12-2005 09:31 PM

Wow, I'm still subbed to this thread? I don't wanna say something mean, but didn't you just restate what you quoted?

gibsonguitar11 02-15-2008 04:26 PM

Option C...
 
hey, as long as im here, i'll shout out an idea.

Copy the partition over using DD something. Then in Qtparted or some GUI program or such, expand the partition to fit a larger/smaller drive?




Also, could i take a hard drive, and move it from one computer to another completely different computer, ASSUMING that they have the same Arch.?


All times are GMT -5. The time now is 01:35 AM.