On Tue, Jan 6, 2009 at 4:09 AM, Bizhan Gholikhamseh (bgholikh)
<[email protected]> wrote:
> Hi all,
>
> I am trying to debug why I am not able to mount a filesystem on my system, I
> am tyring to do that from kernel. I need to know what are the entry points
> in the kernel when the mount system call is called and where kernel looks
> for the filesystem types?

Did you check the below path ?

do_new_mount -> do_kern_mount -> get_fs_type -> find_filesystem

Thanks -
Manish


>
>
>
> By the way, the failure is due to not recognizing the file system type, I
> have already configured and compiled the kernel with the that specfic file
> system.
>
>
>
> Many thanks in advance,
>
> Bizhan

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [email protected]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to