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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-29-2006, 04:02 PM
|
#1
|
Member
Registered: Jul 2003
Distribution: Slackware 10.2 / Slamd 64
Posts: 86
Rep:
|
MP3 Player mounting problem (was...
Hi all,
Origninally I wrote this thread;
http://www.linuxquestions.org/questi...d.php?t=439459
As I could not get my EM633X1G MP3 player/encoder to work properly under linux, the filesystem always seemd corrupt. However, I've made a discovery: with the drivers "USBASPI4.SYS" and "DI1000DD.SYS" in freedos, the device works! So it might be that this is a drive geometry problem.
But my question is this: How can you mount a USB Memory stick with a different geometry at the command line? I know to use the mount command to mount partitions (e.g. mount /dev/sda1 /mnt/removable) but what if I wanted to mount /dev/sda1 with some other drive geometry? It looks almost like linux isn't getting the geometry quite right! I'm using mandrake 2005LE.
SP
|
|
|
04-29-2006, 10:36 PM
|
#2
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,333
|
Not quite sure what you mean. Use dmesg to see where the drive is then mount it.
Code:
#mount -t msdosfs /dev/sda1 /user/mounting/point
|
|
|
04-30-2006, 05:44 AM
|
#3
|
Member
Registered: Jul 2003
Distribution: Slackware 10.2 / Slamd 64
Posts: 86
Original Poster
Rep:
|
Snag is, I get a lot of errors in dmesg about the device, yet freedos can read it. Here's an example, output from dmesg;
Buffer I/O error on device sda, logical block 6
SCSI error : <0 0 0 0> return code = 0x10070000
end_request: I/O error, dev sda, sector 56
Buffer I/O error on device sda, logical block 7
ioctl_internal_command: <0 0 0 0> return code = 8000002
: Current: sense key: No Sense
Additional sense: No additional sense information
Info fld=0x0
ioctl_internal_command: <0 0 0 0> return code = 8000002
: Current: sense key: No Sense
Additional sense: No additional sense information
Info fld=0x0
ioctl_internal_command: <0 0 0 0> return code = 8000002
: Current: sense key: No Sense
Additional sense: No additional sense information
Info fld=0x0
there are lots of these, I can mount it, sometimes KDE will but any copy operation results in "i/o error".
SP
|
|
|
04-30-2006, 09:03 AM
|
#4
|
LQ Guru
Registered: Oct 2004
Distribution: Arch
Posts: 5,333
|
What kind of file system is on that device? It looks like the device has a bad sector on it. Or perhaps a file system that Linux can not read. Look at mount.
http://linuxcommand.org/man_pages/mount8.html
You might try to reformat it FAT, then BSD, Linux and Microsoft all will be able to access it. What did you use to format it in the first place? And can a windows box read and write to it? I can't say much more. Looks like a bad spot or a format that Linux can't read.
|
|
|
All times are GMT -5. The time now is 03:03 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|