All of lore.kernel.org
 help / color / mirror / Atom feed
* Writing a VFS driver
@ 2007-01-07 22:36 David H. Lynch Jr.
  2007-01-07 23:28 ` Avishay Traeger
  0 siblings, 1 reply; 3+ messages in thread
From: David H. Lynch Jr. @ 2007-01-07 22:36 UTC (permalink / raw)
  To: linux-fsdevel

    I am trying to write a vfs driver for a fairly simple filesystem.

    I have been looking for a good sample to start from an most of what
I have seen is either too simple or too complex.
   
    I do not need subdirectories, hard links, symbolic links, ACL's. I
am supporting an existing ROM filesystem that
    has no superblock, Files start with a directory header that has the
filename and other attributes as text strings,
    the header is followed by the file data. The data runs contiguously
until the end of file and is then 0xff filled to the next
    2000h boundary.

    I already have a working mtd block device to access the ROM
(actually write protected flash)
   
    I am looking for something really simple to start from, but also
something that actually uses an underlying block device.
    All the "tutorial" examples I have tripped over (rkfs, ols2006
samplefs) seem to impliment in memory filesystems - unless I
    am mis-understanding how VFS to block device mapping works.

-- 
Dave Lynch 					  	    DLA Systems
Software Development:  				         Embedded Linux
717.627.3770 	       dhlii@dlasys.net 	  http://www.dlasys.net
fax: 1.253.369.9244 			           Cell: 1.717.587.7774
Over 25 years' experience in platforms, languages, and technologies too numerous to list.

"Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction."
Albert Einstein


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-08  3:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-07 22:36 Writing a VFS driver David H. Lynch Jr.
2007-01-07 23:28 ` Avishay Traeger
2007-01-08  3:23   ` Phillip Lougher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.