#1 2009-05-15 22:26:17
可以裝NTFS-3G嗎?
用網芳傳下載好的檔案實在有夠慢的
想直接用隨身碟的方式來摳檔
但500gp只能讀NTFS不能寫
windows讀ext3又不是很好用
網路上查了裝NTFS-3G可以讓unix系統讀寫NTFS磁區 效率還蠻不錯的
http://www.ntfs-3g.org/
是不是要經過編譯什麼的才能裝在500GP上呢?
離線
#2 2009-05-15 23:17:12
Re: 可以裝NTFS-3G嗎?
技術問題請於論壇上集眾人之力公開討論,感恩
離線
#3 2009-05-16 09:29:17
Re: 可以裝NTFS-3G嗎?
下載檔案解開後是個資料夾
複製到opt下對應資料夾後
試著mount ntfs的磁區
$ mount -t ntfs-3g /dev/scsi/host3/bus0/target0/lun0/part1 /opt/ntfs
mount: Mounting /dev/scsi/host3/bus0/target0/lun0/part1 on /opt/ntfs failed: No such device
但若是直接 mount /dev/scsi/host3/bus0/target0/lun0/part1 /opt/ntfs 則可順利mount成唯讀資料夾
嘗試用另一個指令
$ ntfs-3g /dev/scsi/host3/bus0/target0/lun0/part1 /opt/ntfs
modprobe: could not parse modules.dep
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
$ modprobe fuse
modprobe: could not parse modules.dep
是不是有漏掉什麼呢?
最後修改: allengran (2009-05-16 09:30:07)
離線