LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-01-2005, 09:35 AM   #1
dinolinux
Member
 
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322

Rep: Reputation: 31
Unhappy No medium found???


Hi!

I asked this question a few weeks ago, but it died away...

When I try to mount a USB device, I keep getting an error saying that no medium is found. I have plugged in my device and emerged all the usb utilities that are available. I'm using Gentoo 2005.0

Do you need output of any commands or do you need me to post a config file? Just ask!
 
Old 08-01-2005, 09:41 AM   #2
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Do you have the scsi generic, scsi disk, and usb modules? Does it show up in dmesg?
 
Old 08-01-2005, 09:45 AM   #3
dinolinux
Member
 
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322

Original Poster
Rep: Reputation: 31
My dmesg | grep usb looks like this:
Code:
usbcore: registered new driver usbfs
usbcore: registered new driver hub
usb 1-2: new low speed USB device using ohci_hcd and address 3
usbcore: registered new driver hiddev
input: USB HID v1.10 Mouse [Logitech USB Receiver] on usb-0000:00:03.0-2
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
usb 3-5: new high speed USB device using ehci_hcd and address 3
usbcore: registered new driver usb-storage
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
usb 3-5: USB disconnect, address 3
usb 3-5: new high speed USB device using ehci_hcd and address 4
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
usb-storage: device scan complete
usb 3-5: USB disconnect, address 4
My dmesg | grep scsi:
Code:
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0,  type 0
scsi1 : SCSI emulation for USB Mass Storage devices
 /dev/scsi/host1/bus0/target0/lun0: p1
Attached scsi removable disk sdb at scsi1, channel 0, id 0, lun 0
Attached scsi generic sg1 at scsi1, channel 0, id 0, lun 0,  type 0
scsi: unknown opcode 0x01
scsi2 : SCSI emulation for USB Mass Storage devices
 /dev/scsi/host2/bus0/target0/lun0: p1
Attached scsi removable disk sdc at scsi2, channel 0, id 0, lun 0
Attached scsi generic sg1 at scsi2, channel 0, id 0, lun 0,  type 0
 
Old 08-01-2005, 12:13 PM   #4
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
It looks like it's /dev/sdc in this case. Try 'fdisk -l /dev/sdc' to see if it shows the partition table there.
 
Old 08-01-2005, 12:22 PM   #5
dinolinux
Member
 
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322

Original Poster
Rep: Reputation: 31
# fdisk -l /dev/sdc
# fdisk /dev/sdc

Unable to open /dev/sdc
 
Old 08-01-2005, 12:28 PM   #6
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Are you root when you do that? And dmesg shows it at hdc?
 
Old 08-01-2005, 01:35 PM   #7
dinolinux
Member
 
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322

Original Poster
Rep: Reputation: 31
I only have one hard drive, so I don't have any hdc. And yes I'm root
 
Old 08-01-2005, 01:38 PM   #8
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Sorry, I meant sdc. My bad.
 
Old 08-01-2005, 01:56 PM   #9
dinolinux
Member
 
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322

Original Poster
Rep: Reputation: 31
I don't have any sdc either as I said earlier! What do I do now?
 
Old 08-01-2005, 02:16 PM   #10
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Well, your 'dmesg' output showed the usb drive being recognized as sdc.
Quote:
Attached scsi removable disk sdc at scsi2, channel 0, id 0, lun 0
 
Old 08-01-2005, 02:20 PM   #11
dinolinux
Member
 
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322

Original Poster
Rep: Reputation: 31
# mount -t vfat /dev/sdc1 /mnt/usbdrive
mount: special device /dev/sdc1 does not exist
#

???
 
Old 08-01-2005, 02:33 PM   #12
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
If you've unplugged and replugged it, the drive letter may have changed. Try 'dmesg | grep sd'.
 
Old 08-02-2005, 03:47 AM   #13
dinolinux
Member
 
Registered: Jun 2005
Location: Oslo, Norway
Distribution: Slackware 11, Solaris 10, Solaris 9, Sourcemage 0.9.6
Posts: 322

Original Poster
Rep: Reputation: 31
dmesg | grep sd:
Code:
Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
SCSI device sdb: 506880 512-byte hdwr sectors (260 MB)
sdb: assuming Write Enabled
sdb: assuming drive cache: write through
SCSI device sdb: 506880 512-byte hdwr sectors (260 MB)
sdb: assuming Write Enabled
sdb: assuming drive cache: write through
Attached scsi removable disk sdb at scsi1, channel 0, id 0, lun 0

Last edited by dinolinux; 08-02-2005 at 03:59 AM.
 
Old 08-02-2005, 10:21 AM   #14
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
At this point, it's being attached as disk 'sdb'.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot mount CDROM - No Medium Found rksanders Debian 25 02-15-2011 04:04 PM
usb drive : no medium found ewt3y Linux - Newbie 7 03-29-2006 01:48 PM
mount : No medium found Alwyn Linux - Newbie 3 01-11-2005 12:24 AM
No medium found vaneeri Linux - Hardware 11 07-27-2004 01:36 AM
No Medium Found Problem exodus98 Linux - Hardware 1 11-13-2003 07:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 09:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration