public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* 'Not a directory'
@ 2002-05-27  2:18 Marcos Dione
  2002-05-27  6:48 ` Jan Hudec
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marcos Dione @ 2002-05-27  2:18 UTC (permalink / raw)
  To: linux-fsdevel


  I'm playing with a new fs developed by myself. I reached the stage
where I can mount the fs and even read the root's inode. but when I
try to cd into de mountpoint, chdir(2) complais that 'Not a directory'.

  doing a 'ls -l' I see that the mountpoint has the mode, dates and
size of the directory being mounted. the mode is 040755, so I don't
see the problem. also, using ramfs as reference, I note that the
directory is not inspected in any way, so I think that is not a
problem if I didn't developed the super, inode and file ops *yet*.

  also, I would *really* appreciate any link to any docs about
implementing filesystems for linux (e.g., what should all the *_ops
functions must do, return, etc., which should be reimplemented or
which could be ignored or even use the generic_* ones, and so on)

  best regards.

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

end of thread, other threads:[~2002-05-28 17:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-27  2:18 'Not a directory' Marcos Dione
2002-05-27  6:48 ` Jan Hudec
2002-05-27  7:28 ` Anton Altaparmakov
2002-05-28 17:51 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox