* File System
@ 2013-05-25 5:15 Dibyayan Chakraborty
2013-05-25 5:51 ` Racz Zoli
0 siblings, 1 reply; 3+ messages in thread
From: Dibyayan Chakraborty @ 2013-05-25 5:15 UTC (permalink / raw)
To: kernelnewbies
Hi,
I want to implement a file system and integrate with my system. Now
first i have to implement the code for disk-formatting(like populating
the super_block , root inode etc). I want to see the source code for the
ext3 file system for this purpose.
Please tell me which file in the kernel source contains the
implementation.
^ permalink raw reply [flat|nested] 3+ messages in thread
* File system
@ 2001-11-30 11:21 Abhishek Rai
0 siblings, 0 replies; 3+ messages in thread
From: Abhishek Rai @ 2001-11-30 11:21 UTC (permalink / raw)
To: linux-kernel
here are my problems :
1.
i implemented a file system on redhat linux 6.2 named
it pfs(peaceful file system). inserted it as a module
using insmod. got inserted peacefully. the fs worked
on linux 6.2 :mouunted, ls, cat ,etc. .... But
consider the following problem:
i unmount the dev i had mounted as a pfs file system.
then i try to rmmod the pfs module :
what i get is:
pfs: Device or resource busy.
i tried similar stuff with minix, ensured that the
module functionality of pfs, the include files of pfs
is identical to minix.
STILL THE SAME TROUBLE.
2.
i compile this code on redhat 7.2 : compiled ok
(after
(i):-i made necessary changes in some functions which
had witnessed a change in their definitions, etc..
anyway fugget it
(ii):-got some directions while compiling regarding
the compile time options : tried them and things got
ok
).
then i try to do insmod: result ... i get many
functions as unresolved symbol. i check for the same
functions in ext3fs(which is added as a module to the
7.2's kernel).. i find the "unresolved" functions up
and working fine for ext3fs. i make sure that my
includes etc. are identical to ext3fs's : no use.
i bang my head : no use.
so why this problem
-abhishek
=====
Don't say Goodbye say Goodluck
============================================================
Abhishek Rai
3rd year,B.Tech, Computer Science and Engineering
IIT KGP,India
abbashake007@yahoo.com
============================================================
__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-25 5:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-25 5:15 File System Dibyayan Chakraborty
2013-05-25 5:51 ` Racz Zoli
-- strict thread matches above, loose matches on Subject: below --
2001-11-30 11:21 File system Abhishek Rai
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.