Announcement

Collapse
No announcement yet.

format microSD

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    format microSD

    umm..please teach me how to format my microSD, or flash/hard drive

    #2
    Re: format microSD

    For microSD - normally a device like Cell Phone should give you format options?
    Also try a or Card Reader connected to PC.

    Flash Drive - Connect to Pc and go from there.

    Hard Drive - Run a search on forum, GParted etc could help.

    Comment


      #3
      Re: format microSD

      Originally posted by mae
      For microSD - normally a device like Cell Phone should give you format options?
      Also try a or Card Reader connected to PC.

      Flash Drive - Connect to Pc and go from there.

      Hard Drive - Run a search on forum, GParted etc could help.
      hello there mae!
      umm..i'd like to format my microDS (or any hard drive in particular) in console.
      hehehe..actually, that's my problem. thanks for replyin'..I really appreciate it!

      Comment


        #4
        Re: format microSD

        You can format SD and SDHC cards in console with "mkdosfs" and "mkfs commands.

        Code:
        man mkdosfs
        tells how to make a FAT filesystem.

        Code:
        man mkfs
        tells how to make a Linux filesystem.

        If you install GParted, that's a pretty good GUI application to do the same thing, and it also makes partitions, and can set the "bootable" flag.

        Comment

        Working...
        X