Where To Find Usb Drive In Linux?
RegisterLogin
Where To Find Usb Drive In Linux?
Post Description: 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
Tags: where, to, find, usb, drive, in, linux?
This Post Was Posted On Apr 03, 2010 By Bukker #3343
Post Description: 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
Tags: where, to, find, usb, drive, in, linux?
This Post Was Posted On Apr 03, 2010 By Bukker #3343
Where To Find Usb Drive In Linux? by Bukker
/dev/usb
but nothing there?
how do i find it? or does linux not recognize USB drives?
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
webune
#3705 1
in linux, USB memory sticks are recognized as SCSI disks. so the device name would probably be /dev/sda, /dev/sdb
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
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
Apr 03, 2010 Reply Report abuse
©2011 Webune Forums - Sun Dec 25, 2011 5:34 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3