Page 1 of 1

哈 終於解決mount ntfs的中文檔名問題了

Posted: Mon Jul 26, 2004 9:31 am
by tka
最近醒著的時候幾乎都在跟賤兔玩
看著問題一個一個的解決 一點一點打造屬於自己的系統
真是成就感非凡
剛剛又解決mount ntfs中文檔名的問題 這問題真是困擾多時了
之前累積在windows的資料可以順利搬移
真是開心 :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen:
Linux真是個好玩的系統

不過小小抱怨一下 man mount裡面的參數是不是有缺呀
ntfs我用iocharset根本就不讓我掛載 要用nls才行 真是的 :evil:

Posted: Mon Jul 26, 2004 9:36 am
by frid
分享一下吧 :D

先說聲謝謝摟... :shock:

Posted: Mon Jul 26, 2004 10:01 am
by tka
frid wrote:分享一下吧 :D

先說聲謝謝摟... :shock:
ok 先說一下我的環境
kernel為gooten-dec-source 也就是krenel-2.6.7-r11
kernel中有將ntfs模組編入核心且掛上nls-utf8模組
系統編碼方式為utf8 ntfs分割區原本是在winxp中使用

掛載時指令為

Code: Select all

mount /dev/sdb1 /mnt/sdb1 -t ntfs -r -o nls=utf8
參考網址
http://linux-ntfs.sourceforge.net

Posted: Mon Jul 26, 2004 6:57 pm
by Si
這好像是換了 kernel 2.6 後就開始用 nls 了(ntfs)。

Posted: Mon Jul 26, 2004 7:28 pm
by syk1986
我是用iocharset

Code: Select all

mount -t ntfs -o iocharset=utf8 /dev/hdXY /mnt/hdXY 
在我這台nls不能動 怪怪@@

Posted: Tue Jul 27, 2004 8:17 am
by danieltwpda
I also have the problem with new kernel (2.6).
When I use the option 'nls=utf8', I found it seems work.
But my system is in Big5, so it can't display.
Is there any method to let utf8 file name could display in Big5?

Posted: Tue Jul 27, 2004 9:52 am
by paar
danieltwpda wrote:I also have the problem with new kernel (2.6).
When I use the option 'nls=utf8', I found it seems work.
But my system is in Big5, so it can't display.
Is there any method to let utf8 file name could display in Big5?
用文字介面, 請參考
http://wiki.gentoo.org.tw/index.php/Utf-8_env
"從以往在 big5 環境轉換到 unicode 環境注意事項" 一段
將 terminal 的顯示編碼改成 utf8 就看得到了,
但要從 ntfs 複製到 linux partition 又要一些手續了,
在上面這篇也有 hint.