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
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
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 ...
>
>
>> 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
>> 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 ;-)
-
> 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
6 matches
Mail list logo