LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   usb device (https://www.linuxquestions.org/questions/linux-newbie-8/usb-device-315156/)

lafarga 04-20-2005 12:18 AM

usb device
 
gooday to all.

how can i safely unplug a usb device in linux?
and how to determine if my usb port is usb2?
thanks...

xrado 04-20-2005 04:16 AM

try command:

#lspci

it will print out information about your hardware

i think you can safetly unpluge your usb device if you unmount it

if you are talking about usb storage device..here's how i configured mine

#modprobe usb-storage
#cd /mnt
#mkdir /usbstick

add to fstab:
/dev/sda1 /mnt/usbstick vfat user,noauto,umask=0 0 0

kde: make device shortcut on you desktop with path set to /dev/sda1
(right click on icon has a saftly umount)


All times are GMT -5. The time now is 11:44 PM.