Re: [gentoo-user] Re: reiserfs->ext3

2006-04-12 Thread Hemmann, Volker Armin
On Wednesday 12 April 2006 23:14, Joshua Schmidlkofer wrote: > I do something like this: > > for x in /*; do >if [ ${x} != "/usr" ]; then > tar zcf ${x}.tar ${x} >fi >done > > for x in /usr/*; do >tar zcf /usr_`basename ${x}`.tar ${x} > done > > Then you save those files to

Re: [gentoo-user] Re: reiserfs->ext3

2006-04-12 Thread Joshua Schmidlkofer
I do something like this: for x in /*; do if [ ${x} != "/usr" ]; then tar zcf ${x}.tar ${x} fi done for x in /usr/*; do tar zcf /usr_`basename ${x}`.tar ${x} done Then you save those files to another medium [i.e. cd, or another host or hard drive or something] format your ro

Re: [gentoo-user] Re: reiserfs->ext3

2006-04-12 Thread Hemmann, Volker Armin
On Wednesday 12 April 2006 05:12, Sven Köhler wrote: > >> Do you know tools, that can convert reiserfs to ext3 or the other way > >> round? I have forgotten the name of the tool that i once read about :-( > > > > http://tzukanov.narod.ru/convertfs/ > > And i'm running it right now ... oh oh ... > >

[gentoo-user] Re: reiserfs->ext3

2006-04-12 Thread Sven Köhler
>> Do you know tools, that can convert reiserfs to ext3 or the other way >> round? I have forgotten the name of the tool that i once read about :-( > > mkfs, but make sure you have a backup. *SCNR* No risk, no fun! signature.asc Description: OpenPGP digital signature

[gentoo-user] Re: reiserfs->ext3

2006-04-11 Thread Sven Köhler
>> Do you know tools, that can convert reiserfs to ext3 or the other way >> round? I have forgotten the name of the tool that i once read about :-( > > http://tzukanov.narod.ru/convertfs/ > And i'm running it right now ... oh oh ... Yes! my Gentoo had just gone to hell! Don't use convertfs ;-) -

[gentoo-user] Re: reiserfs->ext3

2006-04-11 Thread Sven Köhler
> Do you know tools, that can convert reiserfs to ext3 or the other way > round? I have forgotten the name of the tool that i once read about :-( http://tzukanov.narod.ru/convertfs/ And i'm running it right now ... oh oh ... -- gentoo-user@gentoo.org mailing list