From mboxrd@z Thu Jan 1 00:00:00 1970 From: mulyadi.santosa@gmail.com (Mulyadi Santosa) Date: Tue, 10 May 2011 13:40:08 +0700 Subject: How does the kernel chooses the 'vfat' module for fat32 partitions? In-Reply-To: References: Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org hi Sudheer... On Tue, May 10, 2011 at 11:48, Sudheer Divakaran wrote: > Hi List, > > I have one doubt regarding the component which determines that 'vfat' > module is the correct module to be used for accessing fat32 file > systems and how does vfat.ko ?became the ideal candidate for accessing > fat32 partition? AFAIK, kernel simply iterates the filesystem module so far loaded (the ones you see in /proc/filesystems). Whichever match the superblock or main metadata of the target partition, that is the one which is gonna used... -- regards, Mulyadi Santosa Freelance Linux trainer and consultant blog: the-hydra.blogspot.com training: mulyaditraining.blogspot.com