Command
mount
Explanation
mount attaches filesystems to the directory tree.
Examples
Mount USB drive
mount /dev/sdb1 /mnt/usb
Mount with filesystem type
mount -t ext4 /dev/sdb1 /mnt/disk
Show all mounted filesystems
mount
mount
mount attaches filesystems to the directory tree.
Mount USB drive
mount /dev/sdb1 /mnt/usb
Mount with filesystem type
mount -t ext4 /dev/sdb1 /mnt/disk
Show all mounted filesystems
mount