Results 1 to 2 of 2
Ok,i am on me laptop with debian on it (i need to update me profile... so please ignore what it says in me profile)... so... i have searched for this, ...
- 08-31-2005 #1Linux Newbie
- Join Date
- Jun 2005
- Location
- In me spaceship... ORBITING THE PLANNET!
- Posts
- 110
Can't find USB which i need to mount and get stuff of a stick...
Ok,i am on me laptop with debian on it (i need to update me profile... so please ignore what it says in me profile)... so... i have searched for this, i read the posts and did what they told the person to do... stuff like
with no avil...try mounting /dev/sda or /dev/sg0
i also apt-get install sg3-utils and then ran the command sg_scan -i... also with no luck
i also checked /proc/bus/usb/devices and there is nothing writen there... i dont even know the usb model thigy (hmm techniqual... thingy)...
so, how can i solve me problem... i dont know what kernel i have
forgot the command of that... grr, damm homework, taking important stuff from brane...
i have debian... installed it off the net (finally got the net work card working and the GUI on it, and the mouse... yay)... but i need the usb...
i have a Toshiba Tecra 8000... for a laptop (please dont laugh, its me mucking laptop). um, thats all i can say...
please help me again.... thank-you
if you need any more info, just askGAH!!!
- 08-31-2005 #2Just Joined!
- Join Date
- Jan 2005
- Location
- Topeka, KS, USA
- Posts
- 88
First, you need an empty folder to mount the device in, so run
Then command should beCode:mkdir /mnt/usb
RunCode:mount -t vfat /dev/sda0 /mnt/usb
to check for more options on mounting the drive as read-write, giving users access, ect.[/code]Code:man mount


Reply With Quote
