How Apple Mac reads and writes NTFS-formatted hard drives

Source: Internet
Author: User
Tags uuid

Warm tip: This tutorial requires a senior user to enter the terminal command line to operate, please the new user cautious operation.

The specific steps are as follows:

1, open the application-utility-terminal to run the following command. To view your hard drive uuid.

Diskutil Info/volumes/macx | grep UUID

Special note: Replace Macx with the name of your hard drive

As shown in the figure, the hard drive UUID is displayed, and there is a partition UUID. What we need to use is the hard drive's UUID identification number.

2, and then run the following command:

echo "uuid=ec9ab3f7-9af6-f2ec-c4ec-f22419f32464 none NTFS Rw,auto,nobrowse" | sudo tee-a/etc/fstab

Replace the character after the command line uuid= with the hard drive uuid you obtained in the previous step, and enter the password for the account (for example, if the password is blank), create the password first. Enter password not displayed but actually entered)

3, then, when you reconnect this USB device, the desktop no longer show this USB partition of the White box icon. You need to press COMMAND-SHIFT-G to go to the/volumes file directory.

At this point your NTFS hard drive can read and write.

Explanation, OS X defaults to identifying NTFS only and if the RW is not active when it is displayed on the desktop, we have added a judgment in the system file/etc/fstab that the hard drive is connected to NTFS read-write mode, but does not appear on the desktop.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.