怎么才能让DM8168 dvrrdk的文件系统支持NTFS文件系统读写呢?
重新编译内核么?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
首先确认你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字样确定读写权限。