Adviсe. Mac OS and NTFS: the problem and its best solution How to burn ntfs files mac

Everyone is happy with OS X until someone brings you an external drive formatted with the NTFS file system. And since all Windows users tend to format their external drives with NTFS, this will happen sooner or later. This will also happen to those who use both OS X and Windows on the same computer in different sections - when working with an Apple OS, you will encounter this one day.

OS X can only read volumes formatted in NTFS, but it cannot write data to them. That is, the user has no opportunity to either record a video for someone or edit his own created for Windows documents- absolutely nothing.

The fact is that when developing a standard driver for NTFS, Apple company I encountered extremely unstable operation of it in data recording mode and decided, out of harm’s way, to disable this function in the system altogether, since there is a possibility that something will go wrong and you will lose the files written to the disk (they either disappear completely or are not read correctly ) is very large. IN command line You can enable writing to NTFS volumes, but it’s better to never do this, especially since there are wonderful solutions in which everything works fine.

We compared three different third-party drivers: Paragon NTFS for Mac, Tuxera and NTFS-3G using HDD Seagate 500GB connected to MacBook Pro (Late 2013) via USB controller 3.0 on Asmedia ASM1051 chip. In the description of utilities we will go from simple to complex.

The program icon appears in system settings. The number of settings is minimal, you can only automatically check whether there are updates or not, but the driver just works and ensures that files are written at high speed - we got about 50-60 megabytes per second. And, perhaps, speed is the most important advantage of Paragon NTFS for Mac, since modern world Large external drives still store large volumes of files, recording several tens of gigabytes at a time.

And here the performance of the driver begins to matter, because the difference is not a second or two, but tens of minutes. Anyone who, hurrying somewhere, mentally shouted: “Crawl, crawl!” while the data was being copied, will now understand us.

Paragon NTFS can also format disks in NTFS, and also make them bootable, so that with this driver the computer can be used to restore the functionality of a Windows PC, or partitions on the hard drive of a PC in which the Microsoft operating system is installed.

There is also a file system check and repair function that was available by default in previous versions OS X, but with the release of OS X El Capitan “disappeared somewhere.”

Tuxera - cross-platform driver for Unix-like operating systems, which includes OS X. The cost of Tuxera NTFS for Mac is $31 (at current exchange rates - 2,124 rubles), there is a free 15-day period during which the program is fully functional.

The interface is somewhat more complicated, divided into two parts: one in system settings, the other in applications. The functionality is standard: checking and restoring the file system, as well as formatting the disk into different file systems. But it’s better not to touch the settings, because ordinary user It is not clear what they are responsible for. For example, do you need to “store extended attributes in the original format”? Or do you always need to mount partitions after an incorrect eject? And what happens if you answer “no”?

The driver speed is 25-30 megabytes per second. Interestingly, after installing Tuxera, the reading speed from NTFS media also drops. The developers explain this by caring about stability and reliability.

NTFS-3G is also a project of Tuxera developers, only free and open source code. That is, Tuxera is actually built on the same core. The problem with the free version is that you will have to compile and install all the code on the system yourself using console commands and downloading missing libraries from repositories. Management then also takes place using the command line.

If you're lucky and the driver works the first time, that's good, because if you receive an error message during installation, you'll have to scour a bunch of forums and spend many unforgettable minutes with console commands: During this time, you could probably earn enough money for several licenses of paid software. However, this is always the case with “free” software: it itself is free, and money is earned from technical support.

Actually, Tuxera takes money for GUI and the possibility of installation by a living person, and not by an android robot: the speed of NTFS-3G is the same as the paid version, the same 25-30 MB/sec for writing and the same for reading.

Very often in everyday work you have to deal with the problem of writing data to disks from a file NTFS system. However, this problem can be solved very simply.

Supports recording to discs with file system NTFS has always been there in Mac OS X, but it is a hidden option. The ability to write to NTFS is not officially supported by Apple, which makes this function rather experimental. So all the actions performed, about which we'll talk below - are made at your own peril and risk and no one is responsible for this except you.

Because this feature is not officially supported by Apple, NTFS should not be considered a reliable cross-platform file system for moving files between Mac and Windows PCs. In addition, the lack official support suggests that something could potentially go wrong, such as kernel errors or even theoretical data loss on an NTFS drive. Therefore, we strongly recommend not to use the NTFS file system as a panacea for your problems.

If you have clearly decided for yourself that you definitely need this, then we will look at two ways to enable support for NTFS recording in OS X.

Enabling NTFS write support using the disk UUID:

1. Connect the NTFS drive and then get the UUID (identifier) NTFS disk with the following command:

Diskutil info /Volumes/DiskName | grep UUID

2. Then, to enable read/write with the received ID, use the command:

Sudo echo "UUID=Enter disk UUID none ntfs rw,auto,nobrowse" >> /etc/fstab

The NTFS drive likely won't appear on your desktop by default, but you can access it in the /Volumes/ directory by opening that folder in Finder with the following command:

If you want to see the drive on the desktop, you can make a symbolic link:

Sudo ln -s /Volumes/DiskName ~/Desktop/DiskName

Enabling NTFS write support by drive name:

To be on the safe side, it's best to use the previous method with the UUID, but you can add NTFS write support using the drive name with the following command:

Sudo echo "LABEL=DiskName none ntfs rw,auto,nobrowse" >> /etc/fstab

To execute this command you must have superuser rights.

For example, adding read/write support to an NTFS drive called "windows8" would look like this:

Sudo echo "LABEL=WINDOWS8 none ntfs rw,auto,nobrowse" >> /etc/fstab

Now you know at least two ways to fully work with NTFS disks. But we repeat again that you do all these manipulations at your own responsibility and do not forget to create backup copies just in case.

Everyone is happy with OS X until someone brings you an external drive formatted with the NTFS file system. And since all Windows users tend to format their external drives with NTFS, this will happen sooner or later. This will also happen to those who use both OS X and Windows on the same computer in different sections - when working with an Apple OS, you will encounter this one day.

OS X can only read volumes formatted in NTFS, but it cannot write data to them. That is, the user has no opportunity to either record a video for someone or edit his own documents created under Windows - absolutely nothing.

The fact is that, while developing a standard driver for NTFS, Apple was faced with its extremely unstable operation in data recording mode and decided, out of harm’s way, to completely disable this function in the system, since there is a possibility that something will go wrong and you Losing files written to the disk (they either disappear completely or are read incorrectly) is very high. You can enable writing to NTFS volumes on the command line, but it’s still better to never do this, especially since there are wonderful solutions in which everything works fine.

We compared three different third-party drivers: Paragon NTFS for Mac, Tuxera, and NTFS-3G, using a 500GB Seagate hard drive connected to a MacBook Pro (Late 2013) via a USB 3.0 controller on an Asmedia ASM1051 chip. In the description of utilities we will go from simple to complex.

The program icon appears in system settings. The number of settings is minimal, you can only automatically check whether there are updates or not, but the driver just works and ensures that files are written at high speed - we got about 50-60 megabytes per second. And, perhaps, the speed of operation is the most important advantage of Paragon NTFS for Mac, since in the modern world large volumes of files are still stored on large external drives, writing several tens of gigabytes at a time.

And here the performance of the driver begins to matter, because the difference is not a second or two, but tens of minutes. Anyone who, hurrying somewhere, mentally shouted: “Crawl, crawl!” while the data was being copied, will now understand us.

Paragon NTFS can also format disks in NTFS, and also make them bootable, so that with this driver the computer can be used to restore the functionality of a Windows PC, or partitions on the hard drive of a PC in which the Microsoft operating system is installed.

There is also a file system check and repair function, which was available by default in previous versions of OS X, but disappeared with the release of OS X El Capitan.

Tuxera is a cross-platform driver for Unix-like operating systems, which includes OS X. The cost of Tuxera NTFS for Mac is $31 (at current exchange rates - 2,124 rubles), there is a free 15-day period during which the program works fully functional.

The interface is somewhat more complicated, divided into two parts: one in system settings, the other in applications. The functionality is standard: checking and restoring the file system, as well as formatting the disk into different file systems. But it’s better not to touch the settings, because the average user does not understand what they are responsible for. For example, do you need to “store extended attributes in the original format”? Or do you always need to mount partitions after an incorrect eject? And what happens if you answer “no”?

The driver speed is 25-30 megabytes per second. Interestingly, after installing Tuxera, the reading speed from NTFS media also drops. The developers explain this by caring about stability and reliability.

NTFS-3G is also a project by Tuxera developers, only free and open source. That is, Tuxera is actually built on the same core. The problem with the free version is that you will have to compile and install all the code on the system yourself using console commands and downloading missing libraries from repositories. Management then also takes place using the command line.

If you are lucky and the driver works the first time, good, because if you receive an error message during installation, you will have to scour a bunch of forums and spend many unforgettable minutes with console commands: during this time you could probably earn several licenses of paid software. However, this is always the case with “free” software: it itself is free, and money is earned from technical support.

Actually, Tuxera charges money for the graphical interface and the ability to be installed by a living person, and not by an Android robot: the speed of NTFS-3G is the same as the paid version, the same 25-30 MB/sec for writing and the same for reading.

In this article we will tell you how to do it for free, using standard means Mac OS and without the help of third-party programs can activate recording to external drives in NTFS format. It's no secret that Mac OS has long supported reading disks with Microsoft file systems: FAT32 and NTFS. Moreover, in the case of FAT, both reading and writing are available, which was quite enough for Mac owners until a certain point, but the quality of copied materials is steadily growing, and with it the amount of disk space they occupy is also increasing. Thus, Mac OS users did not have problems until flash drives and external hard disks did not grow in volume, and the size of many files (for example, videos) did not exceed 4 GB, which is the limit for FAT, after which external drives began to be widely used with NTFS. This file system is “native” to Windows, but it is something foreign to Mac OS and therefore, to fully use this file system, a Mac needs a special driver. There are two types of such drivers: the official driver developed by Apple and built into Mac OS, or third-party drivers that require additional installation and in most cases an additional fee. In this article we will look at the option of activating the standard Apple driver for reading and writing NTFS disks.

Important: These instructions are valid for the following versions of Mac OS X: .

Starting with Mac OS 10.3 “Panther”, support for NTFS disks appeared, but only for reading - nothing could be written to them. A little later they appeared third party programs, allowing you to read and write to NTFS disks, the most famous option is perhaps “Paragon NTFS for Mac” from Russian company Paragon. On this moment This software costs 690 rubles. Thus, in addition to installing a special paid NTFS driver, Mac users had two options - either use external media exclusively with FAT32 in order to be able to exchange data with devices running other operating systems, or format external drives for HFS+ (Mac OS Extended), which would also not be so easy to read under Windows. However, starting with version 10.7 "Lion" appeared support for writing to NTFS drives, however, for some reason this function remains inactive in more modern versions of Mac OS. How to activate it? This can be done individually for each disk by entering its name in a special file. This way, all disks with the names you specify will be automatically mounted and writable. It is worth paying attention that drive names should be specified in a case-sensitive manner, and also try not to use spaces in drive names. Here step-by-step instruction : 1. Launch the terminal ( Terminal.app). It can be found either through Spotlight search or in the Applications/Utilities folder ( Applications/Utilities)


Terminal application on Mac OS X

2. Open the file in the terminal /etc/fstab, for example, using nano editor. Type the following command in the terminal window and press Enter: sudo nano /etc/fstab At this point, the system will most likely ask you to enter your administrator password.
3. A blank terminal window will open text file. Copy the following text there: LABEL=MyNTFSDrive none ntfs rw,auto,nobrowse Replace “MyNTFSDrive” with the name of the NTFS drive you are going to use.
4. Click Control+O to save changes and then Control+X to exit from text editor. 5. Safely Unmount your ntfs disk and insert it again. Now this disk does not appear either on the desktop or in the list of disks. To see this drive in the finder and access it, go to step 6. 6. Type the following command into the terminal window and press Enter: open /Volumes 7. You will see a list of all connected drives, including your NTFS drive, which is now available for recording. To prevent you from having to re-open the terminal and go through step 6 in the future, you can create a shortcut to the Volumes folder. 8. Drag the Volumes folder to the Finder's Favorites.
Or, for example, on the desktop. You can also do this without leaving the terminal: sudo ln -s /Volumes ~/Desktop/Volumes Done! You can now read and write to your chosen NTFS drive. If you need to write to other NTFS drives, simply repeat steps 1-5, adding a new line to the fstab file and remembering to correctly name the new drive. This instruction is relevant for the following versions of Mac OS X: 10.7 Lion, 10.8 Mountain Lion, 10.9 Mavericks, 10.10 Yosemite.

Many computer users Mac have to deal with drives formatted in NTFS- standard file system Windows. The built-in OS X driver does an excellent job of reading data from such disks, but when it comes to writing, you have to resort to the help of third-party utilities.

In contact with

It is worth immediately warning newcomers to Mac OS X that you should not enable recording support for the built-in driver by simple manipulations with the fstab file - this can damage the disk. Developers Apple It’s no wonder that they disabled recording in the standard driver - it works unstable: there are often cases when some files on the disk are not displayed.

All the utilities listed in this article have sufficient performance for both simple copying or deleting files on the disk, and for active work with the drive. For example, using third-party drivers NTFS, you can comfortably work with torrents and even streaming data (video, sound) without any inconvenience.

SLNTFS

Quite simple, and most importantly - absolutely free utility. The program interface is minimalistic and convenient and does not require any deep knowledge in the field of file systems. The disadvantages include the fact that the utility first connects the disks in read mode - you have to manually enable the mount for write option in the program settings every time you connect a disk, which is not always convenient.

Download SLNTFS

Paragon NTFS

A more well-known analogue for working with the file system NTFS. You will have to pay $19.95 for the program, but it fully pays for its functionality - it can even make NTFS disk bootable. A reboot will be required after installation Mac.

NTFS-3G and Tuxera for Mac

Paragon NTFS could safely be considered the best solution to the recording problem NTFS disks under Mac, if not for the utility from the company Tuxera, well known among users of UNIX-like operating systems, which is Mac OS. There are 2 versions of the program - free NTFS-3G and paid ($31) - Tuxera for Mac. The only difference is in performance. However, for most purposes it will be suitable free version. By default, disks are connected in recording mode. By the way, this utility was developed with an emphasis not on performance, but primarily on reliability and stability.




Top