richliu's blog

Linux, 工作, 生活.

richliu's blog header image 2

Linux 下己經支援完整的 NTFS 系統了.

七月 16th, 2006 · 2 Comments

Linux NTFS Project支援 User Space 的 NTFS FileSystem.
這個 Driver 使用 FUSE(Filesystem implement in userspace)做介面,

剛剛試了一下, UTF-8 下中文沒有問題, 可以正常讀寫, 建立目錄.

如果要安裝, 請先安裝 fuse, 在 Gentoo 下是使用

emerge sys-fs/fuse

安裝即可, 接下來按照 [announcement] ntfs-3g: open source read-write driver 安裝 ntfs-3g
下載 ntfs-3g

# cd /home/temp
# wget http://mlf.linux.rulez.org/mlf/ezaz/ntfs-3g-20070714-BETA.tgz
# cd ntfs-3g-20070714-BETA
# ./configure
# make
# make install

Mount FileSystem

ntfs-3g /dev/hda1 /mnt/windows -o silent,umask=0,locale=zh_TW.utf8

寫在 /etc/fstab
/dev/hda1 /mnt/windows ntfs-3g silent,umask=0,locale=zh_TW.utf8,noauto 0 0

最後再來沒圖沒真相一下 XD

2007/03/10 Update:

目前ntfs-3g 己經出正式版 (1.0) ,  而 Gentoo 也可以直接 『#emerge ntfs3g』 安裝 ntfs-3g 了

On this day..

Tags: ,

Related posts

Tags: Gentoo · Linux

2 responses so far ↓

  • -TMA-1- » links for 2006-07-17 // 七月 17, 2006 at 8:26 上午 WordPress 2.1

    WordPress 2.1

    [...] richliu’s blog » Linux 下己經支援完整的 NTFS 系統了. (tags: Tech Linux Windows Filesystem NTFS) [...]

    [回應]

  • guoshuang // 七月 17, 2006 at 9:06 上午 Mozilla Firefox 1. Windows XP

    Mozilla Firefox 1. Windows XP

    嗯,好消息,马上在我的ubuntu一试…

    [回應]

Leave a Comment