umount

  • |

    Linux Mounting Partitions

    Most Linux distribution include auto mounting for different file system types. Specific distributions, you need to mound some file systems your self. The following commands will allow you to mount different file system types. To list all partitions attached to the system, use the following commands. fdisk -l First thing, create a mount point for…