1835657 Members
3372 Online
110081 Solutions
New Discussion

Re: About Usb

 
Muhammad Shamroze
Frequent Advisor

About Usb

Hello,
I am using Fedora 3 and i connect usb so please kindly tell me steps how to mount the usb in Fedora
2 REPLIES 2
Lorenzo Facello
Valued Contributor

Re: About Usb

HI M,

for linux take a look in the /var/log/messages
when you attach the usb you should see the special file
or
type fdisk -l
and discover the special file to mount
the mount the device...
I usually use
mount -t vfat /dev/sdcx /mnt/usb

I think in fedora it should mount automatically...

Regds
LF
Ivan Ferreira
Honored Contributor

Re: About Usb

Normally, the usd device is detected as /dev/sda, so you could run:

mkdir /media/usbdisk
mount /dev/sda1 /media/usbdisk

As described above, the fdisk -l command will list the sd devices and partitions.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?