LWN: Comments on "Creating Linux virtual filesystems" https://lwn.net/Articles/57369/ This is a special feed containing comments posted to the individual LWN article titled "Creating Linux virtual filesystems". en-us Mon, 22 Sep 2025 23:38:05 +0000 Mon, 22 Sep 2025 23:38:05 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Creating Linux virtual filesystems https://lwn.net/Articles/875377/ https://lwn.net/Articles/875377/ szs <div class="FormattedComment"> I have been looking for a way to create a preexisting file for my vfs without having to use userspace open/create funtions. This helped alot. Thanks!!<br> </div> Mon, 08 Nov 2021 09:28:44 +0000 Creating Linux virtual filesystems https://lwn.net/Articles/802196/ https://lwn.net/Articles/802196/ Charlie-Green <div class="FormattedComment"> Mr Corbet!<br> Thank you in advance for this detailed article and the source. You, and RadNi who updated your code for a 4.x kernel, helped me out, and I was able to adapt almost identical filesystem for the kernel version 5.0.0-29-generic. Soon I'll get back to give link to my code.<br> </div> Mon, 14 Oct 2019 03:34:48 +0000 Creating Linux virtual filesystems https://lwn.net/Articles/778045/ https://lwn.net/Articles/778045/ ahussei <div class="FormattedComment"> Working for kernel 4.2: <a rel="nofollow" href="https://gist.github.com/RadNi/9d8a074e6264c1664b97b8eee11b1d2a">https://gist.github.com/RadNi/9d8a074e6264c1664b97b8eee11...</a><br> </div> Thu, 31 Jan 2019 14:51:41 +0000 Creating Linux virtual filesystems https://lwn.net/Articles/596280/ https://lwn.net/Articles/596280/ nomibashir <div class="FormattedComment"> Given method is not working for me. When I mount this file system I got an error "mount: special device none does not exist". Please provide complete steps if you have.<br> Thanks in advance. <br> </div> Fri, 25 Apr 2014 20:47:24 +0000 Creating Linux virtual filesystems https://lwn.net/Articles/318521/ https://lwn.net/Articles/318521/ cbrannon <div class="FormattedComment"> Due to changes in the kernel, the code associated with this article<br> will not compile today.<br> Click the "full source" link from the article. One of the comments contains<br> the changes that I made in order to compile the code.<br> </div> Sun, 08 Feb 2009 15:30:09 +0000 Creating Linux virtual filesystems https://lwn.net/Articles/152915/ https://lwn.net/Articles/152915/ dd i having real problems with mouting this file sys on my sys.<br> can u give me the details of how to go about it step by step for installing.how do i save the file (ie with what extension) ? do i need to compile it beforehand?i tried compiling but it gave lots of error.<br> plz help. i have knoppix 3.9.<br> <p> email id is:u_khando@yahoo.com<br> Fri, 23 Sep 2005 17:43:36 +0000 Creating Linux virtual filesystems https://lwn.net/Articles/73166/ https://lwn.net/Articles/73166/ mchirico Create a directory, say /home/chirico/STUFF, then,<br>mount.<p><br>mkdir -p /home/chirico/STUFF<br>mount -t lwnfs none /home/chirico/STUFF<p>cat /home/chirico/STUFF/counter<p><br>Regards,<p>Mike Chirico<br> Thu, 26 Feb 2004 20:18:09 +0000 Creating Linux virtual filesystems https://lwn.net/Articles/65838/ https://lwn.net/Articles/65838/ azcoder How do you create or mount the lwnfs filesystem? <p>I have built the sample module and insmod'd it.<p>Thanks for any help<br> Sun, 11 Jan 2004 02:47:38 +0000