answersLogoWhite

0

ext4

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is the primary file system used by Fedora 12?

The primary file system for Fedora 12 is ext4 but you may also use ext3.


What is the primary file system type used by Fedora 12?

ext4


What is the primary file system type used by fedora 15?

ext4


What does linux fedora 15 come with for file editing?

vi


What is the oldest Linux file system?

The first file system Linux supported was the MINIX file system.


What file system does Red Hat Enterprise Linux use?

ext3 is the default file system for Red Hat Enterprise Linux.


Describe the similarities and differences in the treatment of file extensions by Fedora Core 4 and Windows XP?

There are no similarities. Fedora (or any other Linux distribution for that matter) doesn't really care about file extensions; they aren't used by most programs, and are not required to identify file types.


Is the NTFS file system supported by Linux?

The NTFS file system is supported in Linux by both a kernel module and several userspace programs. It is not supported as a root file system and is not recommended for permanent file storage.


What are the pros and cons of the Linux file system?

The pros and cons of the Linux file system include the quote saying "On a UNIX system, everything is a file, if something is not a file, it is a process". You can consider this either a pro or a con.


What is the Linux Virtual File System used for?

The Linux VFS (Virtual File System) may be thought of as a sort of interface between the Linux kernel and the mounted file systems. There can be many different file system types mounted simultaneously and VFS allows the Linux kernel to see and address them all in a similar way. This provides Linux with a great deal of flexibility. [JMH]


What is ext3 file system?

The Linux ext3 file system is the default system in many linux derivatives. It allows for journalling, which the ext2 system did not. It also allows in-situ upgrades without asking for a backup first.


Where is the source to the Linux kernel stored on the file system?

Traditionally in /usr/src/linux.