Re: Can't export PFS or null mount to Linux

看板DFBSD_kernel作者時間16年前 (2009/07/23 13:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
I had some time and tracked this one down. It should be possible to export PFS's via NFS to linux now. The bug was in the readdirplus rpc, which linux uses by default. Well, not really a bug, the NFS code simply did not supply enough information to HAMMER for HAMMER to be able to determine which PFS to lookup the inode number in. -- I also noticed that the d_ino field for directory entries returned by NFS was being truncated to 32 bits, and fixed that as well. -Matt
文章代碼(AID): #1AP_NLUn (DFBSD_kernel)