What's new

Closed Memory card 64GB UNABLE TO FORMAT Need help

Status
Not open for further replies.

SEARCH_B

Forum Veteran
Elite
SA mga expert sa computer programming Jan pa help Naman.. may 64gb na memory card galing SA ibang bansa... E foformat ko Sana Ang kaso once na ma format na babalik din Ang laman Ng memory card.. na try ko na din cmd method ayaw pa Rin.. di rin cya ma diskpart... Any suggestion or solution? Anong virus kaya ito...

Salamat in advance sa sasagot 😊
 

Attachments

Effective sakin to at nag release ako ng tutorial neto way back 2015

Step 1: Type cmd in the search box, then you can get the best match called Command Prompt. Right-click on it and choose "Run as administrator".

Step 2: On the Command Prompt window, type diskpart and press "Enter".

type diskpart to format usb flash drive using cmd

Step 3: Type list disk and press "Enter". According to the list disk information, check which disk is your USB flash drive. For example, disk 2.

type list disk to format usb flash drive using cmd

Step 4: Now type select disk 2 and press "Enter".

type select disk 2 to format usb flash drive using cmd

Step 5: Type clean. Wait some time for disk erasing.

type clean to format usb flash drive using cmd

Step 6: Type create partition primary and press "Enter".

type create partition primary to format usb flash drive using cmd

Step 7: After diskpart successfully created the specified partition, type format fs=ntfs and press "Enter".

If you prefer other file system formats, change the command NTFS to the desired one, such as format fs=fat32.

As Linux file system Ext2/3 is not compatible with Windows OS, you can refer to a UBS format tool in Part 2 for help.

type format fs=ntfs to format usb flash drive using cmd

Step 8: Type assign to add a drive letter to the flash drive.

type assign to format usb flash drive using cmd

After this, exit DiskPart and you save data to your USB flash drive again.

--or--.

Download ka easeus ***** clean partition then create
 
Effective sakin to at nag release ako ng tutorial neto way back 2015

Step 1: Type cmd in the search box, then you can get the best match called Command Prompt. Right-click on it and choose "Run as administrator".

Step 2: On the Command Prompt window, type diskpart and press "Enter".

type diskpart to format usb flash drive using cmd

Step 3: Type list disk and press "Enter". According to the list disk information, check which disk is your USB flash drive. For example, disk 2.

type list disk to format usb flash drive using cmd

Step 4: Now type select disk 2 and press "Enter".

type select disk 2 to format usb flash drive using cmd

Step 5: Type clean. Wait some time for disk erasing.

type clean to format usb flash drive using cmd

Step 6: Type create partition primary and press "Enter".

type create partition primary to format usb flash drive using cmd

Step 7: After diskpart successfully created the specified partition, type format fs=ntfs and press "Enter".

If you prefer other file system formats, change the command NTFS to the desired one, such as format fs=fat32.

As Linux file system Ext2/3 is not compatible with Windows OS, you can refer to a UBS format tool in Part 2 for help.

type format fs=ntfs to format usb flash drive using cmd

Step 8: Type assign to add a drive letter to the flash drive.

type assign to format usb flash drive using cmd

After this, exit DiskPart and you save data to your USB flash drive again.

--or--.

Download ka easeus ***** clean partition then create
Na try ko na ito boss but Hindi ako maka creat partition baka nga may write protection to...
 
Yan ba Yung rason Kung bakit Hindi ma foformat Ang isang memory card or flash drive boss? Kasi Wala pa akung knowledge about write protection
 
May nabasa akung tutorial how to remove write protection using cmd.. need Lang pala e disable Ang write protection...salamat sa mga sagot nyo.. sanay makuha format ko na ito bukas 😊
 
Status
Not open for further replies.
Back
Top