LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-14-2007, 05:03 PM   #1
cpatton90
LQ Newbie
 
Registered: Jan 2007
Posts: 3

Rep: Reputation: 0
my mp3 player works with Fedora but not Slack


I have a Sansa c250 and Slackware 11. With FC6, I mount it like this:
------------------------------
mount -t vfat /dev/sde1 usb
------------------------------

and it works allright. With Slackware I don't get the same result. This is the dmesg:
------------------------------
hub.c: new USB device 00:03.3-4, assigned address 2
scsi2 : SCSI emulation for USB Mass Storage devices
Vendor: SanDisk Model: Sansa c250 Rev: Sans
Type: Direct-Access ANSI SCSI revision: 02
Attached scsi removable disk sde at scsi2, channel 0, id 0, lun 0
SCSI device sde: 4013056 512-byte hdwr sectors (2055 MB)
sde: Write Protect is off
sde: sde1 sde2
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
root@localhost:~# mount -t vfat /dev/sde1 usb
mount: wrong fs type, bad option, bad superblock on /dev/sde1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so

root@localhost:~# mount -t vfat /dev/sde2 usb
mount: wrong fs type, bad option, bad superblock on /dev/sde2,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
------------------------------

Am I accessing it wrong?
Thanks for any Help!
 
Old 01-14-2007, 05:13 PM   #2
cpatton90
LQ Newbie
 
Registered: Jan 2007
Posts: 3

Original Poster
Rep: Reputation: 0
Something I should have added...
This is the dmesg | tail AFTER I try mounting it the way I did above:
-----------------------------
sde: sde1 sde2
WARNING: USB Mass Storage data integrity not assured
USB Mass Storage device found at 2
VFS: Can't find a valid FAT filesystem on dev 08:41.
FAT: bogus logical sector size 0
VFS: Can't find a valid FAT filesystem on dev 08:42.
VFS: Can't find a valid FAT filesystem on dev 08:41.
FAT: bogus logical sector size 0
VFS: Can't find a valid FAT filesystem on dev 08:42.
VFS: Can't find a valid FAT filesystem on dev 08:41.
 
Old 02-03-2007, 04:31 PM   #3
mlalkaka
LQ Newbie
 
Registered: Dec 2004
Location: Canada
Distribution: Ubuntu Linux
Posts: 16

Rep: Reputation: 0
Lightbulb Try this

Quote:
WARNING: USB Mass Storage data integrity not assured
.
.
.
mount: wrong fs type, bad option, bad superblock on /dev/sde1,
It seems like the file system on the MP3 player has not been formatted yet, or is corrupt. There is a very simple solution to this problem, but any data (e.g. music) on the MP3 player will be deleted.
  1. Plug the MP3 player into the USB port associated with /dev/sde.
  2. Run the following command in a terminal:
    Code:
    mkfs.vfat /dev/sde
    If the command isn't found, try:
    Code:
    mkdosfs /dev/sde
This will format the MP3 player's storage space for use. You only need to do this once. After that you should be able to mount it exactly the same way as you have been doing. Note that this will also work with any USB port, not only the one associated with /dev/sde.

I hope this helps.
 
Old 02-03-2007, 05:08 PM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by cpatton90
I have a Sansa c250 and Slackware 11. With FC6, I mount it like this:
------------------------------
mount -t vfat /dev/sde1 usb
Why do you need to mount it with such a complex command ? Every usb mass storage device I've ever encountered or mounted has mounted with

Code:
mount /dev/sda /mnt/tmp
The filesystem should automatically be recognized unless it's corrupt or in a few special cases.
 
Old 02-04-2007, 12:58 AM   #5
cpatton90
LQ Newbie
 
Registered: Jan 2007
Posts: 3

Original Poster
Rep: Reputation: 0
Wouldn't formatting the filesystem clear the sansa 250 "operating system"? (lacking the knowledge of how it is actually put together).

However, what did work for me was updating to the newest kernel. By default slackware 11 runs on 2.4, unfortunately.
 
Old 02-04-2007, 12:04 PM   #6
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Quote:
Originally Posted by cpatton90
However, what did work for me was updating to the newest kernel. By default slackware 11 runs on 2.4, unfortunately.
Not quite. It's as easy as typing huge26.s or test26.s at the boot screen if you want the 2.6.x kernels. And you could always install one later or compile one yourself.
 
  


Reply

Tags
format, mount, mp3, sansa, vfat



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
MP3 player (USB mass storage) works under 2.6, but not 2.4 kernel hollywoodb Linux - Hardware 4 01-09-2007 07:55 AM
mp3 player suggestions on Fedora Core 4 RevoLinux Linux - Software 6 03-03-2006 05:46 AM
Mp3 Player for Fedora petrosmaia Fedora 2 10-23-2005 06:19 AM
MP3 Player on FEDORA CORE 4 ukjairaj Linux - Software 1 10-11-2005 04:04 AM
MP3 player for Fedora Core 2 andycam Linux - Newbie 7 06-17-2004 02:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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