In Linux, mounting is the process of attaching an additional filesystem on top of the currently accessible filesystem on the computer.Ī quick note on the filesystem: it’s a hierarchy of directories that systems use to organize file(s) and folder(s) on a storage media. Mounting mechanismīefore jumping deeper into the “mount” command, let’s have a look what it actually is. In fact, the filesystem of Linux is solely dependent on the “mount” mechanism. In the Linux ecosystem, mounting is one of the major operations that the system relies on.