Where To Find Usb Drive In Linux?
- Forums
- Linux Hosting
- Where To Find Usb Drive In Linux?
i put a usb pen drive into my usb port on my linux server i want to backup some files on it, i went to the /dev/ directory but i can't find any with usb or usb, i tried looking for [1392], Last Updated: Mon Jun 24, 2024
Bukker
Sat Apr 03, 2010
1 Comments
526 Visits
i put a USB pen drive into my USB port on my linux server i want to backup some files on it, i went to the /dev/ directory but i can't find any with USB or usb, i tried looking for
/dev/usb
but nothing there?
how do i find it? or does linux not recognize USB drives?
do you see /dev/sda when you send this command:
ls /dev
if so, then thats the one you need to mount
mount -t auto /dev/sda /mnt/media
https://www.webune.com/forums/20100403ccxc.html