mount/umount
The mount and umount commands are used to attach (mount) or detach (unmount) filesystems to/from the system's directory tree, respectively.
mount command
$ mount <storage_device> <mount_point> Example
$ mount /dev/sda1 /mnt/test-mountumount command
$ umount <storage_device or mount_point> Example
Last updated