Michael Ceriales Garcia wrote:
anyone please help me how me what is the consule command to activate my drive a device...
Dude, exactly what is it you're trying to do?
Here's an imaginary scenario to your totally ambiguous q (this is a
sample of connecting a USB camera to your linux PC):
# fdisk -l --> to see what you have
# mkdir /mnt/usb-camera
# mkdir ~/pics
# mount -o ro -t vfat /dev/sda1 /mnt/usb-camera
--> /dev/sda1 being the USB camera
# cp -r /mnt/usb-camera/* ~/pics
--> copies everything from camera to disk
# mozilla file://~/pics --> to help you browse the new filesDrexx Laggui Asia-Pacific Region # Forensic analyst; Network-intrusion examiner; ex-Check Point # product management engineer & professional services consultant
-- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
