LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How to mount a flash drive from console? (https://www.linuxquestions.org/questions/linux-networking-3/how-to-mount-a-flash-drive-from-console-897027/)

Pablops87 08-12-2011 04:13 PM

How to mount a flash drive from console?
 
Need to now, how to mount a flash drive from console?

Have access and install a rpm of ganglia, all this from console.

carltm 08-12-2011 07:12 PM

I'm assuming that you mean a USB flash drive. If so, just
plug it in, then run "fdisk -l". That will list all the
partitions on all the available drives. You can then
make a directory and mount the desired partition. For
example, "mkdir -p /mnt/usb" and "mount /dev/sdc1 /mnt/usb".

MTK358 08-12-2011 07:55 PM

Also, if the disk is named, you can find it by name in /dev/disk/by-id.


All times are GMT -5. The time now is 06:00 PM.