LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 01-12-2011, 04:37 AM   #16
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229

Quote:
1. On my computer (OS Debian Lenny) the "mount" command - either "mount /dev/sda1" or "mount /mem/memstick" - works perfectly when a flash-drive is plugged into any of my vacant usb ports.

2. Both "mount" commands fail on my computer when the flash-drive is replaced by an SD-Card Reader.
All that I can suggest now is use your daughters computer and see which file system is on the card. The stick is vfat but apparently the card is something that Lenny will not read.
 
Old 01-13-2011, 02:16 AM   #17
felixk
Member
 
Registered: Jul 2008
Posts: 60

Original Poster
Rep: Reputation: 15
Lightbulb

Quote:
Originally Posted by Larry Webb View Post
All that I can suggest now is use your daughters computer and see which file system is on the card. The stick is vfat but apparently the card is something that Lenny will not read.
The (Linux) error message is incorrect. The problem is not with the file-system but with the OS. The Apple Mac can handle the contents of my SD-card. Both Debian and Microsoft Vista cannot; the Microsoft message is:

"Unknown device plugged in to usb port".

One more idea!

The SD-Card comes from a Computer Tablet that runs Android 1.6. Do I also need Android on my computer, before I can persuade the (newly-acquired) tablet and my (aged) computer to talk to each other?

felixk
 
Old 01-13-2011, 11:57 AM   #18
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Quote:
Originally Posted by felixk View Post

None of the hitherto suggested strategies for identifying the file-type of the contents of the SD-Card work on my computer. Below is the output of "fdisk -l" when a flash-drive is mounted:

Disk /dev/sda: 1002 MB, 1002438656 bytes
65 heads, 32 sectors/track, 941 cylinders
Units = cylinders of 2080 * 512 = 1064960 bytes
Disk identifier: 0xdd206466

Device Boot Start End Blocks Id System
/dev/sda1 * 1 942 978928 6 FAT16
Partition 1 has different physical/logical endings:
phys=(956, 64, 32) logical=(941, 18, 32)

The file system was identified just fine.. it's FAT16

I think the problem lies with the partition on the SD card..

Last edited by farslayer; 01-13-2011 at 11:59 AM.
 
Old 01-13-2011, 12:09 PM   #19
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
FYI the output is from a flash drive and not an SD card.
 
Old 01-13-2011, 12:20 PM   #20
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Gah missed that switch in his post.. disregard my previous post.. although the partition on your flash drive still isn't quite right..

other commands to ID file system

df -T

file -sL /dev/sd(x)
file -sL /dev/sd(x)1
 
Old 01-14-2011, 03:16 AM   #21
felixk
Member
 
Registered: Jul 2008
Posts: 60

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by farslayer View Post
other commands to ID file system

df -T

file -sL /dev/sd(x)
file -sL /dev/sd(x)1
When a flash drive is plugged into one of my usb ports, these commands give an output; with the SD-Card reader there is no output.

The hard fact is that my Computer Tablet (running Android 1.6) has no problem in reading the content of the SD Card. Neither Debian Linux nor Microsoft Vista can do that.

felixk
 
Old 01-14-2011, 06:01 AM   #22
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
I am not the sharpest here but which kernel are you using, try a 2,6,32 or newer. I have an older Tiny Me that will not read ext4 files.
 
Old 01-14-2011, 07:14 AM   #23
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
I'm beginning to wonder if the fault here is the OS or the SD card reader device itself... since neither windows or Linux can see it properly, the issue seems to be independent of the OS. Since the tablet can read it then The SD card seems to be fine.. so the only piece left is the card reader itself....

Do you have another SD card reader you can use ?
 
Old 01-14-2011, 07:27 AM   #24
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
Quote:
Originally Posted by farslayer View Post
I'm beginning to wonder if the fault here is the OS or the SD card reader device itself...
I did not think about that, I had some quirks with sd to sdhc cards. I upgraded all my readers to sdhc so have no way of checking.
 
Old 01-15-2011, 04:23 PM   #25
felixk
Member
 
Registered: Jul 2008
Posts: 60

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by farslayer View Post
I'm beginning to wonder if the fault here is the OS or the SD card reader device itself... since neither windows or Linux can see it properly, the issue seems to be independent of the OS. Since the tablet can read it then The SD card seems to be fine.. so the only piece left is the card reader itself....
.

Or it is the kernel. No idea what Vista uses; but, by default, Debian Lenny uses kernel 2.6.26.

And I am not smart enough to attempt to upgrade Debian to a later kernel; so I wait (patiently) for the next release of Debian-Stable.

Quote:
Originally Posted by farslayer View Post
Do you have another SD card reader you can use ?
No. But easily tested; buying another SD-Card reader will not break the bank. :-)

Thank you for the suggestion.

felixk
 
Old 01-15-2011, 04:54 PM   #26
Larry Webb
LQ Veteran
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse for mail +
Posts: 5,100
Blog Entries: 7

Rep: Reputation: 229Reputation: 229Reputation: 229
Quote:
Originally Posted by felixk View Post
.No. But easily tested; buying another SD-Card reader will not break the bank. :-)

Thank you for the suggestion.

felixk
Watch the specs, there are a lot of card readers that say they read all cards but do not list reading the sdhc cards. I bought 2 usb that only read mmc and sd or sdhc cars that were reasonable. I did not worry about any other cards as all my cameras use sd cards.

Last edited by Larry Webb; 01-15-2011 at 04:56 PM.
 
  


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
No way to switch sound cards under Lenny frenchn00b Debian 8 07-30-2009 11:59 AM
does Debian Lenny/sid support Debian Sarge Binary Installer..? @nthoon Debian 1 06-14-2009 10:47 AM
LXer: How To Upgrade A Debian Etch System (Server & Desktop) To Debian Lenny LXer Syndicated Linux News 0 02-20-2009 04:30 PM
Problem with reading SD cards on OpenSUSE 11 satishn82 Linux - Newbie 1 01-10-2009 06:06 PM
Etch Or Lenny For Legacy Video Cards...? Novatian Debian 2 10-16-2008 08:04 PM

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

All times are GMT -5. The time now is 02:37 AM.

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