Re: Moving /home to its own partition.
ajlewis2_at_intac.com
Date: 08/04/03
- Previous message: Antony Gelberg: "exim smtp auth"
- Maybe in reply to: alex: "Moving /home to its own partition."
- Next in thread: leroyljr_at_ccsi.com: "Re: Moving /home to its own partition."
- Reply: leroyljr_at_ccsi.com: "Re: Moving /home to its own partition."
- Reply: Paul Johnson: "Re: Moving /home to its own partition."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: debian-user@lists.debian.org Date: Mon, 4 Aug 2003 06:50:41 -0400
> mkdir /b2
> mount -t ext2 /dev/hdb2 /b2
>
> # Drop to single user; kills any pesky daemons writing stuff in background.
> telinit 1
>
> # Anything here we don't understand? If not, proceed.
> cd /home && ls -la
>
> # Copy everything whose name does not start with a dot.
> cp -a * /b2 && sync
>
I was questioning the thing about not getting the dot files, but now I
realize that this means not the dot files in /home. It would get the dot
files in /home/<username> though. You would get the config files for the
users. A little slow this morning.
Question: What is the 'sync' for? I haven't done this before and am
wondering what I've been missing.
Thanks,
Anita
-- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Antony Gelberg: "exim smtp auth"
- Maybe in reply to: alex: "Moving /home to its own partition."
- Next in thread: leroyljr_at_ccsi.com: "Re: Moving /home to its own partition."
- Reply: leroyljr_at_ccsi.com: "Re: Moving /home to its own partition."
- Reply: Paul Johnson: "Re: Moving /home to its own partition."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]