NTFS-3G (正體中文)

From ArchWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Tango-preferences-desktop-locale-modified.png這個文章或章節的 翻譯 沒有對應到原文章的內容。Tango-preferences-desktop-locale-modified.png

原因: Last updated in 2012, very out of sync with English page (請在 Talk:NTFS-3G (正體中文) 中討論)

安裝

首先請先確定你的 extra 已啟動,然後安裝 NTFS-3G

# pacman -S ntfs-3g

掛載硬碟

有兩種方式可以用來掛載(mount)你的硬碟:

# mount -t ntfs-3g /dev/<your-NTFS-partition> /{mnt,...}/<folder>

或是:

# ntfs-3g /dev/sda1 /mnt/<mount point>

自動掛載

自動掛載可以在系統配置文件 Fstab 中設定。

把以下內容放置於 /etc/fstab 中

# <file system>   <dir>		<type>    <options>             <dump>  <pass>
<partition>  <mount point>  ntfs-3g  defaults  0 0