LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Are ext3 and reiserfs compatible? (https://www.linuxquestions.org/questions/linux-newbie-8/are-ext3-and-reiserfs-compatible-694732/)

M$ISBS 01-03-2009 02:10 PM

Are ext3 and reiserfs compatible?
 
Ive got an external HD that is a reiserfs filesystem.

I want to use Ext3 for my new linux install. Will the new linux using ext3 be able to read the existing data on an external Hard drive that is formatted with reiserfs?

BCarey 01-03-2009 02:23 PM

Each file system type has it's own kernel module, but they can certainly co-exist, ie. the reiserfs module and the ext3 module can be loaded at the same time.

So, yes.

Brian

M$ISBS 01-03-2009 03:00 PM

Will I be able to read the data on the external disk with it being reiserfs from a ext3 disk?

win32sux 01-03-2009 03:02 PM

Quote:

Originally Posted by M$ISBS (Post 3395984)
Will I be able to read the data on the external disk with it being reiserfs from a ext3 disk?

Yes, you'll be able to read/write data to/from any filesystem which has Linux support.

M$ISBS 01-03-2009 03:35 PM

Thanks guys,
I was under the impression that it was like trying to read a fat32 disk from linux.

syg00 01-03-2009 03:47 PM

Perhaps you'd better explain that statement - what is your concern with either Vfat or reiser ?.

jailbait 01-03-2009 03:59 PM

Quote:

Originally Posted by M$ISBS (Post 3396023)
I was under the impression that it was like trying to read a fat32 disk from linux.

It is like trying to read a fat32 disk from Linux. Linux supports many different file system formats. Your whole system does not have to use the same file system type. Each partition can be a different file system type from the others.

So, you can set up your / partition as an ext3 file system. Then other partitions can be any other file system type that you want, including reiserfs or fat32.

---------------------
Steve Stites

BCarey 01-03-2009 04:09 PM

One clarification to what has been said: fat filesystems do not support the permission and ownership attributes common to unix filesystems, so they are not useful for some things. But you can read and write to them just fine (after mounting them, of course).

Brian

M$ISBS 01-03-2009 04:18 PM

When I do a new install of Linux, I am going to use Ext3, but I have an

external Hard Drive that is reiserfs.


Since they are two different filesystems, I was under the impression that

I would not be able to plug the external HD with the reiserfs file stystem

into the computer that will be ext3 and read it.

Will that work?

Thanks.

BCarey 01-03-2009 04:49 PM

As we have already said twice, YES.

There is no such thing as an ext3 computer.ext3 is a filesystem format. I could set up my computer with /home as a reiserfs format, /var as jfs, root as ext3 (all on seperate partitions), and it would be fine. You will be able to read an external harddrive which is formatted with any filesystem supported by linux, and that certainly includes reiserfs, vfat, ntfs, ext2, ext3, jfs, xfs, etc.

Brian


All times are GMT -5. The time now is 02:30 PM.