# 使用NTFS磁區

### 複製檔案到NTFS時，速度奇慢無比

當我將文件從NTFS複製到ext4時，它運行非常迅速，例如，在10到20秒內復制了2 GB。但是，當我嘗試將某物從ext4複製到NTFS時，一切進展都很緩慢，例如100-200 kbps。

首先，確保已安裝ntfs-3g

卸載系統預設的掛載，使用 -o big\_writes

```
sudo mount -o big_writes /dev/sdxx /media/usb0
```

再次複製文件到NTFS磁區，速度飛快

### 出現數據損壞和奇怪的權限問題

nftsfix /dev/sdxx


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kawsing.gitbook.io/opensystem/andoid-shou-ji/untitled-4/shi-yong-ntfs-ci-ou.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
