Using Linpus to format my SD Card

Discussion in 'Acer Aspire One' started by mports, Sep 22, 2008.

  1. mports

    mports

    Joined:
    Sep 5, 2008
    Messages:
    15
    Likes Received:
    0
    Hi All,

    Quick question, how on earth do I format my SD card using Linpus - I have a 4gb HCSD card that I want to use in the left hand slot.

    However I don't have a clue how to format it for use, I'd be grateful if someone give me some pointers?

    Many thanks

    Mark
     
    mports, Sep 22, 2008
    #1
  2. mports

    hgh9mrp

    Joined:
    Sep 7, 2008
    Messages:
    24
    Likes Received:
    0
    While your AA1 is powered off, install the SDHC module, boot up the machine. The operating system will complain a little bit saying it doesn't recognize the device then a few seconds later the device gets mounted and the extra 4GB is available for use.

    Cheers.
     
    hgh9mrp, Sep 22, 2008
    #2
  3. mports

    corowakid

    Joined:
    Aug 9, 2008
    Messages:
    17
    Likes Received:
    0
    Just about all SD cards are pre-formatted as FAT. Might be worth checking to see if your card is indeed formatted (try a Windows machine to see).
     
    corowakid, Sep 22, 2008
    #3
  4. mports

    jcm

    Joined:
    Sep 3, 2008
    Messages:
    51
    Likes Received:
    0
    Location:
    Eastern England
    I've got a Transcend 8 GB SDHC card fitted in the left hand slot, partitioned and formatted to the ext2 Linux file system.

    I originally left the Transcend SDHC card using the pre-formatted FAT32 file system, but read that there might be some trouble reading and writing files to it with the Linux Linpus O.S., so I partitioned and formatted the SDHC card in the Terminal using shell commands (fdisk -l, mkfs.ext2 etc etc) to change to the Linux ext3 file system (and that wasn't straightforward, being a Linux dumbkopf, but I got there in the end.) However, I found I couldn't shut the AAO down, as it hanged every time. Only by taking the SDHC card out, would my AAO shut down, and I concluded that formatting the card to the ext3 file system was the problem. Doing some poking around, I discovered that the 8GB SSD drive inside my machine with Linpus on it (dev/sda) had been formatted using linux ext2, and not ext3, so I reformatted my SDHC card to the Linux ext2 file system and then I could shut the machine down and use it as normal. I believe there's a program called gparted or something that you can use to partition and format your SDHC card to ext2, so you don't have to go through the hassle that I did in the Terminal, plus unmounting and remounting the card, etc.
     
    jcm, Sep 22, 2008
    #4
  5. mports

    mports

    Joined:
    Sep 5, 2008
    Messages:
    15
    Likes Received:
    0
    JCM,

    You reply so nearly answered my question fully, I'm looking for the exact terminal shell commands to format the card with the ext 2 file system......

    Can anyone advise further?

    Regards

    Mark
     
    mports, Sep 22, 2008
    #5
  6. mports

    jcm

    Joined:
    Sep 3, 2008
    Messages:
    51
    Likes Received:
    0
    Location:
    Eastern England
    Mark,

    If you right-click on the desktop and select System / Add/Remove software from the pull down menu, you should see gparted (gnome partition editor) listed in the package manager (just search for it).

    Gparted is the easier option to take than the Terminal. To do it in the Terminal at root, I used fdisk -l to find out the device name of my SDHC card (dev/mmcblk0p1), and then fdisk dev/mmcblk0 to create a primary partition (it's a bit more complicated than that though - press M for help here. I recall deleting the previous partition by pressing "d", then adding a new partition by pressing "n", then writing the table to disk by pressing "w"), and mkfs.ext2 /dev/mmcblk0p1 to format to ext2 and create a filesystem. Before I formatted, I had to unmount the card (umount /dev/mmcblk0p1) as well. I wish I'd made a detailed note of everything I did really, but I know I made quite a few mistakes in the process. Hopefully someone well-versed in Fedora-Linux reading here can give more detailed instructions.

    BTW, when I partitioned and formatted the SDHC card, I did it using the right-hand slot. I don't suppose it matters which slot you use, but I'm not 100 % certain.
     
    jcm, Sep 22, 2008
    #6
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.