USB drive mount to linux server

admin@linux

New Member
Joined
Jun 9, 2020
Messages
2
Reaction score
0
Credits
27
Hello,

Is it possible to mount USB drive to the linux server. If so, can you please advice on it.

Thanks! Have a great day..
 


What distro you use?

Anyway just type lsblk and find your USB , usually will return something like /dev/sd(a) (b) (n)
if you have only one internal HDD most probably will be /dev/sdb
after that type mount /dev/sdb /mnt or where else you want to mount it.
type mount and check the last lines of commant output to see if it is mounted.
 


Top