NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
reiserfs to ext3My system now runing on reiserfs partation, i want to make it ext3 without reinstalling debian. any idea ? -- S. M. Ibrahim (Lavlu)Web Application Developersomewherein...Home page: |
reiserfs to ext3
On Wed, 2007-04-04 at 21:14 +0600, S. M. Ibrahim (Lavlu) wrote:
> My system now runing on reiserfs partation, i want to make it ext3
> without reinstalling debian. any idea ?
You have to have a spare partition large enough to handle each
partition's data in a tar.gz file.
Do you have this? if no... then I am sorry.
If yes, please respond on list to this. And I will write a summary on
how to do it.
--
greg,
Novell's Directory Services is a competitive product to Microsoft's
Active Directory in much the same way that the Saturn V is a competitive
product to those dinky little model rockets that kids light off down at
the playfield. -- Thane Walkup
--
reiserfs to ext3
On 4/4/07, Greg Folkert <greg@gregfolkert.net> wrote:
On Wed, 2007-04-04 at 21:14 +0600, S. M. Ibrahim (Lavlu) wrote:> My system now runing on reiserfs partation, i want to make it ext3> without reinstalling debian. any idea ?You have to have a spare partition large enough to handle each
partition's data in a tar.gz file.Do you have this? if no... then I am sorry.If yes, please respond on list to this. And I will write a summary onhow to do it.--yea, i have , please write details.
-- S. M. Ibrahim (Lavlu)Web Application Developersomewherein...Home page: http://lavluda.tripod.comBlog: http://lavluda.tk
Yahoo!! ID: lavluda MSN ID: lavluda Skype : lavluda
reiserfs to ext3
S. M. Ibrahim (Lavlu) wrote:
> On 4/4/07, Greg Folkert wrote:
>>
>> On Wed, 2007-04-04 at 21:14 +0600, S. M. Ibrahim (Lavlu) wrote:
>> > My system now runing on reiserfs partation, i want to make it ext3
>> > without reinstalling debian. any idea ?
>>
>> You have to have a spare partition large enough to handle each
>> partition's data in a tar.gz file.
>>
>> Do you have this? if no... then I am sorry.
>>
>> If yes, please respond on list to this. And I will write a summary on
>> how to do it.
>> --
>>
> yea, i have , please write details.
If you have enough disk space to accomodate your data *without*
compression you could do the following:
- boot a 'rescue system' (I recommend knoppix) from CD or usb
- mount both your partition and the one with the free space
- rsync -avx your data to the free space
- reformat your partition to ext3 (all data will be lost, so make sure
you have good backups!)
- rsync all your data back to the new ext3-partition
- adjust your /etc/fstab (replace reiserfs by ext3)
- cross your fingers and reboot
tar would work on similar lines. tar can use compression, rsync is
probably faster (plus you have all your files as a backup; if one of
those files would get corrupted not everything is lost).
Take care that you properly understand each step, verify the options. Be
aware that a typo may lead to data loss...
Take care, good luck!
Johannes
--
reiserfs to ext3
On 4/4/07, Johannes Wiedersich <johannes@physik.blm.tu-muenchen.de> wrote:
If you have enough disk space to accomodate your data *without*compression you could do the following:- boot a 'rescue system' (I recommend knoppix) from CD or usb- mount both your partition and the one with the free space
- rsync -avx your data to the free space- reformat your partition to ext3 (all data will be lost, so make sure you have good backups!)- rsync all your data back to the new ext3-partition- adjust your /etc/fstab (replace reiserfs by ext3)
- cross your fingers and rebootOK, but if copy the file to fat32 partion, any problem ?
tar would work on similar lines. tar can use compression, rsync isprobably faster (plus you have all your files as a backup; if one ofthose files would get corrupted not everything is lost).Take care that you properly understand each step, verify the options. Be
aware that a typo may lead to data loss...Take care, good luck!Johannes--To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org-- S. M. Ibrahim (Lavlu)
Web Application Developersomewherein...Home page: http://lavluda.tripod.comBlog: http://lavluda.tkYahoo!! ID: lavluda MSN ID: lavluda Skype : lavluda
reiserfs to ext3
S. M. Ibrahim (Lavlu) wrote in Article
<4997275b0704041957v56151142q637856900d1cb4de@mail.gmail.com> posted to
gmane.linux.debian.user:
> On 4/4/07, Johannes Wiedersich wrote:
>>
>> If you have enough disk space to accomodate your data *without*
>> compression you could do the following:
>>
>> - boot a 'rescue system' (I recommend knoppix) from CD or usb
>> - mount both your partition and the one with the free space
>> - rsync -avx your data to the free space
>> - reformat your partition to ext3 (all data will be lost, so make sure
>> you have good backups!)
>> - rsync all your data back to the new ext3-partition
>> - adjust your /etc/fstab (replace reiserfs by ext3)
>> - cross your fingers and reboot
>
>
> OK, but if copy the file to fat32 partion, any problem ?
Yes. Fat32 lacks filesystem permissions. You will lose metadata.
--
Paul Johnson
Email and IM (XMPP & Google Talk):
--
reiserfs to ext3
On Tue, Apr 24, 2007 at 04:27:53AM -0700, Paul Johnson wrote:
> S. M. Ibrahim (Lavlu) wrote in Article
> <4997275b0704041957v56151142q637856900d1cb4de@mail.gmail.com> posted to
> gmane.linux.debian.user:
> > On 4/4/07, Johannes Wiedersich wrote:
> >>
>
> >
> > OK, but if copy the file to fat32 partion, any problem ?
>
> Yes. Fat32 lacks filesystem permissions. You will lose metadata.
Make it a tarball so that you don't loose anything.
Doug.
--
reiserfs to ext3
Kushal Kumaran wrote in Article
<1e364c4e0704042002o18c8094dv957153d468fd270f@mail.gmail.com> posted to
gmane.linux.debian.user:
> On 4/5/07, S. M. Ibrahim (Lavlu) wrote:
>> On 4/4/07, Johannes Wiedersich
>> wrote:
>> > If you have enough disk space to accomodate your data *without*
>> > compression you could do the following:
>> >
>> > - boot a 'rescue system' (I recommend knoppix) from CD or usb
>> > - mount both your partition and the one with the free space
>> > - rsync -avx your data to the free space
>> > - reformat your partition to ext3 (all data will be lost, so make sure
>> > you have good backups!)
>> > - rsync all your data back to the new ext3-partition
>> > - adjust your /etc/fstab (replace reiserfs by ext3)
>> > - cross your fingers and reboot
>>
>> OK, but if copy the file to fat32 partion, any problem ?
>>
>
> You'll lose the permission bits and owner/group, etc. (Maybe even
> filename case, but I'm not sure). Use tar if all you have is fat32.
If it's VFAT, it'll retain case, though you can't have two files with the
same name seperated only by different cases in VFAT.
--
Paul Johnson
Email and IM (XMPP & Google Talk):
--
reiserfs to ext3
On Tue, Apr 24, 2007 at 04:28:36AM -0700, Paul Johnson wrote:
> > You'll lose the permission bits and owner/group, etc. (Maybe even
> > filename case, but I'm not sure). Use tar if all you have is fat32.
>
> If it's VFAT, it'll retain case, though you can't have two files with the
> same name seperated only by different cases in VFAT.
Not true. See mount(8), the option 'posix' for vfat.
Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)
reiserfs to ext3
Andrei Popescu wrote in Article <20070430170652.GB25233@think.homenet>
posted to gmane.linux.debian.user:
> On Tue, Apr 24, 2007 at 04:28:36AM -0700, Paul Johnson wrote:
>
>> > You'll lose the permission bits and owner/group, etc. (Maybe even
>> > filename case, but I'm not sure). Use tar if all you have is fat32.
>>
>> If it's VFAT, it'll retain case, though you can't have two files with the
>> same name seperated only by different cases in VFAT.
>
> Not true. See mount(8), the option 'posix' for vfat.
What happens when a Windows system encounters that filesystem, though?
Doesn't scandisk sack it?
--
Paul Johnson
Email and IM (XMPP & Google Talk):
--
reiserfs to ext3
Paul Johnson wrote:
> Andrei Popescu wrote in Article <20070430170652.GB25233@think.homenet>
> posted to gmane.linux.debian.user:
>
>> On Tue, Apr 24, 2007 at 04:28:36AM -0700, Paul Johnson wrote:
>>
>>> > You'll lose the permission bits and owner/group, etc. (Maybe even
>>> > filename case, but I'm not sure). Use tar if all you have is fat32.
>>>
>>> If it's VFAT, it'll retain case, though you can't have two files with
>>> the same name seperated only by different cases in VFAT.
>>
>> Not true. See mount(8), the option 'posix' for vfat.
>
> What happens when a Windows system encounters that filesystem, though?
> Doesn't scandisk sack it?
>
The posix option for vfat is no longer supported: all you get is
'FAT: "posix" option is obsolete, not supported now' in dmesg.
This is a good thing!
--
reiserfs to ext3
On Tue, May 01, 2007 at 08:14:27AM -0400, Roby wrote:
> Paul Johnson wrote:
>
> > Andrei Popescu wrote in Article <20070430170652.GB25233@think.homenet>
> > What happens when a Windows system encounters that filesystem, though?
> > Doesn't scandisk sack it?
I wouldn't want to find out ...
> The posix option for vfat is no longer supported: all you get is
> 'FAT: "posix" option is obsolete, not supported now' in dmesg.
> This is a good thing!
It could be useful if using that partition only with linux, but then,
why use fat?
Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)
reiserfs to ext3
On Thu, 2007-04-05 at 08:32 +0530, Kushal Kumaran wrote:
> On 4/5/07, S. M. Ibrahim (Lavlu) wrote:
> > On 4/4/07, Johannes Wiedersich
> > wrote:
> > > If you have enough disk space to accomodate your data *without*
> > > compression you could do the following:
> > >
> > > - boot a 'rescue system' (I recommend knoppix) from CD or usb
> > > - mount both your partition and the one with the free space
> > > - rsync -avx your data to the free space
> > > - reformat your partition to ext3 (all data will be lost, so make sure
> > > you have good backups!)
> > > - rsync all your data back to the new ext3-partition
> > > - adjust your /etc/fstab (replace reiserfs by ext3)
> > > - cross your fingers and reboot
> >
> > OK, but if copy the file to fat32 partion, any problem ?
> >
>
> You'll lose the permission bits and owner/group, etc. (Maybe even
> filename case, but I'm not sure). Use tar if all you have is fat32.
Note too that FAT32 maximum file size is 4GB.
reiserfs to ext3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, Apr 05, 2007 at 07:34:03AM -0500, Owen Heisler wrote:
> On Thu, 2007-04-05 at 08:32 +0530, Kushal Kumaran wrote:
> > On 4/5/07, S. M. Ibrahim (Lavlu) wrote:
> > > On 4/4/07, Johannes Wiedersich
> > > wrote:
> > > > If you have enough disk space to accomodate your data *without*
> > > > compression you could do the following:
> > > >
> > > > - boot a 'rescue system' (I recommend knoppix) from CD or usb
> > > > - mount both your partition and the one with the free space
> > > > - rsync -avx your data to the free space
> > > > - reformat your partition to ext3 (all data will be lost, so make sure
> > > > you have good backups!)
> > > > - rsync all your data back to the new ext3-partition
> > > > - adjust your /etc/fstab (replace reiserfs by ext3)
> > > > - cross your fingers and reboot
> > >
> > > OK, but if copy the file to fat32 partion, any problem ?
> > >
> >
> > You'll lose the permission bits and owner/group, etc. (Maybe even
> > filename case, but I'm not sure). Use tar if all you have is fat32.
>
> Note too that FAT32 maximum file size is 4GB.
>
Also might want to note that you WILL lose filename case, FAT32 only
allows for lowercase characters in filenames.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFGFPRe/o7Q/FCvPe0RAsKMAKCL1AhpCvAghKqw0WHJmSH3YbWgqQCdH7In
PYbNWtihJUPok4JYfu7Dx2g=
=X6+9
-----END PGP SIGNATURE-----
--
reiserfs to ext3
Michael Pobega wrote:
>
> Also might want to note that you WILL lose filename case, FAT32 only
> allows for lowercase characters in filenames.
That would only be the filename of the tar-file, so it doesn't really
mater.
Johannes
--
reiserfs to ext3
On 4/5/07, Michael Pobega <pobega@gmail.com> wrote:
-----BEGIN PGP SIGNED MESSAGE-----Hash: SHA1On Thu, Apr 05, 2007 at 07:34:03AM -0500, Owen Heisler wrote:> On Thu, 2007-04-05 at 08:32 +0530, Kushal Kumaran wrote:> > On 4/5/07, S. M. Ibrahim (Lavlu) <
smibrahim@gmail.com> wrote:> > > On 4/4/07, Johannes Wiedersich> > > <johannes@physik.blm.tu-muenchen.de
> wrote:> > > > If you have enough disk space to accomodate your data *without*> > > > compression you could do the following:> > > >> > > > - boot a 'rescue system' (I recommend knoppix) from CD or usb
> > > > - mount both your partition and the one with the free space> > > > - rsync -avx your data to the free space> > > > - reformat your partition to ext3 (all data will be lost, so make sure
> > > > you have good backups!)> > > > - rsync all your data back to the new ext3-partition> > > > - adjust your /etc/fstab (replace reiserfs by ext3)> > > > - cross your fingers and reboot
> > >> > > OK, but if copy the file to fat32 partion, any problem ?> > >> >> > You'll lose the permission bits and owner/group, etc. (Maybe even> > filename case, but I'm not sure). Use tar if all you have is fat32.
>> Note too that FAT32 maximum file size is 4GB.>Also might want to note that you WILL lose filename case, FAT32 onlyallows for lowercase characters in filenames.
Thanks, i am going to try now, i will inform you the result.-- S. M. Ibrahim (Lavlu)Web Application Developersomewherein...Home page: http://lavluda.tripod.com
Blog: http://lavluda.tkYahoo!! ID: lavluda MSN ID: lavluda Skype : lavluda
reiserfs to ext3
thanOn 4/5/07, S. M. Ibrahim (Lavlu) <smibrahim@gmail.com> wrote:
On 4/5/07, Michael Pobega <pobega@gmail.com> wrote:
Also might want to note that you WILL lose filename case, FAT32 onlyallows for lowercase characters in filenames.
Thanks, i am going to try now, i will inform you the result.thanks everybody, everything goes fine, except the grub, i had to run "grub-install /dev/sda" to reinstall it.
-- S. M. Ibrahim (Lavlu)Web Application Developersomewherein...Home page:
http://lavluda.tripod.com
Blog: http://lavluda.tkYahoo!! ID: lavluda MSN ID: lavluda Skype : lavluda
-- S. M. Ibrahim (Lavlu)Web Application Developersomewherein...Home page: http://lavluda.tripod.comBlog:
http://lavluda.tkYahoo!! ID: lavluda MSN ID: lavluda Skype : lavluda
reiserfs to ext3
Michael Pobega wrote:
> > > You'll lose the permission bits and owner/group, etc. (Maybe even
> > > filename case, but I'm not sure). Use tar if all you have is
> > > fat32.
> >
> > Note too that FAT32 maximum file size is 4GB.
> >
>
> Also might want to note that you WILL lose filename case, FAT32 only
> allows for lowercase characters in filenames.
That's not true. See the mount options for vfat (shortname=...).
Regards,
Andrei
--
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)
reiserfs to ext3
Kushal Kumaran wrote:
> On 4/5/07, S. M. Ibrahim (Lavlu) wrote:
>
> You'll lose the permission bits and owner/group, etc. (Maybe even
> filename case, but I'm not sure). Use tar if all you have is fat32.
seconded.
If it's of importance also check the maximum file size of your fat32.
According to http://en.wikipedia.org/wiki/Fat32
the maximum file size on fat32 is 4GB.
HTH,
Johannes
--
reiserfs to ext3
S. M. Ibrahim (Lavlu) wrote in Article
<4997275b0704040814x180c92b7uc21e328d8770e389@mail.gmail.com> posted to
gmane.linux.debian.user:
> My system now runing on reiserfs partation, i want to make it ext3 without
> reinstalling debian. any idea ?
The Hard Disk Upgrade HOWTO probably provides the best method. You will
need someplace to put your data while you make the conversion.
http://ursine.ca/cgi-bin/dwww/usr/share/doc/HOWTO/en-html/Hard-Disk-Upgrade/index.html
--
Paul Johnson
Email and IM (XMPP & Google Talk):
--