Command
mountExplanation
mount attaches filesystems to the directory tree.
Examples
Mount USB drive
mount /dev/sdb1 /mnt/usbMount with filesystem type
mount -t ext4 /dev/sdb1 /mnt/diskShow all mounted filesystems
mountmountmount attaches filesystems to the directory tree.
Mount USB drive
mount /dev/sdb1 /mnt/usbMount with filesystem type
mount -t ext4 /dev/sdb1 /mnt/diskShow all mounted filesystems
mount