Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DELETE EVERY SINGLE BIT #52

Open
toosimit opened this issue May 7, 2021 · 3 comments
Open

DELETE EVERY SINGLE BIT #52

toosimit opened this issue May 7, 2021 · 3 comments

Comments

@toosimit
Copy link

toosimit commented May 7, 2021

HI DEAR
FIRST, I WANT TO ASK YOU IS THERE ANY WAY TO CLEAR EVERY SINGLE BIT ?
SECOND IS THERE ANY WAY TO CHANGE FORMAT ? FAT 12 TO FAT16 OR FAT32 TO NTFS

@Meins321
Copy link

Hello, first of all it would be nice if you could not use all caps letters as it is regarded as yelling in nettiquette usually...

To your question:
There is no format command in this library so no easy single command

BUT

  1. delete all files
  2. delete all folder
  3. get size of sd card getTotalSectors();
  4. write everything with one big random file or just ones like this 111111
  5. write everything with 000000

= SD Card destroyed data and needs format after that

@djuseeq
Copy link
Owner

djuseeq commented Sep 15, 2021

Hi, sorry for late reply, how @Meins321 mentioned, the library does not support a format command and the chip does not support NTFS file system, only FAT12, FAT16, FAT32.

@toosimit
Copy link
Author

Sorry about that Caps Lock was on .
thank you for your answers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants