jeezus84 Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/73833917042555c9712830.gif)
Joined: 02 Jan 2005 Posts: 161 Location: Canadia
|
Posted: Tue Jan 04, 2005 8:33 pm Post subject: sda nowhere to be found |
|
|
echo "Good evening ladies and gentlement",
I'm having a problem getting my USB flash drive to work under Mandrake. I know this is a Gentoo forum, but the problem isn't really distro specific.
lsmod tells me i have the following modules running:
Code: |
[root@localhost baker]# lsmod
Module Size Used by
vfat 11008 0
fat 39776 1 vfat
nfsd 189408 8
exportfs 4736 1 nfsd
lockd 58344 2 nfsd
sunrpc 127652 2 nfsd,lockd
md5 3584 1
ipv6 230916 19
af_packet 16072 2
floppy 55088 0
3c59x 35240 0
ide-cd 37280 0
cdrom 37724 1 ide-cd
loop 12520 0
ohci-hcd 18468 0
uhci-hcd 28752 0
sg 33788 0
sd_mod 19232 0
usb-storage 65504 0
scsi_mod 104044 3 sg,sd_mod,usb-storage
usbcore 103172 5 ohci-hcd,uhci-hcd,usb-storage
via-agp 7360 1
agpgart 27752 1 via-agp
sb 9412 0
sb_lib 45424 1 sb
uart401 9092 1 sb_lib
sound 72428 2 sb_lib,uart401
soundcore 7008 2 sb_lib,sound
genrtc 7444 0
ext3 120680 2
jbd 49080 1 ext3
[root@localhost baker]#
|
i figured a simple ' mount -t vfat /dev/sda1 /mnt/usb ' would work, but NOOO..
nothing matching sda[0-9] exists in /dev.
how would i find out what device name to mount, or if the system is seeing the flash drive?
the listing of the /dev directory is as follows:
Code: |
[root@localhost baker]# ls /dev
agpgart ide/ port rd/ tty14 tty35 tty56 vcc/
apm_bios initctl| ppp rtc tty15 tty36 tty57 vcs
audio input/ psaux sequencer tty16 tty37 tty58 vcs1
cdrom@ kmem psmouse@ sequencer2 tty17 tty38 tty59 vcs2
cdrom0@ kmsg ptmx sg0 tty18 tty39 tty6 vcs3
cdroms/ log= pts/ sg1 tty19 tty4 tty60 vcs4
console loop/ ram0 shm/ tty2 tty40 tty61 vcs5
core@ loop0 ram1 sound/ tty20 tty41 tty62 vcs6
discs/ loop1 ram10 sr0 tty21 tty42 tty63 vcs7
dsp loop2 ram11 sr1 tty22 tty43 tty7 vcsa
dspW loop3 ram12 st0 tty23 tty44 tty8 vcsa0@
fb0 loop4 ram13 st1 tty24 tty45 tty9 vcsa1
fd@ loop5 ram14 stderr@ tty25 tty46 ttyS0 vcsa2
fd0 loop6 ram15 stdin@ tty26 tty47 ttyS1 vcsa3
fd1 loop7 ram2 stdout@ tty27 tty48 ttyS2 vcsa4
floppy/ md/ ram3 tts/ tty28 tty49 ttyS3 vcsa5
full md0 ram4 tty tty29 tty5 ttyS4 vcsa6
hda mem ram5 tty0 tty3 tty50 ttyS5 vcsa7
hda1 midi ram6 tty1 tty30 tty51 ttyS6 zero
hda2 misc/ ram7 tty10 tty31 tty52 ttyS7
hda5 mixer ram8 tty11 tty32 tty53 urandom
hda6 mouse@ ram9 tty12 tty33 tty54 usbmouse@
hdc null random tty13 tty34 tty55 vc/
[root@localhost baker]#
|
thanks everyone. |
|