怎么才能让DM8168 dvrrdk的文件系统支持NTFS文件系统读写呢?
重新编译内核么?
Robin Edson:
首先确认你server上共享的NFS有读写权限,第二步确认uboot启动内核时传递了正确的参数,即bootargs需要设置正确。譬如我的:set bootargs console=ttyO0,115200n8 noinitrd root=/dev/nfs rw nfsroot=10.33.0.249:/home/nfs/nfs_netra ip=10.33.6.210:20.33.0.18:10.62.0.254:255.224.0.0::eth0 mem=128M notifyk.vpssm3_sva=0xBED40000
其中rw字样确定读写权限。
Feng Dong:
楼主问的问题是ntfs,不是nfs.先要查kernel的配置中是否已经配置了ntfs的支持.