NTFS, ext4, exFAT y FAT32 (ISO - 5.2)

imesi net
7 Dec 202010:28

Summary

TLDRThis script discusses file system formats for storage devices, focusing on NTFS and EXT4. It explains that NTFS is the default for Windows, while EXT4 is the de facto standard for Linux with no practical limitations. The script also touches on the outdated FAT32 system with its limitations, such as a 4GB file size cap. It advises using NTFS for compatibility and EXT4 for Linux, with EXFAT as an alternative for devices like mobile phones and consoles. The summary also mentions the challenges of compatibility and the need to choose the right file system based on device support and usage.

Takeaways

  • 💾 When formatting a hard drive, common file systems include FAT32, NTFS, and exFAT.
  • 🖥️ For Windows, NTFS is the default file system, while Linux typically uses ext4.
  • 🔧 Linux has fewer issues with file systems and can handle ext4 without limitations.
  • 🚫 Microsoft's NTFS is proprietary, and other systems may need special permissions or drivers to be compatible.
  • 📱 exFAT is simpler than NTFS and has no practical limitations but is less common due to Microsoft's licensing.
  • 📱 Devices like phones and consoles may require specific file systems; exFAT is often a good choice for compatibility.
  • 🚫 FAT32 is outdated and has limitations, such as a maximum file size of 4GB and a maximum partition size of 2TB.
  • 💿 For sharing partitions between Windows and Linux, NTFS is recommended as Linux can read NTFS but Windows reading ext4 is more complex.
  • 📀 When using a USB drive, NTFS or exFAT is often better for compatibility and speed, especially with small files.
  • 📺 For media devices like TVs, FAT32 might be necessary for older models, while modern ones can handle NTFS.
  • 📝 The choice of file system often depends on the specific use case, with NTFS being a safe default for Windows users.

Q & A

  • What are the common file system formats for a disk?

    -The common file system formats mentioned are FAT32, NTFS, and exFAT. These are the most common options for formatting a disk.

  • What is the recommended file system for Linux?

    -The recommended file system for Linux is ext4, which is considered the de facto standard and has no practical limitations from a human perspective.

  • Why is NTFS the default file system for Windows?

    -NTFS is the default file system for modern Windows systems because it is part of the New Technology File System (NTFS) that originated from Windows NT.

  • What are the legal complications with NTFS compatibility?

    -NTFS is a registered trademark of Microsoft, and third parties need explicit written authorization to create compatible implementations, which often involves paying royalties.

  • What is the main advantage of using exFAT over NTFS?

    -exFAT is simpler than NTFS, has no practical limitations, and is easier to implement. However, it is less commonly found on devices due to Microsoft's registration and the need to pay royalties.

  • Why is FAT32 considered obsolete?

    -FAT32 is considered obsolete because it has severe limitations, such as not supporting disks larger than 2TB and files larger than 4GB, which are common requirements today.

  • What is the main issue with FAT32 when saving files larger than 4GB?

    -When trying to save a file larger than 4GB on a FAT32 disk, the system may incorrectly report that there is not enough space, even when there is ample free space available.

  • What is the recommendation for formatting a USB drive?

    -For a USB drive, it is recommended to format it in NTFS for better compatibility and performance with small files and complex directory structures.

  • What file system should be used for a microSD card in a mobile phone?

    -For a microSD card in a mobile phone, it is generally recommended to use exFAT unless the phone specifically requires FAT32.

  • What file system should be used for a hard drive connected to an old TV?

    -For an old TV, the hard drive should be formatted in FAT32, while a modern TV can handle NTFS without issues.

  • What is the general recommendation for file system choice in Windows?

    -The general recommendation for Windows is to use NTFS whenever possible for compatibility and performance. If not, exFAT could be tried, but FAT32 should be the last resort.

Outlines

00:00

💾 File System Formats and Compatibility

The paragraph discusses the process of formatting a disk and the common file systems used in Windows and Linux. It emphasizes the ease of formatting in Linux with the ext4 file system, which has no practical limitations from a human perspective. In contrast, Windows uses NTFS, which has legal restrictions due to Microsoft's registration. The paragraph also touches on the compatibility issues with NTFS and the simplicity of exFAT, which is not as widely implemented due to Microsoft's licensing. Lastly, it mentions the outdated FAT32 system, which is still in use despite its severe limitations, such as not supporting disks larger than 2GB and files larger than 4GB.

05:00

📚 Choosing the Right File System for Your Needs

This paragraph continues the discussion on file systems, focusing on practical considerations when choosing between NTFS and ext4. It explains that ext4 is generally recommended for Linux users due to its simplicity and compatibility. For dual-boot systems or shared partitions between Windows and Linux, NTFS is a good choice because modern Linux distributions can read NTFS partitions easily. The paragraph also addresses the challenges of using FAT32, such as its limitations in file size and disk capacity, and suggests that it should only be used as a last resort when compatibility is an issue. Additionally, it provides advice on formatting external storage devices like SD cards for use with mobile phones or consoles, recommending exFAT for general use and FAT32 only when necessary.

10:04

🚫 The Downsides of FAT32

The final paragraph reiterates the severe limitations of FAT32, which is considered outdated and not suitable for modern needs due to its restrictions on disk size and file size. It humorously suggests that FAT32 should be avoided whenever possible, implying that there are better alternatives available for file system formatting.

Mindmap

Keywords

💡File System

A file system is a method of storing and organizing computer files and their data. In the context of the video, file systems are central to the discussion as they dictate how data is managed on storage devices. The video mentions NTFS, FAT32, and ext4 as examples, emphasizing their compatibility with different operating systems like Windows and Linux.

💡NTFS

NTFS stands for New Technology File System and is a proprietary file system developed by Microsoft. The video discusses NTFS as the default file system for modern Windows operating systems, highlighting its compatibility issues and legal restrictions due to its proprietary nature. It's noted that while Linux can read NTFS, writing to it can be more complex.

💡FAT32

FAT32 is a file system that originated with Windows 95. The video points out FAT32 as outdated, with severe limitations such as a maximum partition size of 2 terabytes and a maximum file size of 4 gigabytes. Despite these limitations, FAT32 is still in use because it's not proprietary, allowing for broad implementation without legal issues.

💡ext4

ext4 is a file system commonly used by Linux distributions. The video praises ext4 for its lack of practical limitations, making it a flexible choice for storage. It's noted that ext4 works well with Linux and can be read by modern Windows systems, although writing to it from Windows is more complicated.

💡Compatibility

Compatibility in this context refers to the ability of different systems or devices to work together. The video discusses compatibility issues with NTFS and FAT32, explaining how certain devices, like smartphones, may not support NTFS but will support exFAT, which is simpler and has fewer restrictions than NTFS.

💡exFAT

exFAT is a file system developed by Microsoft to overcome the limitations of FAT32. The video mentions exFAT as a simpler file system without the practical limitations of NTFS, but it also points out that Microsoft's registration of exFAT means that other systems may need to pay royalties to implement it.

💡Partition

A partition is a section of a hard disk drive that is divided for the purpose of managing disk space. The video discusses partitioning in the context of sharing data between Windows and Linux, suggesting that using NTFS or ext4 can facilitate this.

💡SD Card

SD Cards are portable storage devices. The video suggests that for SD cards used in mobile phones or consoles, exFAT is often the best file system due to its simplicity and broad compatibility, unless the device only supports FAT32.

💡Hard Drive

A hard drive is a non-volatile storage device that retains data even when the system is powered off. The video discusses formatting hard drives with NTFS or FAT32 depending on the age of the device they will be used with, such as older TVs requiring FAT32.

💡Formatting

Formatting is the process of preparing a storage device for use by defining its file system. The video explains that formatting to NTFS, FAT32, or ext4 are common choices depending on the operating system and the intended use of the storage device.

💡Linux

Linux is a type of Unix operating system. The video contrasts Linux's handling of file systems with Windows, noting that Linux tends to have fewer issues with compatibility and can natively support a variety of file systems including ext4 and NTFS.

Highlights

When formatting a disk, you can choose between FAT32, NTFS, and exFAT file systems.

Windows typically formats disks to NTFS, while Linux uses ext4 as the de facto standard.

Linux has no practical limitations with ext4 file systems, allowing for extensive customization.

NTFS is a registered trademark of Microsoft, which complicates its compatibility with non-Windows systems.

Linux compatibility with NTFS has become a de facto standard, despite legal complexities.

Microsoft's registered trademarks on file systems like exFAT can hinder broad implementation.

exFAT is simpler than NTFS but less commonly implemented due to Microsoft's licensing requirements.

FAT32 is an outdated file system from Windows 95 with severe limitations, such as a 4GB file size cap.

FAT32 can mislead users by showing insufficient disk space when trying to save files larger than 4GB.

Linux and Windows have different compatibility levels with various file systems, affecting how they should be used.

For dual-boot systems or shared partitions, NTFS is recommended for compatibility between Windows and Linux.

USB drives can be formatted in NTFS or exFAT, with exFAT generally being faster but less compatible.

SD cards for mobile phones or consoles are typically best formatted in exFAT for compatibility.

Older TVs may require FAT32 for compatibility, while modern TVs can handle NTFS without issues.

The choice of file system can impact the performance and compatibility of storage devices.

In general, NTFS is recommended for Windows users, with exFAT as a secondary option for compatibility.

FAT32 should only be used when no other options are viable due to its severe limitations.

Transcripts

play00:06

cuando tú has aficionado un disco lo

play00:09

tienes hecho trozos y es otras son las

play00:11

forma te has tu puede formatear

play00:14

básicamente los más comunes es formatear

play00:17

misma 32 formatearlo ntfs formas de agua

play00:22

del xxi

play00:24

o forma dejarlo en el x4

play00:30

estos son básicamente las opciones de

play00:33

windows y esto es lo que os recomiendo

play00:36

para linux venimos hay muchísimos

play00:39

sistemas de ficheros pero este es el

play00:40

estándar de facto

play00:42

luego siempre os podéis meter en un foro

play00:44

de fans del ctf s yo para mis razones

play00:46

por las que el cfs mejor que no lo dudo

play00:49

pero este es más fácil en linux

play00:51

básicamente existe 4 o el que diga por

play00:54

defecto el sistema operativo que estemos

play00:56

usando en ese link o en concreto en

play00:59

linux básicamente no hay ningún problema

play01:01

con los sistemas de ficheros ext4 no

play01:04

tiene básicamente ninguna limitación que

play01:07

se pueda medir tu punto de vista humano

play01:10

puedes crear todo lo que te dé la gana

play01:11

con una profundidad que te dé la gana y

play01:13

como te dé la gana

play01:15

y no hay mucho más que controlar

play01:17

simplemente funciona muy bien y punto

play01:20

en windows es más complicado

play01:22

cuando tú estarás un windows hoy en día

play01:24

por defecto te lo pone en lte gs

play01:29

no os acordáis que los windows actuales

play01:31

vienen de los windows nt se llama new

play01:33

technologies pues el sistema de ficheros

play01:35

que llevaban los windows de reyes era el

play01:37

new technologies existe un sistema de

play01:39

ficheros de la nueva tecnología

play01:42

lo que pasa es que el rts microsoft lo

play01:46

sacó registrado tú no puedes hacer nada

play01:49

compatible con ntfs si microsoft no te

play01:52

da en motorización por escrito que

play01:54

normalmente una autorización por escrito

play01:55

y pagando como con el tiempo se ha

play01:59

vuelto estándar de facto

play02:00

básicamente microsoft hace la vista

play02:03

gorda o bien sólo ha tenido que tragar

play02:06

por higiene que inversa o demás no estoy

play02:07

no estoy demasiado enterado de cuáles

play02:09

son los detalles legales básicamente lo

play02:12

que pasa a día de hoy es que cualquier

play02:14

linux o cualquier cosa básicamente es

play02:17

como es compatible con el dt fs y no

play02:20

necesariamente le han pagado royalties e

play02:22

microsoft porque hay drivers que se

play02:26

hacen imitando el funcionamiento ntfs y

play02:29

al final hacen que sea compatible con el

play02:30

defecto

play02:33

como digo es estándar de facto pero

play02:35

todavía encontrareis con bastante

play02:37

normalidad cosas que no sean compatibles

play02:39

con él etc es de hecho es perfectamente

play02:41

normal que es una tarjeta una micro sd

play02:43

para ponerle un teléfono la forma tea en

play02:45

ntfs el teléfono te diga que tú que te

play02:47

has creído que no entiendes la

play02:50

alternativa debería ser exacto

play02:55

exfat es un sistema de ficheros bastante

play02:58

más sencillo que ntfs que no depende

play03:01

ntfs está exo curado se llaman árboles

play03:03

balanceados y demás pero nos vamos a

play03:05

meter en esos detalles ex partes

play03:07

muchísimo más sencillo sería mucho más

play03:09

fácil implementarlo y tampoco tiene

play03:11

ninguna limitación práctica ninguna

play03:14

limitación realista el problema que

play03:17

tiene exfat por lo que no está más

play03:19

implementado es porque microsoft también

play03:21

lo tiene registrado también tienes que

play03:23

pagarle a mi groso para sacar algo

play03:25

compatible con ex pacto entonces se da

play03:27

una situación bastante extraña que es

play03:30

que aún a pesar de que es un sistema de

play03:31

ficheros más sencillo que ntfs y que

play03:35

debería llevarse mejor con sistemas de

play03:37

pocos recursos y demás pues es más

play03:41

difícil encontrar dispositivos

play03:42

compatibles con expat que con ntfs pero

play03:46

repito pasa perfectamente que tú por

play03:48

ejemplo en un móvil le mete una tarjeta

play03:50

forma está formateado ntfs y te dice que

play03:54

en tu casa y sin embargo si se la mete

play03:56

formateada en exfat te dice que

play03:57

encantado que si la entiende

play04:00

y por desgracia porque como digo esto

play04:04

todos están registrados todavía se sigue

play04:06

usando y sigue existiendo está basura

play04:09

que se llama 32

play04:12

fas 32 es un sistema de formateado de

play04:15

unidades completamente obsoletos viene

play04:17

del windows 95

play04:19

ya sabemos que windows 95 en el mal y

play04:21

debe ser odiado como todos su hijo

play04:24

agujeros de seguridad conforman el

play04:26

sistema operativo y un poco de interfaz

play04:27

gráfica

play04:29

y fat32 pues a ver es una evolución del

play04:33

path que había antes para que os hagáis

play04:35

una idea de la época que estamos

play04:36

hablando una de las grandes novedades

play04:38

que llevaba fas 32 es que permite poner

play04:41

nombres de más de 8 caracteres con

play04:43

espacios

play04:44

es el nivel que estamos hablando de

play04:46

innovación técnica

play04:49

pues resulta que como de los sistemas de

play04:51

ficheros que hay en uso el fas 32 es el

play04:54

único de windows que no está registrado

play04:56

por windows y por tanto lo puede

play04:57

implementar cualquiera sin ningún

play05:00

calentamiento de cabeza de ningún tipo

play05:02

pues a 32 se sigue utilizando está en

play05:05

absoluto retroceso porque fat32 tiene

play05:09

dos limitaciones gravísimas una es que

play05:12

no se pueden hacer discos de más de dos

play05:14

pelis

play05:17

antonio no es para tanto no hay tantos

play05:19

discos duros de más de 23 bueno

play05:22

estamos de acuerdo no es tan grave la

play05:25

segunda es la grave

play05:27

no se pueden grabar ficheros de más de 4

play05:31

gigas

play05:37

y esto ya sí es gravísimo porque hoy en

play05:40

día ficheros de más de 4 gigas es una

play05:42

cosa perfectamente normal

play05:46

pero es que además nunca he entendido

play05:47

porque sinceramente me encantaría

play05:50

saberlo y si alguien lo sabe por favor

play05:52

que me lo ponga en los comentarios me lo

play05:53

diga ahora

play05:56

nunca he entendido por qué pero encima

play05:58

de todo cuando tú te pones a grabar en

play06:00

un disco fat32 un fichero de más de 4

play06:03

gigas en lugar de decirte algo así en

play06:07

ese plan complicado que no se puede

play06:09

grabar porque el sistema es incompatible

play06:12

y demás y tal

play06:13

en lugar de eso te dice no queda espacio

play06:15

libre en el disco

play06:17

os ha pasado alguna vez que en el en el

play06:20

pendrive quedan 60 gigas libre y dice

play06:22

pero si estoy intentando ahorrar un

play06:24

archivo de 5 dice que no queda espacio

play06:26

pero queda el 60 libre

play06:30

siempre que os pase eso siempre digo

play06:32

pase eso es nuestro querido y encantador

play06:36

amigo fat32 que le damos besos en la

play06:39

frente por lo mejor

play06:42

entonces qué tenemos que hacer cuando

play06:44

nosotros instalamos un sistema operativo

play06:48

entonces

play06:50

un sistema operativo pues básicamente

play06:56

según estemos en linux o en windows

play06:59

[Música]

play07:01

si estamos en linux lo que el día por

play07:04

defecto normalmente existe 4 repito hay

play07:07

sistemas mejores pero él dice 4 una

play07:09

maravilla y no está por sacó ninguno

play07:11

x4 el bien y en windows ntfs que tampoco

play07:16

pagar ningún problema ni nada si tenemos

play07:20

una partición

play07:24

en un disco que queremos compartir entre

play07:28

windows y linux esa partición nos

play07:32

conviene también poner la lnfs porque

play07:35

cualquier linux moderno no tiene ningún

play07:37

problema para entender una partición

play07:38

ntfs pero sin embargo los windows saber

play07:42

tú puedes hacer que windows entiendo una

play07:44

x de 4 pero es bastante más complicado

play07:46

que un link entiendo una de fs

play07:50

un pendrive básicamente podéis ponerlo

play07:54

en rts como ponerlo en expert

play08:01

la ventaja que tiene en extracto es que

play08:03

en general va a funcionar algo más

play08:05

rápido porque ntfs lleva se lleva mejor

play08:07

con archivos pequeños y con estructuras

play08:09

de directorios complejas y expand va a

play08:11

funcionar más rápido con cosas más

play08:13

sencillas sobre todo en tendréis lento

play08:14

el problema de tienes partes que va a

play08:17

ser más difícil que sea compatible por

play08:20

ejemplo cuando determinadas

play08:21

distribuciones de linux pero vamos a

play08:22

instalar un paquete tampoco es nada

play08:24

especialmente grave

play08:28

y luego si tienes una tarjeta sd para un

play08:32

móvil

play08:35

o una consola o similar pues en general

play08:40

suele ser buena idea por el estado

play08:44

y solo en el caso de que no haya más

play08:47

remedio ponerla en fat32 si no es

play08:49

compatible con ninguna otra cosa

play08:52

un disco duro que lo queráis enchufar a

play08:54

una tele para reproducir películas por

play08:56

ejemplo depende de cómo de vieja sea la

play08:58

tele una tele vieja tiene que ser en

play09:01

fat32 una tele moderna ntfs y se lo

play09:04

traga sin problemas

play09:08

resumiendo que hay 800 estándares y hay

play09:12

una serie de casos especiales

play09:17

repito en linux es muy sencillo

play09:21

en windows es más complicado mi

play09:24

recomendación en windows en general

play09:26

cualquier cosa que tengáis que hacer que

play09:29

no sea directamente en linux 1x de 4 os

play09:33

repito lo que lo que os diga la distro

play09:35

que haya impuesto mi recomendación es

play09:37

que siempre que podáis estar el primero

play09:38

intentéis primero funcionar con ntfs

play09:41

veis si podéis funcionar con ntfs si no

play09:45

podéis funcionar con él es de fs y ntfs

play09:48

o funciona más lento pueden probar con

play09:51

expat tampoco estaría ganando nada en

play09:54

otros juegos pero a veces si se gana

play09:55

compatibilidad y sólo en el caso de que

play09:58

no haya más remedio para 32 de 3 no más

play10:03

bien 3333 cuando ya no tienen ninguna

play10:07

otra opción pues más 32 porque yo que sé

play10:10

es mejor eso de morirse

play10:16

venga

Rate This

5.0 / 5 (0 votes)

関連タグ
File SystemsNTFSFAT32EXT4WindowsLinuxStorage DevicesCompatibilityData FormatsTech Insights
英語で要約が必要ですか?