public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
From: "Raul A. Gallegos" <raul@asmodean.net>
To: "Speakup" <speakup@braille.uwo.ca>
Subject: moving /var and /home to a new partition
Date: Wed, 30 Mar 2005 13:11:44 -0700	[thread overview]
Message-ID: <004a01c53564$b3eca7c0$0d00a8c0@Saidar> (raw)

Hi.  I have FC3 installed and currently use the following on one hdd:

/hda1 swap
/hda2 /
/hda3 /usr/local
/hda4 /home

I did this because at time of install I only had one drive.  Now I will be 
installing a second drive for /home only.  So what I want to do is move 
/home to /hdc1 and then move /var to home's current partition /hda4.

I boot into single user mode first and edit fstab.

I know how to edit /etc/fstab but my question is what parameters I should 
give mv when moving the directories.

I figured I could temporarily mount /hdc1 as /newhome then:

cd /home
mv * /newhome

Now I can umount /newhome

Now for /var I could do:

cd /var
mv * /home

So when I reboot all the /var files will be in /home's old partition /hda4 
and the new /home will be on /hdc1.

What I'm worried about is preserving all permissions, ownerships, etc.

Does this all look right?



             reply	other threads:[~ UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
 Raul A. Gallegos [this message]
 ` Janina Sajka
   ` Raul A. Gallegos
     ` Steve Dawes
     ` Janina Sajka
       ` Raul A. Gallegos
 ` Joseph C. Lininger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='004a01c53564$b3eca7c0$0d00a8c0@Saidar' \
    --to=raul@asmodean.net \
    --cc=speakup@braille.uwo.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).