Switch to full style
CompactFlash, SD, MMC, USB flash storage. Anything that does not have moving parts inside.
Post a reply

SD Card files appeared after format.

June 8th, 2019, 6:31

Hello.
I have a SD Card and when I format it then all files appeared on it again:
Code:
$ sudo mkfs.ntfs /dev/sdc1
Cluster size has been automatically set to 4096 bytes.
Initializing device with zeroes: 100% - Done.
Creating NTFS volume structures.
mkntfs completed successfully. Have a nice day.

And:
Code:
$ sudo mkfs.ext4 /dev/sdc1
mke2fs 1.42.12 (29-Aug-2014)
/dev/sdc1 contains a vfat file system
Proceed anyway? (y,n) y
Creating filesystem with 3910400 4k blocks and 979200 inodes
Filesystem UUID: 97b8db17-e6f5-415f-b1c4-e108cc135d07
Superblock backups stored on blocks:
   32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208

Allocating group tables: done                           
Writing inode tables: done                           
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done

And:
Code:
$ sudo dd if=/dev/null of=/dev/sdc1 bs=512
0+0 records in
0+0 records out
0 bytes (0 B) copied, 0.000149921 s, 0.0 kB/s

I used some tools like "EaseUS" and "AOMEI" on Windows OS too but problem exist.
Any idea?

Thank you.

Re: SD Card files appeared after format.

June 9th, 2019, 1:58

Any idea?

Re: SD Card files appeared after format.

June 9th, 2019, 6:34

hack3rcon wrote:Any idea?


Controller gone crazy (OS level)

If you want to (factory) format it, then you may search for the proper tool based on its Controller

you may start from here: www.usbdev.ru/files

:wink:

Re: SD Card files appeared after format.

June 9th, 2019, 16:33

How can I find its controller model?
The company is "Integral".

Re: SD Card files appeared after format.

June 9th, 2019, 18:03

hack3rcon wrote:How can I find its controller model?

ChipGenius ?

Re: SD Card files appeared after format.

June 10th, 2019, 1:38

fzabkar wrote:
hack3rcon wrote:How can I find its controller model?

ChipGenius ?

How about Linux?
Post a reply