Micro SD help

pranathlcp

Well-known member
  • Jul 19, 2009
    5,839
    1,293
    113
    Hogwarts School of Witchcraft and Wizardry
    BOOTICE වගේ software එකකින් ආපහු partition කරොත් මොකෝ? පොඩ්ඩක් ට්‍රයි කරලා බලන්න :yes:

    BOOTICE එකේ තියෙනවා "Parts Manage" කියල එකක්..ඒකට ගියහම තියෙනවා "Re-Partitioning" කියලා..ඒකෙන් කරලා බලන්න :)
     

    Sudheera-H

    Active member
  • Sep 3, 2016
    814
    172
    43
    ඕක ෆෝමැට් කරන්න කනෙක්ට් කලේ කොහොමද, කාඩ් ඒක වෙනම අරගෙන ද? කාඩ් රීඩර් එකකට දාල ෆෝමැට් කරලා බලන්න, :)
     

    coolmanaram

    Well-known member
  • Jun 24, 2011
    2,128
    713
    113
    Fridge එකේ CooL
    Use linux terminal to format drive. It will work even if the usb is write protected. ;)


    In Ubuntu there are many methods by which you can format your pendrive
    1 - by Disk utility see the video // simplest way


    2- by Gparted tool see the video
    // you can install it from Ubuntu software center or you can install is by typing
    sudo apt-get install gparted


    3- by using Terminal see the video
    go to super mode by typing "su" followed by super mode password
    fdisk -l that will show all the volume in your pc or you can also use the
    df to see the usb flash drive, suppose it may be /dev/sdb1
    umount /dev/sdb1 that un mount the drive
    mkfs.vfat /dev/sdb1 to format drive into fat32 format


    EDIT

    mkfs.vfat -n 'name_for_your_pendrive' -I /dev/sdb1
    to add name for your pendrive