Applications/linux/mount.md
2024-04-03 22:04:13 +02:00

442 B

Mount

In Linux (linux), mount is a command in various operating systems. Before a user can access a file on a Unix-like machine, the file system on the device which contains the file needs to be mounted with the mount command. Frequently mount is used for SD card, USB storage, DVD and other removable storage devices.


List mount-points

findmnt (optional)<device/directory>

Unmount

umount <device/directory>