<div dir="ltr"><div> This is to discuss the problems I am facing with mounting our fs in 2.6.18.8 kernel in RHEL5.</div><div><br></div><div>I have written the entire fs driver(hepunion) built it and generated my driver excutable file hepunion.ko.</div>
<div>Now after this hepunion.ko gets generated, I insmod it and then so lsmod to see that it is there.</div><div><br></div><div>Now how do I mount it? The man page of mount says </div><div>mount  -t  filesystem-type  dev  directory</div>
<div><br></div><div>So I created a mount point directory like /mnt/sak. Now I issue a command</div><div>mount -t  hepunion  /dev/sda1 /mnt sak</div><div><br></div><div>ERROR: no filesystem of type  hepunion</div><div><br>
</div><div>Kindly help.</div><div><br></div><div>Regards,</div><div>Saket Sinha</div></div>