answersLogoWhite

0


Best Answer

There are several file systems employed by both operating systems, thus you need to be more specific when asking for a comparison. Windows most commonly uses NTFS these days, although older versions used FAT. There are several popular file systems for Linux, depending on usage. The most common is ext3 or ext4, although ext2, ReiserFS, JFS, XFS, and several others all have fairly common usage.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

6y ago

Windows only supports file systems such as FAT, exFAT, and NTFS.

Linux has a wide variety of file systems that depends on distributions and the file system, may be officially or unofficially supported. For the most part, you can be sure that EXT2/3/4 are supported at the minimum and anything else extra you will need to refer to the documentation (for filesystems like ReiserFS, XFS, JFS, ZFS, or BtrFS). It also do support FAT for compatibility, and for platform-specific file systems like NTFS or HFS/HFS+ are at the bare minimum.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the differences between Windows and Linux file systems?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the differences between Windows nd and windows Linux?

There is no such thing as "Windows Linux." Linux is not a version of Windows and has nothing at all to do with Windows. They are two totally completely different operating systems made by completely different people.


What are the differences between the GUI Linux and Windows operating systems in terms of security and robustness?

The question cannot be answered as stated, since you don't mention which Windows system and which distro of Linux


What is the difference between Windows Unix and Linux?

what are similarities and differences between linux and unix?


What are two operating systems?

Two operating systems are; Windows, and Linux.


What are the physical differences between the hard disk drive of a Linux system versus that of a Windows system?

Hard disks are same the file systems have many diferences !


What is the name for joined windows and Linux operating systems?

There are no "joined" Linux and Windows operating systems, so there is no name for them.


What is the difference between Linux and Windows file systems?

Windows uses 4 file systems: FAT, NTFS, exFAT, and ReFS. "Linux" supports dozens of file systems, there are too many to mention. The differences between them are massive and specific to the file system in question. For a proper answer you need to read http://en.wikipedia.org/wiki/File_system . It is incorrect to say "the Linux file system is faster than Windows" because it's dependent on the data, and of course because there is no "Linux file system." It's incorrect to say "The Linux filesystem is more/less secure than the Windows file system" for the same reason. Drive encryption is available in both Windows and Linux. To the average user, there is no functional difference.


Differences of Virtual Memory between Windows and Linux?

Virtual memory may be implemented in different ways in different operating systems, such as Windows and Linux, but the core concept is the same; you are simulating more memory than you have by temporarily putting it on disk. The idea is the same between the two operating systems, and the way of implementing may be very different.From the user's point of view they are the same.


Linux vs Mac vs windows?

It would seem that when comparing Linux, Macintosh and Windows operating systems, Linux has the advantage. However, most programs and applications that are in high demand are usually written for Windows operating systems.


What are the differences between system calls in Linux and Windows?

i do not know.sorry.what i do? i want it's answer.please help me from fatemeh & fatemeh


What are 3 main computer systems used today?

If by computer systems you mean operating systems, then: 1) Windows 2) Macintosh 3) Linux


What is the difference between Windows-based C programming and Linux-based C programming?

C programming is just that no matter if the operating system is Windows or Linux. Operating systems usually have an Application Program Interface that is commonly known as an API. The APIs of Windows will be different than Linux because the operating systems are (very) different.