Find Drive Letter
Hi guys, how to find a drive letter in linux (Red Hat)? I inserted a thumb drive but i don't know how to check which drive letter is assigned to it.
Sorry so noob in linux. Please help. Thanks.
cguan_77
Nearly a Posting Virtuoso
1,317 posts since Apr 2007
Reputation Points: 19
Solved Threads: 115
after googling i found a way to do it:
first: create a folder like mkdir /media/usb
then type: fdisk -l to check which device the thumbdrive is installed in
then mount the drive use: mnt /dev/sdb1 /media/usb
that's it can broswe to /media/usb
cguan_77
Nearly a Posting Virtuoso
1,317 posts since Apr 2007
Reputation Points: 19
Solved Threads: 115