Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
accessing USB drive
Name: cvayou Date: January 30, 2006 at 02:03:44 Pacific OS: F Core CPU/Ram: p4/256
Comment:
How should access the flash drive Through USB port
Name: 3Dave Date: January 30, 2006 at 06:25:13 Pacific
Reply:
Most USB mass storage devices (cameras, memory sticks etc) should show up as the first unused SCSI device. For most users who only have IDE this will be /dev/sda. To mount the drive: # mount -t vfat /dev/sda1 /mnt/flashdrive If all goes according to plan you can make an entry in /etc/fstab to make mounting easier in future: /dev/sda1 /mnt/flashdrive vfat noauto,owner,user,rw 0 0
Summary: I installed SuSE 9.1 Prof. on my laptop & it is working OK. My question is how to access USB Flash memories on SuSE. I tried the HOWTO's & it workes sometimes only. is there any procedure to follow to...
Summary: If you look at the command dmesg, it will tell you the name of your USB drive! On my system, I do mount -t vfat /dev/sdb1 /mnt/USB (since my external SCSI drive is known as /dev/sda1...) taurus ...
Summary: Hey all- I have installed winlinux on a USB drive because it was the only flavor of linux i could find that i could run on a usb drive. Does anyone/ can anyone tell me how i boot from my external USB...