Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Change from reiserfs to ext3
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
tomaw
Guru
Guru


Joined: 26 Mar 2003
Posts: 429
Location: UK

PostPosted: Wed Jan 14, 2004 10:07 pm    Post subject: Change from reiserfs to ext3 Reply with quote

After several events that have caused me to have to use fsck on reiserfs (losing some files each time, I'll add...) I've decided to move over to ext3.
Should be noted that this decision is quite final, somehow my confidence has been hit

I have two partitions, root and home, both reiserfs. The home partition will be backed up to DVD as it's a disorganised mess and needs the attention anyway. However, I'm looking for a way to backup and restore the root partition.

Can I just:
Code:
cd /
tar xvzflp /home/root.tar.gz
mkfs.ext3 /dev/hda2
tar zxvf /home/root.tar.gz


from the livecd? I'm a little concerned about things like permissions and symlinks and thinking this should work, but just wanted to check.
_________________
Tom Wesley
Back to top
View user's profile Send private message
Crimson Rider
Guru
Guru


Joined: 23 Jun 2003
Posts: 462
Location: Delft, the Netherlands

PostPosted: Wed Jan 14, 2004 11:04 pm    Post subject: Reply with quote

To bad your decision is final, myself I have great confindence in ReiserFS

But if you want to move all from one filesystem to another you can use this procedure.

Mount both file systems, say at

/mnt/old
/mnt/new

then issue the following command

find /mnt/old -xdev | cpio -pvmd /mnt/new

I've used it mutiple times to move around my root fs while experimenting with LVM, ReiserFS, Ext3 and XFS.

I realize it is not backing up your root, but I assume you want to preserve your root to use it again, and you can do it this way.

Hope that helps

This post was answered in accordance with "the adopt an unanswered post initiative today"
_________________
Code, justify, code - Pitr Dubovich
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum