Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Resier4
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
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Fri Feb 25, 2005 12:57 am    Post subject: Resier4 Reply with quote

I couldnt find anything on how to convert from reiserfs to reiser4. And whether this has downsides problems issues etc... Anyone know anything about this?
Back to top
View user's profile Send private message
mayday147
l33t
l33t


Joined: 22 Mar 2004
Posts: 825
Location: Bucharest, Romania

PostPosted: Fri Feb 25, 2005 12:59 am    Post subject: Reply with quote

I don't think it's possible to do that. It would be very nice to do that, though.
_________________
gentoo.ro
Back to top
View user's profile Send private message
davey_freeman@yahoo.com
n00b
n00b


Joined: 16 Jan 2005
Posts: 34

PostPosted: Fri Feb 25, 2005 8:25 am    Post subject: Reply with quote

As the namesys guys have repeatedly stated, reiser4 is a completely new filesystem, with none of the code from reiserfs. There is no way to convert directly. You must tar up your current filesystem, format it as reiser4, and untar everything back.

There are no plans by the reiser4 team to write a conversion tool.
Back to top
View user's profile Send private message
nesl247
Veteran
Veteran


Joined: 15 Jun 2004
Posts: 1614
Location: Florida

PostPosted: Fri Feb 25, 2005 1:48 pm    Post subject: Reply with quote

Can you please specify the best command to tar it up... Because i dont know if i have to leave certain folders out like proc etc.... I only have one partition not one for boot etc... and then a swap... I knew there was no direct conversion but i wanted to know the best way to go around doing this...
Back to top
View user's profile Send private message
mayday147
l33t
l33t


Joined: 22 Mar 2004
Posts: 825
Location: Bucharest, Romania

PostPosted: Fri Feb 25, 2005 2:04 pm    Post subject: Reply with quote

This is how my backup.script looks like:
Code:

#!/bin/bash
DIRS='/var/log /etc /home/mayday/.* '  <-- insert here the dirs you want to backup

/bin/tar  cjvvf /mnt/documents/backup/backup.tar.bz2 $DIRS

_________________
gentoo.ro
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