Translate

command line mount hard disk

1. use lsblk -P to check the name of hard disk

2. sudo mount /dev/sda1 /mnt

3. sudo umount /mnt