linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* root dir
@ 2009-02-09 13:54 Alberich de megres
  2009-02-09 22:05 ` Dave Kleikamp
  0 siblings, 1 reply; 6+ messages in thread
From: Alberich de megres @ 2009-02-09 13:54 UTC (permalink / raw)
  To: linux-fsdevel

Hello,

I'm making my firsts steps with vfs and filesystem playground.

I created a very simple fs, for wich i have a rude mkfs and its
fill_super function on kernel side. fill_super finish ok, and loadas
the super block for my filesystem, but when i make mount -t testfs
/dev/sdb1 /mnt/tfs i got the following message: "mount: not a
directory"

And here comes my question: what vfs is supposed to do since it loads
sb and tries to list dir content? and what functions vfs needs at
least to mount my fs? ( just load it, and display an empty dir with
ls, not creating files etc... )


thanks!

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

end of thread, other threads:[~2009-02-11 21:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-09 13:54 root dir Alberich de megres
2009-02-09 22:05 ` Dave Kleikamp
2009-02-10 12:18   ` Alberich de megres
2009-02-10 12:30     ` Dave Kleikamp
2009-02-10 12:33       ` Manish Katiyar
2009-02-11 21:45         ` Alberich de megres

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).