외장(External) 하드 드라이브, 플래시 드라이브 및 기타 유사한 형태의 이동식 저장 장치로 인해 데이터 이동이 매우 쉬워졌습니다. 그러나 우리는 각 사람이 외부 저장소에 (이론적으로) 연결할 수 있는 여러 장치를 소유할 가능성이 있는 세상에 살고 있습니다.
또한 외부 저장소에 대한 다양한 사용 사례가 있으며 중요한 것은 선택할 수 있는 형식이 많습니다. 따라서 반짝이는 새 외장 저장 장치의 형식을 선택해야 할 때 외장 하드 드라이브에 가장 적합한 형식은 무엇입니까?
디스크 "포맷"이란 무엇입니까?(Just What Is a Disk “Format”?)
디스크를 "포맷"한다는 것은 무엇을 의미합니까? 어쨌든 디스크 형식이란 무엇입니까? 사실 꽤 이해하기 쉽습니다. SSD , 하드 디스크, 플래시 드라이브, SD 카드 또는 작업 중인 모든 저장 매체에는 일정량의 원시 물리적 공간이 있습니다 .
예를 들어 SSD 는 미세한 메모리 셀을 포함하는 마이크로칩으로 구성됩니다. 각 셀은 특정 수의 "비트"를 보유할 수 있습니다. 즉, 바이너리 코드를 구성하는 1과 0입니다. 빈 책장으로 가득 찬 거대한 방이라고 생각하시면 됩니다.
형식은 해당 공간을 데이터로 채우는 데 사용하는 구성 원칙입니다. 도서관에서 Dewey Decimal System 과 같은 것을 사용하여 책이 어떤 순서로 선반에 진열되는지 결정합니다. 이렇게 하면 특정 책을 매우 쉽게 찾을 수 있습니다. 같은 방식으로 디스크 형식은 컴퓨터에 디스크에 정보를 저장하는 방법을 알려줍니다.
일부 디스크 형식은 다른 형식보다 더 효율적이지만 특정 형식은 단순히 특정 운영 체제와 호환되지 않습니다.
macOS는 Windows 형식을 읽을 수 있습니까?(Can macOS Read Windows Formats?)
기본적 으로 macOS 는 (macOS)Microsoft Windows 세계에서 정확히 두 가지 형식을 이해할 수 있습니다 . 첫 번째는 FAT 이고 다른 하나는 ex FAT 입니다. 이에 대해서는 잠시 후에 설명하겠습니다.
기본 Windows 디스크 형식인 NTFS 는 macOS에서 지원되지 않습니다. 적어도 완전히는 아닙니다. NTFS 디스크는 macOS에서 읽을 수 있지만 쓸 수는 없습니다. (read )친구의 Windows 디스크에서 데이터를 가져와야 하는 경우 유용하지만 (Windows)Windows 와 macOS를 모두 사용하는 경우 다른 옵션이 필요합니다. 가장 가능성 있는 선택은 exFAT이며 아래에서 더 자세히 설명합니다.
타사 애드온 응용 프로그램을 사용할 수도 있지만 물론 이것이 가장 우아한 솔루션은 아닙니다. 이것은 Mac 에서 (Mac)BootCamp 를 사용하는 경우 특히 중요한 점 입니다. 다른 운영 체제로 부팅했다는 이유로 외부 저장소에 대한 액세스 권한을 잃고 싶지 않기 때문입니다.
Windows에서 macOS 형식을 읽을 수 있습니까?(Can Windows Read macOS Formats?)
Windows PC는 macOS 형식을 읽을 수 없습니다. macOS에서 사용하는 파일 시스템은 Windows가 자체적으로 이해할 수 있는 시스템이 아닙니다. 이러한 디스크를 읽고 쓰려면 타사 응용 프로그램의 형태로 약간의 도움이 필요합니다.
이 작업을 수행할 수 있는 유일한 무료 응용 프로그램 은 Java 를 사용 하고 실제로 이상한 파일 전송에만 적합한 hfsexplorer 입니다.(hfsexplorer)
FAT32 – 가장 호환되는 옵션(FAT32 – The Most Compatible Option)
FAT 또는 파일 할당 테이블(File Allocation Table ) 은 아마도 오늘날 존재하는 가장 널리 지원되는 디스크 형식일 것입니다. 플로피 디스켓과 하드 드라이브에 사용되는 원래 DOS 형식의 직접적인 연속입니다. (DOS)FA T32는 주로 이전 버전의 FAT가 처리할 수 있는 절대 파일 크기를 확장하기 위해 존재합니다. (T32 exists mainly to extend the absolute file size that older versions of FAT can handle. The )FAT32 가 처리할 수 (FAT32)있는 최대 단일 파일 크기 는 4GB입니다.
특히 외장 하드 드라이브가 아닌 썸 드라이브를 사용하는 경우 대부분의 파일에 문제가 없을 것입니다. 그러나 요즘에는 4GB보다 큰 비디오 파일이나 기타 고화질 자산이 있는 것이 일반적이므로 더 큰 파일을 호스팅할 가능성이 있는 대용량 드라이브에는 적합하지 않습니다.
4GB보다 큰 파일이 없다는 것을 절대적으로 알고 있고 exFAT를 지원하지 않는 구형 TV와 같은 장치에서 드라이브를 사용하려는 경우 FAT32 가 좋은 선택입니다.
Using Apple and Windows? You Want exFAT!
exFAT는 FAT32 의 파일 크기 제한을 해결하고 (FAT32)USB 대용량 저장 장치를 지원하는 기본 장치에도 지장을 주지 않는 빠르고 가벼운 형식을 유지합니다 .
exFAT는 FAT32(FAT32) 만큼 널리 지원되지는 않지만 여전히 많은 TV(TVs) , 카메라 및 기타 유사한 장치와 호환됩니다 . 가장 중요한 것은 exFAT가 Windows 와 macOS에서 모두 작동한다는 것입니다.
외장 하드 드라이브용 exFAT의 유일한 단점은 "저널링" 기능이 없다는 것입니다. 이것은 파일 변경 사항을 기록할 수 있는 기능이 없음을 의미합니다. 이것의 결과 중 하나는 exFAT 드라이브가 갑작스러운 정전으로 인한 데이터 손상에 조금 더 취약하다는 것입니다.
드라이브를 안전하게 제거하거나 디스크를 읽거나 쓰는 동안 플러그를 뽑지 않도록 하십시오.
NTFS – Windows 사용자 전용(NTFS – For Windows Users Only)
NTFS 또는 New Technology File System 은 현재 Windows 기본값입니다. Windows 사용자가 원할 수 있는 가장 안전하고 강력한 파일 시스템입니다 . 이는 Windows(Windows) 컴퓨터 의 시스템 드라이브에 대해 선택한 형식임을 의미합니다 .
NTFS 는 상황에 따라 실제로 특정 외장 하드 드라이브에 적합한 형식 선택이 될 수 있는 강력한 장점이 많이 있습니다.
- NTFS 는 정전으로 인한 디스크 손상에 강합니다.
- 폴더별 권한과 같은 광범위한 보안 기능이 있습니다.
- 여러 사용자가 서로의 데이터에 액세스하지 않고도 동일한 드라이브를 공유하는 것은 간단합니다.
- 파일 변경 사항을 기록하는 저널링 기능도 주목할 만합니다. 이것이 파일 손상에 더 강한 이유 중 하나입니다.
외부 드라이브를 Windows(Windows) 시스템에서만 사용하려는 경우 NTFS 가 좋은 선택이며 아마도 전반적으로 최상의 옵션일 것입니다. 그러나 최신 Windows(Windows) 에코시스템 의 한계를 넘어 드라이브를 사용해야 하는 경우 대신 exFAT를 사용하는 것이 좋습니다.
이미 FAT 로 포맷된 드라이브가 있는 경우 데이터 손실 없이 드라이브를 변환 할 수 있습니다 .
Linux 외장 하드 드라이브에 가장 적합한 형식(Best Formats For Linux External Hard Drives)
(Linux)Ubuntu Linux 와 같은 Linux 배포판 은 날이 갈수록 대중화되고 있지만 전반적으로 여전히 상대적으로 틈새 시장입니다. Linux 에는 고유한 EXT 형식이 있으며 Linux 시스템 (Linux)에서만(only) 외장 드라이브를 사용하려는 경우 안전하게 해당 형식을 선택할 수 있습니다.
그러나 Linux 는 NTFS 를 지원하므로 (NTFS)Windows 와 Linux 시스템 이 모두 있는 경우 적절한 중개자가 됩니다 . Mac 은 (Mac)NTFS 도 읽을(read ) 수 있습니다 . 가장 호환되는 옵션은 FAT32 이지만 위에서 언급했듯이 파일 크기에 대한 엄격한 4GB 제한이 있습니다.
불행히도 Linux 는 아직 exFAT에 대한 지원이 없지만 Kernel 5.4 릴리스와 함께 변경될 예정인 것으로 알려졌습니다 .
SD 카드 및 USB 엄지 드라이브는 어떻습니까?(What About SD Cards & USB Thumb Drives?)
외장형 하드 드라이브에 가장 적합한 형식을 선택하려면 다른 형식의 외장형 저장소와 다른 고려 사항이 필요합니다. SD 카드와 USB 썸 드라이브는 여전히 디지털 생활의 중요한 부분입니다. 어떤 형식을 선택해야 할까요?
오늘날 우리가 보유하고 있는 상당히 저렴하면서도 큰 플래시 드라이브를 사용하면 썸 드라이브와 외장 하드 드라이브의 사용 사례가 겹치는 부분이 있습니다. 즉, 썸 드라이브에서 HD 비디오 파일과 같은 대용량 파일을 사용할 수 있습니다. 따라서 exFAT를 선택하는 것이 좋습니다. 특히 iPad, iPhone 및 Mac(Macs) 에서 썸 드라이브를 사용하려는 경우 .
FAT32 는 exFAT를 지원하지 않는 구형 장치에서 썸 드라이브를 사용하려는 경우의 대체입니다. 물론 현재 Linux 시스템에서도 썸 드라이브를 사용하려는 경우 작성 시점에는 exFAT가 작동하지 않습니다. 그러나 이는 미래에 바뀔 예정입니다.
SD 카드의 경우 사용하는 장치가 지원하는 형식에 따라 선택해야 합니다. exFAT는 DSLR(DSLR) (예:)이 지원하는 경우 여전히 좋은 선택 이지만 제조업체의 권장 사항을 따르십시오. 실제로 대부분의 장치에는 내부 SD 카드 포맷 루틴이 있으므로 원하는 장치에서 카드를 포맷하도록 하는 것이 좋습니다.
포맷 전쟁 끝내기(Ending The Format Wars)
외장 드라이브 형식을 선택하는 것은 꽤 혼란스러울 수 있습니다. 드라이브 전체를 백업하고 다시 포맷해야 할 때 잘못된 드라이브를 선택하는 것은 의도한 목적대로 작동하지 않기 때문에 정말 고통스러울 수 있습니다.
이제 외부 하드 드라이브에 가장 적합한 형식 목록에서 위의 옵션을 알고 있기를 바랍니다(Hopefully) . 잘못된 선택을 하면 외부 디스크가 플러그 앤 플레이가 되지 않는 상황으로 이어질 수 있으므로 베이컨을 절약할 수 있습니다.
What Is the Best Format For External Hard-Drives? Pros & Cons Of Each
External hard drives, flash drives and other simіlar forms of removable storage have made lіfе pretty easy when it comes to mоving data arоund. However, we live in a world where each рerson іs likely to own multiple devіces that external storage could (theoretically) be connected to.
There are also various use cases for external storage and, importantly, plenty of formats to choose from. So when you have to pick a format for your shiny new external storage device, what is the best format for external hard drives?
Just What Is a Disk “Format”?
What does it mean to “format” a disk? What is a disk format anyway? It’s actually pretty easy to understand. Your SSD, hard disk, flash drive, SD card or whatever storage medium you’re working with has a set amount of raw physical space.
For example, an SSD consists of microchips that contain microscopic memory cells. Each cell can hold a specific number of “bits”. That is, the ones and zeroes that make up binary code. Think of it as a gigantic room filled with empty book shelves.
A format is the organizing principle we use to fill that space with data. In a library, something like the Dewey Decimal System is used to determine in which order books go on the shelves. This makes it very easy to find a specific book. In the same way, a disk format tells the computer how to store information on the disk.
Some disk formats are more efficient than others, while certain formats are simply not compatible with particular operating systems.
Can macOS Read Windows Formats?
Out of the box, macOS can understand exactly two formats from the world of Microsoft Windows. The first is FAT and the other is exFAT, which we’ll discuss a little later.
The main Windows disk format, NTFS, isn’t supported by macOS. At least, not entirely. NTFS disks can be read by macOS, but not written to. That’s useful if you need to get some data from a friend’s Windows disk, but if you use both Windows and macOS, you’ll need a different option. The most likely choice is exFAT, which we’ll go into more detail below.
You also have the option of using third-party addon applications, but of course this is hardly the most elegant solution. This is a particularly important point if you use BootCamp on your Mac, since you don’t want to lose access to external storage just because you booted into a different operating system.
Can Windows Read macOS Formats?
Windows PCs can not read macOS formats. The file systems used by macOS aren’t ones that Windows can understand by itself. It needs a little help in the form of a third-party application to read and write to these disks.
The only free application that will let you do this we are aware of is hfsexplorer, which uses Java and is really only suitable for the odd file transfer.
FAT32 – The Most Compatible Option
The FAT or File Allocation Table is quite possibly the most widely-supported disk format in existence today. It’s a direct continuation of the original DOS format used on floppy diskettes and hard drives. FAT32 exists mainly to extend the absolute file size that older versions of FAT can handle. The largest single file size that FAT32 can handle is 4GB.
That’s probably OK for most files, especially if you’re using a thumb drive rather than an external hard drive. However, it’s pretty normal these days to have video files or other high-fidelity assets that are larger than 4GB, which makes this unsuitable for large drives that are likely to host bigger files.
If you absolutely know that you won’t have any files larger than 4GB and want to use the drive with devices such as older TVs that don’t support exFAT, then FAT32 is a good choice.
Using Apple and Windows? You Want exFAT!
exFAT solves the file size limitation of FAT32 and manages to remain a fast and lightweight format that doesn’t bog down even basic devices with USB mass storage support.
While exFAT is not quite as widely supported as FAT32, it’s still compatible with many TVs, cameras and other similar devices. Most importantly, exFAT works with both Windows and macOS.
The only real downside of exFAT for external hard drives is its lack of “journaling” ability. This means it doesn’t have the ability to keep a record of file changes. One of the consequences of this is that exFAT drives are a little more vulnerable to data corruption from sudden power losses.
Be sure to either make your drive safe to remove or to avoid unplugging it while its reading or writing to the disk.
NTFS – For Windows Users Only
NTFS or the New Technology File System is the current Windows default. It’s the most secure, robust file system that a Windows user could wish for. This means it’s the format of choice for system drives on Windows computers.
NTFS has quite a lot of strong advantages, which may actually make it a good format choice for certain external hard drives, depending on the circumstances.
- NTFS is resistant against disk corruption caused by a power failure.
- It has extensive security features, such as per-folder permissions.
- Making is simple for multiple users to share the same drive without having access to each other’s data.
- It’s also notable for its journaling feature, which keeps a record of file changes. This is part of the reason why it’s more resistant to file corruption.
If you want to use your external drive with Windows machines only, NTFS is a fine choice and probably the best option overall. However, if you need to use the drive beyond the confines of the modern Windows ecosystem, it’s better to go with exFAT instead.
If you already have a drive that’s formatted in FAT, you can still convert it without losing data.
Best Formats For Linux External Hard Drives
Linux distributions such as Ubuntu Linux are becoming more popular by the day, but are still relatively niche overall. Linux has its own proprietary EXT formats and if you are only going to use your external drive with a Linux machine, you can safely go ahead and pick that format.
However, Linux supports NTFS, which makes for a decent go-between if you have both Windows and Linux machines. Mac can also read NTFS. The most compatible option is FAT32, but as we mentioned above it has a hard 4GB limit on file sizes.
Unfortunately, Linux does not yet have support for exFAT, but that is reportedly set to change with the release of Kernel 5.4.
What About SD Cards & USB Thumb Drives?
The choice for the best format for external hard drives involves different considerations compared to other forms of external storage. SD cards and USB thumb drives are still an important part of our digital lives, so which formats should you pick?
With the fairly cheap yet large flash drives we have today, there’s some overlap in the use cases for thumb drives and external hard drives. Which means you may want to use large files, such as HD video files, on your thumb drive. That makes exFAT a good choice. Especially if you also want to use your thumb drive with iPads, iPhones and Macs.
FAT32 is a fallback if you want to use your thumb drive with older devices that don’t support exFAT. Of course, if you’re also going to use your thumb drive on your current Linux machine, exFAT won’t work at the time of writing. However, that’s set to change in the future.
With SD cards, your choice should be entirely driven by which formats the devices you use support. exFAT is still a good choice if your DSLR (for example) supports it, but follow the manufacturer’s recommendation. In fact, most devices have an internal SD card formatting routine, so we recommend you simply let the intended device format the card.
Ending The Format Wars
Picking a format for your external drive can be pretty confusing. Picking the wrong one can turn into a real pain when you have to backup and reformat an entire drive because it won’t work for its intended purpose.
Hopefully you now know which options above to pick from the list of best formats for external hard drives, which can save your bacon when making the wrong choice can lead to a situation where an external disk just won’t plug-and-play.