<br><br><div class="gmail_quote">On Sat, Sep 25, 2010 at 6:54 PM, Shawn Fertch <span dir="ltr">&lt;<a href="mailto:sfertch@gmail.com">sfertch@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="gmail_quote"><div><div></div><div class="h5">On Sat, Sep 25, 2010 at 18:56, Scott Raun <span dir="ltr">&lt;<a href="mailto:sraun@fireopal.org" target="_blank">sraun@fireopal.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

On Sat, Sep 25, 2010 at 05:54:54PM -0500, Jon Schewe wrote:<br>
&gt; On 09/25/2010 02:47 PM, Scott Raun wrote:<br>
&gt; &gt; I lucked into a couple of bigger hard-drives (as in, larger than any<br>
&gt; &gt; of the disks I&#39;ve currently got in the system).  I don&#39;t have enough<br>
&gt; &gt; open drive-bay space to just add them.  I can add one at a time.  I&#39;d<br>
&gt; &gt; like to move my boot drive to one of the new drives, and then pull the<br>
&gt; &gt; current boot drive, working my way through. I&#39;ve currently got:<br>
&gt; &gt;<br>
&gt; &gt; hda (~120 MB)<br>
&gt; &gt; hda1 holds /<br>
&gt; &gt; hdb (~500 MB)<br>
&gt; &gt; hdb1 holds /home<br>
&gt; &gt; hdd (~20 MB)<br>
&gt; &gt; hdd1 holds swap<br>
&gt; &gt; hdd2 holds /spool<br>
&gt; &gt;<br>
&gt; &gt; So, I want add what will be hde, make it bootable, copy everything<br>
&gt; &gt; from hda to it (preserving permissions, users, etc.), take out hda &amp;<br>
&gt; &gt; boot from hde (maybe hde now becomes hda?), etc.<br>
&gt; &gt;<br>
&gt; &gt; Anyone have a pointer to a How-To?<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; Pretty much just copy data and then setup grub.<br>
&gt; for each partition:<br>
&gt;   mkdir /new/partition<br>
&gt;   cd /partition<br>
&gt;   find . -print0 | cpio -0pmd /new/partition # if you have acls on your<br>
&gt; filesystem you&#39;ll want to use pax instead of cpio, I can get you that<br>
&gt; commandline too<br>
<br>
I don&#39;t have anything beyond basic rwxrwxrwx permissions, but I do<br>
have those. It doesn&#39;t look like cpio will preserve them?<br>
<br>
I haven&#39;t had to deal with this on a Linux box before - will I need to<br>
deal with any open files issues? Per ps -ae, I&#39;ve got the following<br>
processes running at the moment:<br>
<br>
acpid           dovecot         init            kthreadd        rpc.mountd<br>
afpd            dovecot-auth    kacpid          lockd           rpc.statd<br>
aio/0           emacs           kacpi_notify    mailmanctl      rsyslogd<br>
apache2         events/0        kblockd/0       migration/0     smbd<br>
ata/0           exim4           kgameportd      mutt            sort<br>
ata_aux         famd            khelper         nfsd            sshd<br>
atalkd          getty           khubd           nfsd4           su<br>
bash            hald            kjournald       nmbd            udevd<br>
CMD             hald-addon-acpi kondemand/0     papd            uniq<br>
column          hald-addon-inpu kpsmoused       pdflush         watchdog/0<br>
cron            hald-addon-stor kseriod         portmap         winbindd<br>
cupsd           hald-runner     ksoftirqd/0     ps<br>
cut             imap-login      ksuspend_usbd   python<br>
dbus-daemon     inetd           kswapd0         rpciod/0<br>
<br>
Some I know I don&#39;t have to worry about - emacs, sort, uniq, ps, cut,<br>
and column are all due to this e-mail message. I should be able to get<br>
rid of most of the k* processes by changing to a lower run-level - I<br>
never use X on this box anyway. The rest? I know I can manually shut a<br>
bunch of them down (apache2, the imap stuff, probably cups, exim,<br>
samba).<br>
<br>
&gt; done<br>
&gt; grub<br>
&gt; grub&gt; device(hd0) /dev/hde<br>
&gt; grub&gt; root(hd0,0) # if boot is first partition on drive hde<br>
&gt; grub&gt; setup(hd0)<br>
&gt; grub&gt; quit<br>
&gt; shutdown<br>
&gt; pull other drives and make sure hde is now first drive to BIOS<font color="#888888"><br></font></blockquote></div></div><div><br>Boot from a live cd such as slax or ubuntu, then create your partitions and rsync the data.  This should preserve your permissions, ownership, etc. <br>

</div></div><br></blockquote><div><br>On the live-cd theme, why not use clonezilla to copy your boot drive, and then possibly use the fsutils live cd to expand the partition on a bigger drive and then replace your /dev/hda - boot off of it and rsync the data over from your other smaller drives.  <br>
<br>-Rob<br> <br></div></div>