Hi all,
New in Linux..
I have RedHat linux 9.0 at home machine , want to store content of USB flash memory to my Linux machine .....
What driver USB flash memory use ??
PJagtap
--------------------------------- Free antispam, antivirus and 1GB to save all your messages Only in Yahoo! Mail: http://in.mail.yahoo.com
Sometime Today, PJ cobbled together some glyphs to say:
I have RedHat linux 9.0 at home machine , want to store content of USB flash memory to my Linux machine .....
plug in your USB drive and look at your mounted disks. it should be there. it frustrated me no end that i didn't have to make it work. :(
I have RedHat linux 9.0 at home machine , want to store content of USB flash memory to
plug in your usb drive On command line run # fdisk -l This will show you which device your usb is mounted. Mount the divice on file system # mount /dev/sda1 /mnt/temp # cd /mnt/temp
And you should be on your way