> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/untitled-4/shi-yong-ntfs-ci-ou.md).

# 使用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
