Fernando Costa wrote:
> I have the /home on its own partition, but I need to move it to the root
> partition without losing data, which is the safest way to do that? My
> root partition is about 20G and the /home partition is about 8G and less
> than 1G is used because I store my data in a different partition.
> 
> openSUSE 10.2

Lots of advice about how to do this from various people, so let me be
contrarian :)

Don't do it.

I believe it's much better to have too many filesystems rather than too
few. You don't say what your real problem is - I guess you're trying to
recover the 8 GB? So copy the contents of /home into the root partition
temporarily, reformat the 8 GB as LVM space and then recreate /home as a
 logical volume.

BTW, your root partition is way too big, IMHO. I'd have about 2 GB for
root and put the other 18 GB into LVM with /usr, /var, /opt in their own
logical filesystems. If you're using ext3 or reiserfs (don't know about
others), you can then grow them as needed.

I'd make all changes while running some other system (e.g. a live disk
like Bob Kline suggested). I always keep my previous system in another 2
GB partition for this sort of work.

Cheers, Dave
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to