MaGneTTo
03-23-2002, 11:25 AM
I don't know if there's another way of doing it, but, where's my idea... and it worked just fine for me, it might work just fine for you to... When installing Slack 8, you have the chance of selecting ReiserFS when doing the "cfdisk" stuff, but, there've been lots of updates on it, so, i thought it would be better to just install it as a ext2 partition and then convert it... Where's the problem, because i couldn't find a way of mounting different directories in diferent partitions on Slack 8 install, otherwise i would do like this :
/dev/hda1 - /
/dev/hda2 - /var
/dev/hda3 - /user... and so on...
but i had to install everything on /dev/hda1, because you can make lots of partitions with cfdisk, but you won't be able to install different mount points on it... OK... let's do it then...
Just grab a friends HD, which has linux of course... Download 2.4.18 and patch 2.4.19-pre4... the latest back then... untar the kernel, patch it, and compile it with ReiserFS support, and don't do it as a module, compile it right into the kernel...
Do what has to be done when compiling a kernel, reboot it and see if it worked... it will work because you know what you're doing... OK..
put your HD as a slave HD on your friend's machine, just do a fdisk -l to see the details of the new devices...
mount it on your friends hd... so you will have full access to it... then, backup it all up... with tar... like this..
tar -cWps --atime-preserve -f /*location where you want to put the backup file*/ /*mount point of your hd, just put an '*' on it*/
this will back your data up just the way it is... CHECK IF THERE'S NOTHING MOUNT ON YOUR HD... otherwise it will be backup to... and there'll be a big mess when you untar it...
go to www.reiserfs.org (http://www.reiserfs.org) and grab the latest tools they have there... install it... just ./configure, make, make install.. the usual...
DON'T FORGET THAT YOUR FRIENDS HD MUST HAVE REISERFS SUPPORT, AND SO DOES YOURS, otherwise, you won't be able to boot it later..
just give a mkreiserfs /dev//*the device that points to your HD*/
it will be formated, then mount it as mount -t auto /dev//*you know what*/ /*mount point*/
take a look at /etc/mtab and see if it have been mounted as a reiserfs partition... if it has... congratulations... it's working... now, just cd into your HD, through the mount point... untar the file inside it... reboot, and done... you are now on a ReiserFS linux... if you need any help, just ask..
I wouldn't let it pass... my 69th post... :D :D :D
[ 23 March 2002: Message edited by: MaGneTTo ]
/dev/hda1 - /
/dev/hda2 - /var
/dev/hda3 - /user... and so on...
but i had to install everything on /dev/hda1, because you can make lots of partitions with cfdisk, but you won't be able to install different mount points on it... OK... let's do it then...
Just grab a friends HD, which has linux of course... Download 2.4.18 and patch 2.4.19-pre4... the latest back then... untar the kernel, patch it, and compile it with ReiserFS support, and don't do it as a module, compile it right into the kernel...
Do what has to be done when compiling a kernel, reboot it and see if it worked... it will work because you know what you're doing... OK..
put your HD as a slave HD on your friend's machine, just do a fdisk -l to see the details of the new devices...
mount it on your friends hd... so you will have full access to it... then, backup it all up... with tar... like this..
tar -cWps --atime-preserve -f /*location where you want to put the backup file*/ /*mount point of your hd, just put an '*' on it*/
this will back your data up just the way it is... CHECK IF THERE'S NOTHING MOUNT ON YOUR HD... otherwise it will be backup to... and there'll be a big mess when you untar it...
go to www.reiserfs.org (http://www.reiserfs.org) and grab the latest tools they have there... install it... just ./configure, make, make install.. the usual...
DON'T FORGET THAT YOUR FRIENDS HD MUST HAVE REISERFS SUPPORT, AND SO DOES YOURS, otherwise, you won't be able to boot it later..
just give a mkreiserfs /dev//*the device that points to your HD*/
it will be formated, then mount it as mount -t auto /dev//*you know what*/ /*mount point*/
take a look at /etc/mtab and see if it have been mounted as a reiserfs partition... if it has... congratulations... it's working... now, just cd into your HD, through the mount point... untar the file inside it... reboot, and done... you are now on a ReiserFS linux... if you need any help, just ask..
I wouldn't let it pass... my 69th post... :D :D :D
[ 23 March 2002: Message edited by: MaGneTTo ]