Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how does the mount system call works? [closed]

I am a newbie to linux, I want to understand the internal working of mount command. Can any one guide me to any good document or a book that explains the working. I would be very glad if anyone can even tell me any good book to understand the working of filesystem. Thanks in advance.

like image 766
hue Avatar asked Jan 28 '11 17:01

hue


1 Answers

I have a suspicion that some aspects of it are out of date, but this document introduces the internals of some key parts of the VFS system which it sounds like you're interested in. There's also documentation about VFS registration and mounting in the kernel tree too.

like image 191
Flexo Avatar answered Oct 19 '22 21:10

Flexo