如何將NTFS格式的移動硬碟掛接到Mac OS上進行讀寫(Read/Write)操作

來源:互聯網
上載者:User

標籤:

現在硬碟便宜,很多同學都有移動硬碟,如果你同時使用Windows與Mac OS的話,移動硬碟最好不要使用NTFS檔案系統,否則在Mac OS上,你只能讀你的移動硬碟,不能寫。

但是實際上的情況是,移動硬碟上有很多東西了,且最初是格式化為了NTFS格式,這時候重新格式化是很麻煩的,要做資料移動。

這個問題有兩種辦法解決:

  1. 使用第三方軟體。
  2. 使用mac os內建的mount_ntfs工具。

在Mac OS上mount NTFS檔案系統的第三方軟體,常用的是NTFS3G,這是一個開源軟體,免費使用,不過官方只提供原始碼,需要自行編譯。

我們重點介紹第二種方法,使用mac os內建的mount_ntfs工具。

操作步驟如下:
1、開啟命令列終端。

2、插上移動硬碟,這時候你在Finder裡面看到此卷是唯讀。

 

  1. 3、執行 diskutil info /Volumes/YOUR_V_NAME ,找出 Device Node 這個欄位值,記錄下來

        如,我的移動硬碟,是東芝的,那麼執行 diskutil info /Volumes/Toshiba\ Portable\ Hard\ Drive/ ,有如下輸出:
Device Identifier: disk1s1
Device Node: /dev/disk1s1
Part of Whole: disk1
Device / Media Name: Untitled 1

Volume Name: Toshiba Portable Hard Drive
Escaped with Unicode: Toshiba%FF%FE%20%00Portable%FF%FE%20%00Hard%FF%FE%20%00Drive

Mounted: Yes
Mount Point: /Volumes/Toshiba Portable Hard Drive
Escaped with Unicode: /Volumes/Toshiba%FF%FE%20%00Portable%FF%FE%20%00Hard%FF%FE%20%00Drive

File System Personality: NTFS
Type (Bundle): ntfs
Name (User Visible): Windows NT File System (NTFS)

Partition Type: Windows_NTFS
OS Can Be Installed: No
Media Type: Generic
Protocol: USB
SMART Status: Not Supported
Volume UUID: 0FDB1418-8175-4D31-A06E-09A5EBB35CF5

Total Size: 500.1 GB (500105217024 Bytes) (exactly 976768002 512-Byte-Blocks)
Volume Free Space: 430.2 GB (430243385344 Bytes) (exactly 840319112 512-Byte-Blocks)
Device Block Size: 512 Bytes

Read-Only Media: No
Read-Only Volume: Yes
Ejectable: Yes

Whole: No
Internal: No

4、彈出移動硬碟
執行 hdiutil eject /Volumes/Toshiba\ Portable\ Hard\ Drive/,如下輸出
“disk1″ unmounted.
“disk1″ ejected.

5、建立一個目錄,稍後將mount到這個目錄
sodu mkdir /Volumes/MYHD

6、將移動硬碟以NTFS格式mount到上面的目錄
sudo mount_ntfs -o rw,nobrowse /dev/disk1s1 /Volumes/MYHD/
執行完上面命令後,你可以看到你的移動硬碟燈又兩起來了,沒有任何輸出,表示成功。

7、此時,你的移動硬碟可寫了。 不過你不能在Finder裡面操作,因為上面加了nobrowse選項。但是這個選項是必須的,否則你無法寫。

最後,大家可能會問,為什麼這麼麻煩,要通過命令列來做,而不直接在Finder裡面支援?
我的看法是mount_ntfs不是Mac OS的核心部分,可能是一些外掛程式形式近來的,因此並沒有將Finder與其綁定死

如何將NTFS格式的移動硬碟掛接到Mac OS上進行讀寫(Read/Write)操作

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.