Operating System - Linux
1755603 Members
4110 Online
108836 Solutions
New Discussion юеВ

How to add VFS support to the Linux 2.4 kernel

 
SOLVED
Go to solution
Steven E. Protter
Exalted Contributor

How to add VFS support to the Linux 2.4 kernel

I have a customer that wishes to add VFS suppor to the 2.4 kernel on a RedHat box.

I'm not completely clear what the steps are.

What I need to do is:
1) Install VFS support.
2) If needed, recompile the kernel.

Basically I need a cookbook.

Hers is what I have so far and I don't think its enough.



http://en.wikipedia.org/wiki/Virtual_file_system

VFS code:
http://www.faqs.org/docs/kernel_2_4/lki-3.html


How to compile a kernel
http://www.tux.org/lkml/#s4-7
See section 7

A different how to compile a kernel
http://www.faqs.org/docs/Linux-HOWTO/Kernel-HOWTO.html

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
3 REPLIES 3
Ivan Ferreira
Honored Contributor
Solution

Re: How to add VFS support to the Linux 2.4 kernel

This is extrange, I was sure that VFS was in the kernel 2.4 by default:

http://www.faqs.org/docs/kernel_2_4/lki-3.html

VFS is not another thing but using the same command to perform operations on differents file systems type, for example if you run mkfs, the -t option will call the correct mount command:

mkfs -t ext3
mkfs.ext3
mkfs -t vfat
mkfs.vfat

And so on.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Steven E. Protter
Exalted Contributor

Re: How to add VFS support to the Linux 2.4 kernel

It may be, perhaps the internal customer is not correct.

What I may need is a simple guide as to how to use VFS, which I may have already found.

It would be nice to be sure, hence the thread.

Please confirm to earn a double bunny. I need proof.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Ferreira
Honored Contributor

Re: How to add VFS support to the Linux 2.4 kernel

See also:

http://www.answers.com/topic/virtual-file-system
http://www.cse.unsw.edu.au/~neilb/oss/linux-commentary/vfs.html

The last document describes the vfs interface (as present in Linux 2.3.29).
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?