2

Does kernel really create any new inode when some file system gets mounted on some directory of root file system? I don't expect it to create as there is no new files are being created. Is there some soft link being created? I've read that superblock operation reads field of "newly created inode" from mounted file system.

Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
Vishal Sahu
  • 273
  • 1
  • 7
  • inodes belong to filesystems, when you mount a new filesystem on a dir, you "bring" latter's inode on former's. – Archemar Oct 27 '15 at 04:42
  • So does it mean only inode of root directory of file system being mounted gets added to root file system? Thanks – Vishal Sahu Oct 27 '15 at 11:34

0 Answers0