View previous topic :: View next topic |
Author |
Message |
reaz82 Apprentice
Joined: 14 Mar 2003 Posts: 203 Location: Austin, Texas
|
Posted: Thu Aug 05, 2004 12:30 am Post subject: how to 'upgrade' to reiser4 without booting |
|
|
i am not sure where i read this so i am asking this question..
i know it's not possible to upgrade with the data on the drive.. so i backed up the data on another drive.. and now what do i do?
i dont want to reboot..
can anyone help ? |
|
Back to top |
|
|
juppe22 n00b
Joined: 10 Jun 2003 Posts: 74
|
Posted: Thu Aug 05, 2004 12:38 am Post subject: |
|
|
If you have reiser4 support on your kernel then you can do it this way...
Code: |
emerge libaal reiser4progs
umount /dev/hdX
mkfs.reiser4 /dev/hdX
mount /dev/hdX /path/to
|
And then copy your data back... |
|
Back to top |
|
|
reaz82 Apprentice
Joined: 14 Mar 2003 Posts: 203 Location: Austin, Texas
|
Posted: Thu Aug 05, 2004 12:40 am Post subject: |
|
|
but i am on the drive.. how can i unmount it if i am on it.. do i have to do something like change my init session? |
|
Back to top |
|
|
juppe22 n00b
Joined: 10 Jun 2003 Posts: 74
|
Posted: Thu Aug 05, 2004 1:12 am Post subject: |
|
|
reaz82 wrote: | but i am on the drive.. how can i unmount it if i am on it.. do i have to do something like change my init session? |
I think it is imposible...You have to boot livecd with reiser4 support... |
|
Back to top |
|
|
|