Computing.Net > Forums > Linux > usbdrive or thumdrive mount ??

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.

usbdrive or thumdrive mount ??

Reply to Message Icon

Name: asura
Date: September 6, 2006 at 20:00:59 Pacific
OS: Fedora Core 4
CPU/Ram: intel P4
Comment:

i mkdir /media/usb
for preparation i installed FUSE and ntfsprog.

i ran lsusb and error appeared:
bash: lsusb: command not found

sumthing wrong with my Fedora Core 4 ??

i hv 1 SCSI hdisk ..no usbdrive attach yet.
i tried ls /dev/sda* ..output is:
/dev/sda /dev/sda1 /dev/sda2

then ..i attach my usbdrive. Ran ls /dev/sda*.
Same output appeared.

i did ran lsmod.. listed as below :

[root@Linuz media]# lsmod
Module Size Used by
usb_storage 73225 0
vfat 13377 0
fat 54621 1 vfat
parport_pc 28933 1
lp 13001 0
parport 40585 2 parport_pc,lp
autofs4 29253 2
rfcomm 42333 0
l2cap 30661 5 rfcomm
bluetooth 56133 4 rfcomm,l2cap
sunrpc 167813 1
video 15941 0
button 6609 0
battery 9413 0
ac 4805 0
md5 4033 1
ipv6 268097 8
uhci_hcd 35152 0
shpchp 94405 0
i2c_piix4 8657 0
i2c_core 21569 1 i2c_piix4
snd_ens1371 31649 1
gameport 18633 1 snd_ens1371
snd_rawmidi 30305 1 snd_ens1371
snd_ac97_codec 75961 1 snd_ens1371
snd_seq_dummy 3653 0
snd_seq_oss 37057 0
snd_seq_midi_event 9153 1 snd_seq_oss
snd_seq 62289 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 8781 4 snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 51185 0
snd_mixer_oss 17857 1 snd_pcm_oss
snd_pcm 100169 3 snd_ens1371,snd_ac97_codec,snd_pcm_oss
snd_timer 33605 2 snd_seq,snd_pcm
snd 57157 12 snd_ens1371,snd_rawmidi,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 10913 1 snd
snd_page_alloc 9669 1 snd_pcm
pcnet32 36165 0
mii 5441 1 pcnet32
floppy 65269 0
dm_snapshot 17413 0
dm_zero 2113 0
dm_mirror 26029 0
ext3 132553 2
jbd 86233 1 ext3
dm_mod 58101 6 dm_snapshot,dm_zero,dm_mirror
BusLogic 79445 2
sd_mod 20545 3
scsi_mod 148105 3 usb_storage,BusLogic,sd_mod


thanks ..hope can help



Sponsored Link
Ads by Google

Response Number 1
Name: HaroldW
Date: September 6, 2006 at 20:36:48 Pacific
Reply:

It doesn't seem like the flashdrive is mounted yet. Run the mount command with no switches. That should list if it is already mounted and where. Otherwise, manually mount it, as root enter: mount /dev/sdb1 /media/usb If it brings you back to a terminal prompt without errors then do an ls on /media/usb and you will probably see the data on your flash drive. Sda appears to be your hard drive. If sdb1 does not work, also try sdc1. Chances are it is one of those.


0

Response Number 2
Name: chivas.sicam
Date: September 9, 2006 at 10:39:34 Pacific
Reply:

To know what partition to mount, try typing "fdisk -l" to display the list of partitions available in your system.

If the partition list looks strange like 5 entries for sda, just mount sda: Eg. mount /dev/sda /media/usb

--
Chivas Sicam


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: usbdrive or thumdrive mount ??

[Newbie]mount and sndconfig question www.computing.net/answers/linux/newbiemount-and-sndconfig-question/9177.html

How to mount a drive that is on an another computer? www.computing.net/answers/linux/how-to-mount-a-drive-that-is-on-an-another-computer/601.html

trouble mounting. HELP! www.computing.net/answers/linux/trouble-mounting-help/19034.html