mount -t ext4 /dev/sdb1 /mnt
Category: Administration
mount -t ext4 /dev/sdb1 /mnt
Mount partition with explicit filesystem type
Mounts a partition and specifies the filesystem type (ext4, ntfs, etc.) explicitly instead of letting the system detect it.