LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need this info (https://www.linuxquestions.org/questions/linux-newbie-8/need-this-info-760536/)

reggienoble 10-08-2009 07:39 AM

Need this info
 
i am new to linux and i am using the vm ware to learn ...i cant mount a usb pen drive to read my pdf tutorial from it....................PLEASE HELP.

pixellany 10-08-2009 07:45 AM

Welcome to LQ!

First, please use thread titles which provide some information about your specific issue.

We need to know what distribution (version) of Linux you are using, and what exactly happens when you try to use the pen drive. Most modern Linux systems will mount such things automatically.

vinaytp 10-08-2009 07:45 AM

Quote:

Originally Posted by reggienoble (Post 3712184)
i am new to linux and i am using the vm ware to learn ...i cant mount a usb pen drive to read my pdf tutorial from it....................PLEASE HELP.

Welcome to LQ...

create a mount point
Code:

mkdir /mnt/pendrive
mount the pen drive
Code:

mount -t vfat /dev/sda1 /mnt/pendrive
Cheers !!!

pixellany 10-08-2009 08:03 AM

Quote:

Originally Posted by vinaytp (Post 3712194)
Welcome to LQ...

create a mount point
Code:

mkdir /mnt/pendrive
mount the pen drive
Code:

mount -t vfat /dev/sda1 /mnt/pendrive
Cheers !!!

Excuse me, but how do you know that OP's system will see the pen drive as sda1? In fact, it will almost certainly be something else.


All times are GMT -5. The time now is 08:36 PM.