how to mount ntfs in archlinux how to mount ntfs in archlinuxarchlinux 掛載 ntfs 時,默認只能讀。 可安裝 ntfs-3g: $ sudo pacman -S ntfs-3g 掛載 ntfs 時,可使用 mount 指令: $ mount /dev/sda2 /mnt 也可使用 ntfs-3g 指令: $ ntfs-3g /dev/sda2 /mnt