Mounting a device in Linux

​Before a device can be used in Linux it needs to be mounted. This operation happens automatically in Windows, but not in Linux.

A device in Linux is made accessible via ‘mount’ command.

An opposite functionality to unmount a device is done via ‘umount’ command.

It is true for command line interface, most modern graphical user interfaces (GUI) will automatically mount a media when it becomes available.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator