LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   what is superblock in filesystem? (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-superblock-in-filesystem-150322/)

ramya272 02-25-2004 08:51 AM

what is superblock in filesystem?
 
what is superblock in fat filesystem?what does the export symbol command actually do?could someone tell me please?

Mara 02-25-2004 09:14 AM

Superblock in FAT is first 512 bytes of the partition. It's also called the boot sector. There number of bytes per sector, sectors per cluster, media type and so on.

What do you mean by 'export symbol command'?

ramya272 02-25-2004 09:19 AM

oh thanx....i saw exportsymbol(not sure what...)inside a .c file in the fat dir...what is that?

Mara 02-25-2004 09:46 AM

If it was in a .c file, it's not a command. It was probably a function in the C code.

ramya272 02-26-2004 09:47 AM

ok...but there was no definition for it...dunno where to find it...

Mara 02-27-2004 06:14 PM

Look into include/linux/module.h


All times are GMT -5. The time now is 01:37 PM.