search for: mnt_nowait

Displaying 2 results from an estimated 2 matches for "mnt_nowait".

Did you mean: m_nowait
2003 Jul 31
0
dvd+rw-format -force problem
...f=fd; + if (f==-1) + { + f = open(filename, O_RDONLY|O_NONBLOCK); + fd = f; + } + } if (fstat (f,&fsb) < 0) return -1; if ((mntsize=getmntinfo(&mntbuf,MNT_NOWAIT))==0)return -1; The real problem here, is that the author expects, that whenever cmd.umount() is called without argument, fd is available. Looking at the associate method, it only opens fd if a struct stat is given, which the code in dvd+rw-format.cpp:main does not do. As far as I can tell, th...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all, I was intending on trying out gjournal on a new disk i've added in my desktop. I had a look to see what the most recent patch provided by Pawel and found http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch I created the directories as per Pawel's original post (http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html) and the patch succeeded with no failed