LinuxQuestions.org
Review your favorite Linux distribution.
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 01-02-2006, 05:49 PM   #1
anon187
LQ Newbie
 
Registered: Jan 2003
Location: Sweden
Distribution: Ubuntu Server
Posts: 27

Rep: Reputation: Disabled
Question mount USB2: no valid block device


Hi there!

I'm quite new to Linux and the distro Gentoo, and now I've ran into a problem that I just cannot solve myself.

What I want to do is to mount my Creative Nomad Muvo TX (USB 2.0).

This is what I do: mount -t vfat /dev/sda1 /mnt/usb
Then it throws back that /dev/sda1 isn't a "valid block device".

I don't know what more info to give except for the technical info that I can think of. If you'd like to help me with this problem, please ask if there's something else that you need to know! =)


Thanks for your help,
Nicholas, from Sweden


dmesg:
Code:
usb 1-3: new high speed USB device using ehci_hcd and address 4
scsi2 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
  Vendor: Creative  Model: NOMAD MuVo TX     Rev: 1105
  Type:   Direct-Access                      ANSI SCSI revision: 04
usb-storage: device scan complete
lsusb:
Code:
Bus 004 Device 001: ID 0000:0000  
Bus 003 Device 001: ID 0000:0000  
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 004: ID 041e:4117 Creative Technology, Ltd 
Bus 001 Device 001: ID 0000:0000
Computer:
Laptop IBM R40
 
Old 01-02-2006, 07:42 PM   #2
achallenger1
LQ Newbie
 
Registered: Jul 2005
Distribution: Debian (and others)
Posts: 19

Rep: Reputation: 0
Hi,
Does the device node /dev/sda1 exist on your system? What do you get if you type "ls /dev/sd*"?

Also, does it work if you do "mount -t vfat /dev/sda /mnt/usb"? I don't have experience with this particular device, but some flash devices don't seem to bother with a partition table; the whole space is a single partition.

Adam
 
Old 01-03-2006, 07:12 AM   #3
anon187
LQ Newbie
 
Registered: Jan 2003
Location: Sweden
Distribution: Ubuntu Server
Posts: 27

Original Poster
Rep: Reputation: Disabled
Question

Quote:
Originally Posted by achallenger1
Hi,
Does the device node /dev/sda1 exist on your system? What do you get if you type "ls /dev/sd*"?
I have sda and sda1 through 15. I also have the same range for sdb, sdc and sdd. I'll also mention that I only have two USB-ports, and only the Creative-device plugged in.


Quote:
Originally Posted by achallenger1
Also, does it work if you do "mount -t vfat /dev/sda /mnt/usb"? I don't have experience with this particular device, but some flash devices don't seem to bother with a partition table; the whole space is a single partition.
Adam
That mount command throws back the same thing (no valid block device) for all sd* that I've tried.

In WinXP, it is automatically recognized as a "Mass storage device" and it mounts as a removable drive, and it's filesystem is FAT32.

Any more ideas as to what I can do?


Thanks again for all your help,
Nicholas
 
Old 01-03-2006, 09:23 AM   #4
anon187
LQ Newbie
 
Registered: Jan 2003
Location: Sweden
Distribution: Ubuntu Server
Posts: 27

Original Poster
Rep: Reputation: Disabled
Exclamation Problem solved!

Hi again!

I solved the problem myself . And for reference, my solution:

I recompiled my kernel (2.6.14-gentoo-r5) with some scsi-modules (I don't remember really which ones), and somehow the system loaded the right module automatically when I plugged in the device. The module's name that it loaded is: sd_mod.

Thanks again for the help, and hopefully this may help someone else! =)


Cheers,
Nicholas
 
Old 01-03-2006, 09:32 AM   #5
anon187
LQ Newbie
 
Registered: Jan 2003
Location: Sweden
Distribution: Ubuntu Server
Posts: 27

Original Poster
Rep: Reputation: Disabled
Hi again!

I solved the problem myself . And for reference, my solution:

I recompiled my kernel (2.6.14-gentoo-r5) with some scsi-modules (I don't remember really which ones), and somehow the system loaded the right module automatically when I plugged in the device. The module's name that it loaded is: sd_mod.

After that I mounted with: mount /dev/sdc1 /mnt/usb

This is dmesg btw:
Code:
usb 1-3: new high speed USB device using ehci_hcd and address 4
scsi2 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 4
usb-storage: waiting for device to settle before scanning
  Vendor: Creative  Model: NOMAD MuVo TX     Rev: 1105
  Type:   Direct-Access                      ANSI SCSI revision: 04
SCSI device sdc: 499456 512-byte hdwr sectors (256 MB)
sdc: Write Protect is off
sdc: Mode Sense: 03 00 00 00
sdc: assuming drive cache: write through
SCSI device sdc: 499456 512-byte hdwr sectors (256 MB)
sdc: Write Protect is off
sdc: Mode Sense: 03 00 00 00
sdc: assuming drive cache: write through
 sdc: sdc1
Attached scsi removable disk sdc at scsi2, channel 0, id 0, lun 0
usb-storage: device scan complete
Thanks again for your help, and hopefully this may help someone else! =)


Cheers,
Nicholas
 
  


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
/dev/cdrom is not a valid block device cannot mount eatmars Linux - Hardware 1 10-02-2005 07:50 AM
mount: /dev/sdb1 is not a valid block device zaltar Linux - General 8 07-13-2005 02:07 AM
mount: /dev/cdrom is not a valid block device aikempshall Slackware 7 01-15-2005 02:36 AM
mount: /dev/cdrom is not a valid block device abruneau Linux - General 19 02-16-2004 04:56 AM
mount: /dev/sda1 is not a valid block device melody Linux - Hardware 1 09-14-2003 10:35 PM

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

All times are GMT -5. The time now is 05:56 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