LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   USB device problem (https://www.linuxquestions.org/questions/fedora-35/usb-device-problem-383286/)

Pr_009 11-15-2005 05:38 AM

USB device problem
 
I have Kingston 512MB USB stick and when i plugged it in my CPU Fedora Core 3 didn't detect it. Does it detect automatically or you have to set it up manually. Plz help me in this regard

fouldsy 11-15-2005 07:07 AM

You should find if you watch /var/log/messages as it's being plugged in it will show you:
Code:

tail -f /var/log/messages
and see what device it assigns to it.

niux 11-16-2005 09:04 AM

my FC3 detects and mounts it automatically.. but if not i think you can mount it manually like this:

$su
#mount /dev/sda1 /mnt/some_folder

and be sure to umount it before you remove it:
#umount /mnt/some_folder
or else the data will be lost.

/niux

Pr_009 11-16-2005 12:52 PM

I did what fouldsy said and the device was sda1. Now I am able to mount and unmount it but it has to be done manually. Can it be made to mount automatically whenever the USB is plugged in?


All times are GMT -5. The time now is 12:23 PM.