LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 11-21-2004, 05:06 PM   #1
Optimistic
Member
 
Registered: Jun 2004
Location: Germany
Distribution: Debian (testing)
Posts: 276

Rep: Reputation: 33
ext3 --> reiserFS ?


Hey gang,

I have a partition that is ext3--what is the command to turn it into reiserfs? Is reiserFS supported under Debian (sarge)? Any advantages/disadvantages that you are aware of?
 
Old 11-21-2004, 06:27 PM   #2
ToniT
Senior Member
 
Registered: Oct 2003
Location: Zurich, Switzerland
Distribution: Debian/unstable
Posts: 1,357

Rep: Reputation: 47
ext3 can't be transformed to reiserfs without making a new filesystem, so all your data from that partition is lost. eg. you need some free space to shuffle the the data back and forth.

you need
Code:
apt-get install reiserfsprogs
and to create reiser filesystem:
Code:
mkreiserfs /dev/hdXX
#or
mkfs -t reiserfs /dev/hdXX
where /dev/hdXX is the partition where you want to make it.
(all your data from that partition is lost in the operation)

Partition can be mounted as any other partitions.


If you don't have enough space, but you have some space, you can do the migration in parts. eg. first get some free space to your ext3 partition, resize it smaller, move it to a later part of the disk, now make reiserfs partition, move some data there, and now you have some more free space in your ext3 partition, so now you can repeat the steps (but now resize the reiserfs partition instead of creating it).
Tools you probably need: parted (or qtparted), resize_reiserfs (part of the reiserfstools package) and ext2resize.
 
Old 11-21-2004, 06:35 PM   #3
Optimistic
Member
 
Registered: Jun 2004
Location: Germany
Distribution: Debian (testing)
Posts: 276

Original Poster
Rep: Reputation: 33
Excellent. Thanks for the info.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ext3 and Reiserfs d00msweek Slackware 4 12-31-2004 12:36 PM
reiserfs -> ext3 pk21 Linux - Newbie 6 09-10-2003 03:26 PM
Ext3 2 ReiserFS jpbarto Linux - Software 2 07-21-2003 01:08 PM
reiserfs vs. ext3 Mux Linux - General 9 12-11-2002 11:17 AM
ReiserFS(ext3) da Perp Linux - Newbie 3 03-09-2002 03:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 03:00 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration