Author Topic: Sd Card And Microdrive Not Working  (Read 3210 times)

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Sd Card And Microdrive Not Working
« on: July 30, 2006, 06:09:51 pm »
I recently tried to format my Lexar SD card to ext2, but it didn't work, so I reformatted it back to FAT. I tried a few more times and tried to have multiple partitions. Now, I used my windows box to format it to FAT, but my zaurus doesn't recognize it. Also, my ext2 formatted microdrive is recognized, and shows up in the card applet, but I can't get at it. What can I do to fix this? Any help would be appreciated.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Sd Card And Microdrive Not Working
« Reply #1 on: July 30, 2006, 06:11:40 pm »
Sorry, I forgot to mention that I also seem to have multiple partitions on the SD card that I can't seem to get rid of. I would also like to be rid of these.

Thanks in advance.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
Sd Card And Microdrive Not Working
« Reply #2 on: July 30, 2006, 06:35:26 pm »
Quote
Sorry, I forgot to mention that I also seem to have multiple partitions on the SD card that I can't seem to get rid of. I would also like to be rid of these.

Easy way to reformat a disk under windows....

Right click on My Computer
Select Manage
Select Disk Management
Then Disk Management (Local)
Select you Drive and remove all partitions on the drive till it is empty, then just create 1 large partition....


Also did you format the disk at FAT16 or FAT32... if fat32 try fat16 and see what happens...

Late...
« Last Edit: July 30, 2006, 06:41:53 pm by InSearchOf »
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Sd Card And Microdrive Not Working
« Reply #3 on: July 30, 2006, 06:43:46 pm »
It won't let me delete any partitions, and only one shows up, but on my zaurus, under /dev/mmcda/disc0/ or the place it is you see that stuff (I can't check now, as I can't install ROX on my zaurus to see) there is disc, part1, part2, part3, and part4. I think these are partitions, no? Also, the drive works fine in a digital camera and on my computer, but not in the zaurus. If there is a solution that uses linux, I have a Mandriva 2006 box available.

Thanks for your help.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
Sd Card And Microdrive Not Working
« Reply #4 on: July 30, 2006, 07:00:03 pm »
on your mandriva box...

Insert either cf or sd....

Do a
Code: [Select]
# df
see what the cf or sd mounts with...

should be like... /dev/sda or sdb

when determined do a

Code: [Select]
# fdisk /dev/*device*
in there do a:

"p" to show the current partitions on the drive.

"d" (until all partitions are gone, you will need to enter the partition # if there are more them 1)

then, "n" then, "p" then, "1" then,  "enter" (selects default) then, "enter" (selects default)

This will create a ext2 partition for you

last step is to do a "w"

this will drop you back to the shell

then do a
Code: [Select]
# mkfs.ext2 /dev/*device*

These are the stepped to creating a ext2 partition...

I apoligize if I'm typing this and you already have knowledge of how fdisk works...

Late
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Sd Card And Microdrive Not Working
« Reply #5 on: July 30, 2006, 07:25:36 pm »
Thanks. I followed the first part of your instructions, but I now want may FAT formatting back. Do I use the mkfs.vfat command to do this? Thanks.
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
Sd Card And Microdrive Not Working
« Reply #6 on: July 30, 2006, 07:36:38 pm »
what you will need to do it go back to the step

Quote
then, "n" then, "p" then, "1" then, "enter" (selects default) then, "enter" (selects default)

after that do a "t" this will select the type of partition...

you should have created partition 1 so press "1" when asked for partition...

I believe fat16 is 6...

do a "l" lists the different partition types and find the partiton type you would like...

then press that # then continue to do the "w" to write the partition data

then

# mkfs.vfat -F 16 /dev/*device* for fat16

# mkfs.vfat -F 32 /dev/*device* for fat32

But if you are formating FAT32 or FAT16 you should be able to do that in Windows
« Last Edit: July 30, 2006, 07:38:56 pm by InSearchOf »
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Sd Card And Microdrive Not Working
« Reply #7 on: July 30, 2006, 08:05:18 pm »
I tried to make it FAT formatted, but I get the error

mkfs.vfat: Will not try to make filesystem on full-disk device '/dev/sdb' (use -I if wanted)

What does this mean?
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Sd Card And Microdrive Not Working
« Reply #8 on: July 30, 2006, 08:11:19 pm »
OK, I put the SD in my Windows box, and it formatted fine and works now. I think it simply didn't have a partition earlier. How about the microdrive?
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

Capn_Fish

  • Hero Member
  • *****
  • Posts: 2342
    • View Profile
    • http://
Sd Card And Microdrive Not Working
« Reply #9 on: July 30, 2006, 08:46:16 pm »
I got my microdrive to work. I just needed to be reformatted.

Thanks for your help!
SL-C750- pdaXrom beta 1 (mostly unused)
Current distro: Gentoo

InSearchOf

  • Administrator
  • Hero Member
  • *****
  • Posts: 1144
    • View Profile
    • http://
Sd Card And Microdrive Not Working
« Reply #10 on: July 30, 2006, 08:52:54 pm »
Quote
mkfs.vfat: Will not try to make filesystem on full-disk device '/dev/sdb' (use -I if wanted)

sdb is the device as a whole...

sdb1 is the partition you created... sorry I forgot to note that...

you would have needed to do a # mkfs.vfat /dev/sdb1

good to see you got it all back in order...

Late
Sharp Zaurus SL-C3100 and SL-6000L
pdaXrom Developer
Please visit pdaXrom.org for updates
My Blog
IRC #pdaxrom @ FreeNode