Re: About a probable 32 bit ino_t bottleneck in cd9660_fhtovp()

2014-05-10 Thread Thomas Schmitt
Hi, me: > > Is there a tutorial "Localhost NFS for Dummies" ? Taylor R Campbell: > Just set up /etc/exports (see `man exports') and get rpcbind, mountd, > and nfsd running: I edited /etc/exports and did without final success: netbsd# cat /etc/exports /mnt/iso -ro localhost netbsd# mkdir

Re: About a probable 32 bit ino_t bottleneck in cd9660_fhtovp()

2014-05-10 Thread Taylor R Campbell
Date: Sat, 10 May 2014 21:42:59 +0200 From: "Thomas Schmitt" Is there a tutorial "Localhost NFS for Dummies" ? Just set up /etc/exports (see `man exports') and get rpcbind, mountd, and nfsd running: /etc/rc.d/rpcbind onestart /etc/rc.d/mountd onestart /etc/rc.d/nfsd onestart During

About a probable 32 bit ino_t bottleneck in cd9660_fhtovp()

2014-05-10 Thread Thomas Schmitt
Hi, i riddle under which circumstances function cd9660_fhtovp() is called (e.g. via VFS_FHTOVP). Because, if it gets called for a file from my test ISO, then it should fail due to a 32-bit bottleneck in the cd9660-specific data of struct fid (i.e. in struct ifid). I wanted to prepare a PR, but f

Re: Bug in fs/cd9660 raises questions about inode number computing

2014-05-10 Thread Matthew Mondor
On Sat, 10 May 2014 08:11:40 +0200 "Thomas Schmitt" wrote: > kern/48787 can be counted as a successful one. > kern/48797 demonstrates that i need to free myself more from > expectations which occupied my mind when studying isofs of > a different kernel. > Thanks to Martin Husemann for posing the