Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I want to know how well Extended file system or Ext works on Mac OS, and Windows? I know they do not support it ‘out-of-the-box’. But are there drivers that provide support for Ext2, 3[, and 4] file systems from USB harddrives on those two operating systems?
Well, I don't know about Mac (although, since the Mac OS is, basically, just BSD UNIX, and the ext fs was based on BSD, it might be supported), but there are several drivers available for Windows (through XP -- Vista requires a "signed" driver, and MS charges a lot of money to provide the signing key(s) to a developer).
Just "Google" e.g., ext driver xp, for links. (I just installed the "LTOOLS" package on one of my dual-boot systems, and it works quite well.)
Note: As far as I can see, none of the Windows support can handle ext file systems inside a Logical Volume, so, if you're using LVM, you may be out of luck.
Note: As far as I can see, none of the Windows support can handle ext file systems inside a Logical Volume, so, if you're using LVM, you may be out of luck.
If you need to ask, you probably aren't using LVM. Try the command (as "root") lvscan. If your system says "No such command" (or similar), or if the command works but returns nothing, then you definitely aren't using LVM.
As to the ext2/ext3 support, most of the tools were written for ext2, but -- since ext3 only adds "journaling" to ext2 -- most of the tools will work with no problem.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.