filesystems - What exactly is mounting a file system? -
what happens when 'mount file system' ? @ level of stack happen? why necessary?
you can think of linux system tree. add tree hence making accessible, filesystem can mounted, if particular system not needed anymore can removed tree, unmounted. more details check mount command documentation:http://www.tutorialspoint.com/unix_commands/mount.htm
Comments
Post a Comment