Gentoo Archives: gentoo-user

From: Matthias Langer <mlangc@×××.at>
To: gentoo-user@l.g.o
Subject: [gentoo-user] /usr and /home to another partition
Date: Fri, 07 Oct 2005 00:53:50
Message-Id: 4345C603.2040804@gmx.at
1 I want to move the /usr and /home directories to another partition,
2 because I'm thinking of buying a new HD. It would be great if both
3 directories were on the same partition, as splitting drives never seemed
4 very appealing to me. As far as I know, one possibility would be to
5 [with the boot-cd]
6
7 # mv /usr /mnt/newHD/
8 # mv /home /mnt/newHD/
9 # ln -s /mnt/newHD/usr usr
10 # ln -s /mnt/newHD/home home
11
12 However, I'm not sure if this is the suggested method of doing so and to
13 be honest, I'm not completley sure if this would even work.
14
15 Any comments or suggestions ?
16 --
17 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] /usr and /home to another partition "W.Kenworthy" <billk@×××××××××.au>
Re: [gentoo-user] /usr and /home to another partition Joe Menola <menola@×××××××××.net>