Android Enthusiasts
Q&A for enthusiasts and power users of the Android operating system
Latest Questions
0
votes
1
answers
438
views
Recovery chances for a formatted SD card which was used as Android's internal storage
I used a micro SD card in a Nokia Smartphone for years as internal storage. I ejected it to test if *another phone* detects this type of SD card. Although we planned to just see if it is detected, certain off-topic factors led to the acceptance of Google's suggestion to '*format it as internal stora...
I used a micro SD card in a Nokia Smartphone for years as internal storage. I ejected it to test if *another phone* detects this type of SD card. Although we planned to just see if it is detected, certain off-topic factors led to the acceptance of Google's suggestion to '*format it as internal storage*'.
**As long as my phone still remembers the decryption, is there a way to recover** my Photos, GPS-tracks, Text-Notes and other data, despite being *encrypted* with the known key *and formatted* by another phone?
----------
My assumptions:
* data from a non-encrypted card can often be retrieved mainly because the raw data still 'looks like' photos, mp3 etc;
* encrypted data doesn't 'look like' anything, so recovery tools won't find anything;
* Even if my phone doesn't care about data parts but about some 'yes I am your encrypted storage do not format me' file, a recovery tool would need the *decryption information* to look for the original content (i.e. *how to extract it* from the phone plus tell the tool?)
----------
Side note/non-duplicate: Similar questions that I found always have somebody losing the decryption key and I agree that recovery should be impossible in those cases.
bissje-dabbisch
(13 rep)
Sep 29, 2019, 01:15 PM
• Last activity: Mar 4, 2025, 05:07 AM
2
votes
0
answers
724
views
Wiping all data, without hard resetting my phone
I have to delete all the data on my Android device, without being able to hard reset or factory reset my phone. To explain this precarious situation, my phone has a _Power_ button, that no longer works, my screen is barely functional, with lines across it, and the _Micro USB_ female port, is barely...
I have to delete all the data on my Android device, without being able to hard reset or factory reset my phone. To explain this precarious situation, my phone has a _Power_ button, that no longer works, my screen is barely functional, with lines across it, and the _Micro USB_ female port, is barely functional as well, only connecting at specific angles and positions. I tried the hard reset approach, and my phone is currently stuck in a bootloop, attempting to enter _Recovery Mode_, only to fail and try again. I am not even sure, if it will exit this loop once the power runs out, and boot normally, but presuming it does, I will need to delete all it's data before exchanging it.
Assuming I managed to mess up the stock _Recovery Mode_ image,
recovery.img
, I have devised a few approaches, that I will now mention.
## Deleting and entering random data
This method involves deleting all files, and then writing random data to it. Here are the steps I have devised,
1. Write a shell script, to use _ADB_ to uninstall all apps that can be uninstalled.
2. Delete all data from emulated storage, using _ADB_.
3. Install _Termux_, and fill the file system with random data, using something along the lines of,
$ dd if=/dev/random of=file bs=64k
I will be the first to admit, this is a dumb and terrible method, but it is the only one that seems mostly plausible to me. My biggest concern, after the fact that it might damage my hardware, from writing such huge files, is the fact that it might not delete the data stored in the root file system at /data
. A lot of apps, especially system apps, tend to write there, like _Whatsapp_, and Whatsapp stores it's entire database, as well as some images there, which I am not confident will be deleted. My biggest goal, is to get all my family images and local text messages deleted.
## Flashing stock recovery.img
I have considered this method, however it is unlikely to work in my case. For reasons, I was never able to unlock the bootloader of this device, and boot into fastboot
mode. There is apparently a way to replace it with the stock image without booting into fastboot
mode, but it requires use of the _Power_ button.
## Other options
Other options and solutions I can think of include, somehow formatting without entering _Recovery Mode_, or unlocking the bootloader, which should format the system. If nothing works, is having a lockscreen password enough, or can it be bypassed by the manufacturer, somehow? I know given the state of my device, it will likely be scrapped for parts, but I can never be too safe, and it feels like my duty, to do what I can.
Which, if any of these are likely to work, in my very specific and precarious situation?
My device is [Realme 1 CPH1859](https://www.gsmarena.com/realme_1-9200.php) .
dotmashrc
(121 rep)
Jul 8, 2024, 08:50 PM
• Last activity: Jul 8, 2024, 08:55 PM
1
votes
0
answers
102
views
Formatting Micro SD card issue
I'm trying to format a 64GB Micro SD card into 70% portable storage and 30% internal storage. My phone runs Android 6, it's rooted with Magisk and I installed TWRP. Unfortunately, I can't successfully do it; I keep getting this error: ``` C:\Windows\system32>adb shell shell@j3xnlte:/ $ sm has-adopta...
I'm trying to format a 64GB Micro SD card into 70% portable storage and 30% internal storage. My phone runs Android 6, it's rooted with Magisk and I installed TWRP. Unfortunately, I can't successfully do it; I keep getting this error:
C:\Windows\system32>adb shell
shell@j3xnlte:/ $ sm has-adoptable
WARNING: linker: app_process: unsupported flags DT_FLAGS_1=0x8000001
WARNING: linker: zygisk: unsupported flags DT_FLAGS_1=0x8000001
true
shell@j3xnlte:/ $ sm list-disks
WARNING: linker: app_process: unsupported flags DT_FLAGS_1=0x8000001
WARNING: linker: zygisk: unsupported flags DT_FLAGS_1=0x8000001
disk:179_128
shell@j3xnlte:/ $ sm partition disk:179_128 mixed 70
WARNING: linker: app_process: unsupported flags DT_FLAGS_1=0x8000001
WARNING: linker: zygisk: unsupported flags DT_FLAGS_1=0x8000001
Error: java.lang.IllegalStateException: java.util.concurrent.TimeoutException: Thread Binder_B gave up waiting for partitionMixed after 180000ms
1|shell@j3xnlte:/ $
It also doesn't work when you try it as 100% internal or portable. I tried formatting it as ext3/ext4/exFAT in TWRP and then using adb but it didn't help. I'm unable to find any fix on the XDA forum/Reddit. I'm pretty sure the Micro SD card itself isn't at fault as I was able to format it successfully using a different phone. (These two "unsupported flags" errors don't seem to be related to the problem).
Update:
I still can't get adb to format any drive on this phone (I encounter the same error), but I did manage to do it using a different method. First, I wiped the drive using TWRP and then formatted it using the built-in Android formatting tool. I had tried this before, but each time it would either get stuck forever at 20% or make 100% of the internal storage invisible to MTP and only suitable for app storage. However, this time it somehow worked - I have no idea why. MTP and root file manager shows only one drive of 58.90GB, and it behaves like the default internal storage. I will leave this post open as I didn't really solve the problem but more like got around it. Thanks for all the help (and grammar correction of this post :D ).
Letus252
(31 rep)
Jun 16, 2024, 02:20 AM
• Last activity: Jun 17, 2024, 08:54 AM
1
votes
3
answers
2218
views
How to skip formatting SD Card?
My Android phone keeps saying my fully working SD Card is damaged and I have only the choice to format it. I tested it on every smartphone I have, the same error. But when I put this SD Card in my laptop or Windows Phone smartphone: - the SD card works fine; - can listen to the music just fine; - no...
My Android phone keeps saying my fully working SD Card is damaged and I have only the choice to format it.
I tested it on every smartphone I have, the same error.
But when I put this SD Card in my laptop or Windows Phone smartphone:
- the SD card works fine;
- can listen to the music just fine;
- no problem when watching a movie from it;
- working just one more time on a single Android phone, then the error again.
I tested it with chkdsk, no problem.
What can I do? How can I skip the formatting?
Ady Andrei
(11 rep)
Oct 30, 2017, 02:09 PM
• Last activity: May 20, 2024, 02:27 PM
0
votes
0
answers
2404
views
How to format an external hard drive on Android?
How can I format or wipe an external hard drive with no partition on it without third party apps? I tried the [MixApplications][1] app but it's paid, in fact all apps that I tried to wipe this HDD are paid. So is there another way? [1]: https://play.google.com/store/apps/details?id=com.mixapplicatio...
How can I format or wipe an external hard drive with no partition on it without third party apps? I tried the MixApplications app but it's paid, in fact all apps that I tried to wipe this HDD are paid.
So is there another way?
fkjdxyz
(107 rep)
Jan 5, 2024, 01:31 PM
• Last activity: Jan 6, 2024, 04:23 PM
1
votes
0
answers
564
views
custom roms - format data before or after flash?
Reading the XDA forums I've noticed some posts around custom ROM flashing instruct users to perform data format in a recovery (such as TWRP) at different times. My question is - should data format be performed prior to flashing the ROM image, or right after it? Does it even matter?
Reading the XDA forums I've noticed some posts around custom ROM flashing instruct users to perform data format in a recovery (such as TWRP) at different times. My question is - should data format be performed prior to flashing the ROM image, or right after it? Does it even matter?
basher
(33 rep)
Dec 31, 2023, 01:04 AM
8
votes
3
answers
11357
views
How do I find what type of file system is of an attached USB or SD card?
How can I find the file system type of USB drive without using computer? Drive is attached to Android phone and I can see the files in it. I want to know if it is `extFAT` etc.
How can I find the file system type of USB drive without using computer? Drive is attached to Android phone and I can see the files in it. I want to know if it is
extFAT
etc.
LifeLongStudent
(181 rep)
Mar 23, 2019, 01:17 AM
• Last activity: Dec 24, 2023, 09:26 AM
2
votes
0
answers
107
views
On a not rooted smartphone, how do I format my SD Card to a file system of my choosing?
On a not rooted smartphone, how do I format my SD Card to a file system of my choosing? Note that I have ordered an SD card reader so I can put my SD card into my laptop and try formatting it from there. But for now, without an SD card reader / without the ability to put the SD card into my laptop....
On a not rooted smartphone, how do I format my SD Card to a file system of my choosing?
Note that I have ordered an SD card reader so I can put my SD card into my laptop and try formatting it from there. But for now, without an SD card reader / without the ability to put the SD card into my laptop.
I can do
C:\Users\User>adb shell
ocean:/ $
I can even see the contents of the SD Card here
ocean:/sdcard $ ls
ls
Alarms DCIM Movies Notifications Podcasts WhatsApp
Android Download Music Pictures Ringtones alt_autocycle
ocean:/sdcard $
I looked here https://android.stackexchange.com/questions/209347/how-do-i-find-what-type-of-file-system-is-of-an-attached-usb-or-sd-card/248645#248645 Currently it's showing as sdcardfs or more specifically vfat (which apparently is FAT12 or FAT16 or FAT32)
I'm interested in formatting it myself and choosing the specific file system.
barlop
(635 rep)
Dec 20, 2023, 06:41 PM
1
votes
0
answers
48
views
How can I view what file system my SD card has been formatted to?
How can I view what file system my SD card has been formatted to? e.g. if it has been formatted as FAT12 or FAT16 or FAT32 or NTFS or exFAT
How can I view what file system my SD card has been formatted to?
e.g. if it has been formatted as FAT12 or FAT16 or FAT32 or NTFS or exFAT
barlop
(635 rep)
Dec 20, 2023, 02:35 AM
• Last activity: Dec 20, 2023, 04:57 AM
0
votes
1
answers
201
views
SD card internal storage - photos not showing in Photos - how do I format/unmount safely to not lose WhatsApp history?
The storage on my Android 11 phone (Fairphone 3) was running out so I mounted a Lexar micro SD card to increase storage. I now realise this was a mistake but not knowing any better I formatted it as internal storage as that is essentially what I needed. Now any photos I take will not show up in Gall...
The storage on my Android 11 phone (Fairphone 3) was running out so I mounted a Lexar micro SD card to increase storage. I now realise this was a mistake but not knowing any better I formatted it as internal storage as that is essentially what I needed.
Now any photos I take will not show up in Gallery, Photos or Drive and neither can I see them on the SD card - so they're essentially not being taken. Taking a picture within Whatsapp is possible but then impossible to send because the file format isn't "valid". (And when I manually eject the card, the camera won't work at all.)
I've come as far as thinking I need to format the SD card to portable to fix this? Essentially I want to undo ever putting it in there, I'd rather take low storage.
BUT while there are no major picture or document files on the card, I noticed the WhatsApp Databases and Backup files and I'm worried that formatting will wipe my WhatsApp account. It's also backing up to Drive but when I try and do a manual back-up without the SD card in (thinking I can then uninstal/reinstal Whatsapp and load the most recent Drive backup after formatting + losing the SD storage) it tells me "Backup skipped because internal storage not available".
So could someone please confirm:
- Do I need to FORMAT my SD card to fix the Photos issue?
- Will I lose my WhatsApp chats if I format because it deletes the Databases?
- If so, is the only way to save it to secure a Drive backup, format the SD card, then uninstal/reinstal WhatsApp and load the Drive backup?
Thanks!!
TL;DR how do I get out of an internal formatted SD storage situation without losing my WhatsApp history?
Lost_in_technology
(1 rep)
Jul 24, 2023, 02:25 PM
• Last activity: Jul 27, 2023, 02:36 AM
1
votes
1
answers
1041
views
Changing cluster size of SD card formatted as exFAT from 128KiB to some lower value?
I'm using an app that allows me to download data for offline usage. The app is setup to store the data on my 64GB SD card. This all works fine, however, when I downloaded a larger set of data, i.e. some 6GB of data, that data used up some 30GB of storage space, and filled the SD card. I was baffled...
I'm using an app that allows me to download data for offline usage. The app is setup to store the data on my 64GB SD card. This all works fine, however, when I downloaded a larger set of data, i.e. some 6GB of data, that data used up some 30GB of storage space, and filled the SD card. I was baffled in the first place, so I had a deeper look at the data.
It turned out that the data consisted of some 120'000 files of 40KB in size, some larger, some smaller. I next had a look at the SD card and found it was formatted as exFAT and to use 128KiB blocksize (FX tells me so, I guess this should read cluster size).
I'm thinking about reformatting the SD card to use a smaller cluster size, say 48KiB or 64KiB, which would be more suitable for this kind of data.
Can this be done? Any inhibitors?
phunsoft
(111 rep)
May 12, 2023, 07:41 PM
• Last activity: May 14, 2023, 08:29 PM
0
votes
0
answers
98
views
sd card ejects after formating as internal via google files app
I am trying to increase the internal storage of my realme narzo 30a phone. but it doesnt support format as internal. so i enabled usb debugging and used ```sm set-force-adoptabe true``` via ```adb```. Then i formatted it as internal storage from google files app. as soon as i press done, i get a pop...
I am trying to increase the internal storage of my realme narzo 30a phone. but it doesnt support format as internal. so i enabled usb debugging and used
set-force-adoptabe true
via
. Then i formatted it as internal storage from google files app. as soon as i press done, i get a popup saying sd card is ejected. I also tried mounting via adb usingmount private DISK;VOLUME
but i got an error saying its inaccessible...
If I dont press done after formatting using files, it doesnt seem to get ejected, but it is not shown in storge...
is there no way to use sd card as internal storage?
what is funny to me is that it works just fine on a moto e40 i tried it in... even the speeds were not bad.
Plutonian Fairy
(1 rep)
May 12, 2023, 06:51 AM
1
votes
1
answers
176
views
Reformat sdcard on every reboot in MIU13
I have an Android 12 with MIUI 13, Xiaomi Redmin Note 11 pro 5g. sdcard works flawlessly, configured as an removable/external memory. I reboot the phone, and it asks me if I want to use it as an internal or external memory (portable). If I choose external, the only option I have is to format it and...
I have an Android 12 with MIUI 13, Xiaomi Redmin Note 11 pro 5g.
sdcard works flawlessly, configured as an removable/external memory.
I reboot the phone, and it asks me if I want to use it as an internal or external memory (portable).
If I choose external, the only option I have is to format it and loose all my data.
This is a lot of overhead: copy old data, reformat it and copy again backup up data.
I already hat to do so when I upgraded from MIUI 12 to 13.
I don't desire to do this every time I reboot the phone.
Any hints to avoid all this fuss?
I've checked with
fsck
that the partition has no problems.
Related info:
- https://c.mi.com/uk/post/12553
**UPDATE**
Finally I've decided to:
- backup all my data
- format the sdcard with the phone
- extract the sdcard
- recopy all the data (a very lengthy process with a 128 Mb card)
- reinsert in the phone
and now it offers me to format it again in order to use it.
sudo fsck.exfat /dev/mmcblk0p1
[sudo] password for david:
exfatprogs version : 1.1.3
failed to get stream dentry. 0
failed to get name dentry. 0
failed to get stream dentry. 0
/dev/mmcblk0p1: checking stopped. directories 405, files 1562
/dev/mmcblk0p1: files corrupted 3, files fixed 0
david.perez
(81 rep)
May 5, 2023, 12:51 PM
• Last activity: May 8, 2023, 06:30 AM
0
votes
1
answers
431
views
Reformat SD Card from internal to portable
Device: Redmi Note 11 I formatted a SanDisk SD card as internal, using the Android's native file app (com.google.android.documentsui) but now I can't see the card anywhere. However when inserted, the phone storage info shows available space of the SD Card. How do I make this SD card as portable agai...
Device: Redmi Note 11
I formatted a SanDisk SD card as internal, using the Android's native file app (com.google.android.documentsui) but now I can't see the card anywhere.
However when inserted, the phone storage info shows available space of the SD Card.
How do I make this SD card as portable again?
ShivCK
(101 rep)
Jan 4, 2023, 08:07 AM
• Last activity: Jan 4, 2023, 07:43 PM
1
votes
2
answers
408
views
Unsupported SD format renders my micro SD card useless. Is there a way to fix it?
I have just flashed a new ROM and the microSD card is gone. It appears in the notifications as "unsupported SD card". Is there a way to fix it?
I have just flashed a new ROM and the microSD card is gone. It appears in the notifications as "unsupported SD card". Is there a way to fix it?
Elysium
(214 rep)
Jan 9, 2017, 08:46 PM
• Last activity: Dec 11, 2022, 05:08 PM
0
votes
2
answers
18777
views
How to recover data from a formatted device [rooted, flashed]
I've accidentally formatted my phone, via. `fastboot oem unlock`. I've already tried [Wondershare][1], EaseUSMobile Saver. Actually, I need my photos which has been shot by camera. Till now I'm only able to fetch social photos. PS - My phone is rooted & flashed. Any suggestions? [1]: http://www.wond...
I've accidentally formatted my phone, via.
fastboot oem unlock
.
I've already tried Wondershare , EaseUSMobile Saver.
Actually, I need my photos which has been shot by camera.
Till now I'm only able to fetch social photos.
PS - My phone is rooted & flashed.
Any suggestions?
reiley
(101 rep)
Nov 20, 2014, 08:47 AM
• Last activity: Nov 30, 2022, 12:07 AM
4
votes
3
answers
7372
views
Formating and reinstaling OS on Galaxy S4
Someone put CyanogenMod on my T-Mobile Galaxy S4. So I tried to unroot and return to the original by watching [this Youtube video](http://www.youtube.com/watch?v=yEJSv9MrVAg) and using this method.This is what I have gotten from the phone: Odin Mode Product Name: SGH: M919 Current Binary: Custom Sys...
Someone put CyanogenMod on my T-Mobile Galaxy S4. So I tried to unroot and return to the original by watching [this Youtube video](http://www.youtube.com/watch?v=yEJSv9MrVAg) and using this method.This is what I have gotten from the phone:
Odin Mode
Product Name: SGH: M919
Current Binary: Custom
System Status: Custom
Knox Kernel Lock: 0X0
Knox Warranty Void: 0X1
Write protection: Enable
eMMC Bust: Mode: Enable
Start [224, 1440] in red
SW REV. CHECK FAIL : fused : 4, Binary: 1 in red.
On the PC screen, in red, it says **Fail!**
In the message box, the last line read: All threads completed: (succeed 0 / failed 1).
Now I tried to reboot the phone, I got the same Odin Mode thing plus:
CSB-CONFIG-LSB: 0X30
minus the two lines in red.
In the middle of the screen, a phone, a yellow triangle with an !
mark in the center, a PC screen.
Below says: "Firmware upgrade encountered an issue. please select recovery mode in Kies & try again."
I have no phone now. I know I didnt reset binary flash. So people told me to format and reinstall the OS. Please help me to go back to stock version.
user51787
(41 rep)
Jan 27, 2014, 02:19 AM
• Last activity: Nov 10, 2022, 07:05 PM
0
votes
1
answers
250
views
Androids 8,9, 12 format SD card to "read only" - only for non-android devices
I formatted two different SD cards with Android 8, 9 and 12. In all cases, the SD cards are write protected for my laptop (SD card reader) - but not for the Phones, or when connecting phone via USB. In those cases I maintain write access. Any pointers on how to undo that?
I formatted two different SD cards with Android 8, 9 and 12. In all cases, the SD cards are write protected for my laptop (SD card reader) - but not for the Phones, or when connecting phone via USB. In those cases I maintain write access.
Any pointers on how to undo that?
Mat
(41 rep)
Sep 18, 2022, 05:55 PM
• Last activity: Sep 19, 2022, 02:21 PM
1
votes
1
answers
85
views
Micro SD cards work on phone with Android 8 but corrupted in phone with Android 11?
I have two SanDisk micro SD cards, a 8GB one for storing my photos and files in a Sony Xperia XA1, which runs Android 8.0 as the OS, the other one is a 128GB used in a Sony Xperia L3 phone, running Android 8.1. Since both of them had problems after years of usage, I bought a new phone, which is a Mo...
I have two SanDisk micro SD cards, a 8GB one for storing my photos and files in a Sony Xperia XA1, which runs Android 8.0 as the OS, the other one is a 128GB used in a Sony Xperia L3 phone, running Android 8.1. Since both of them had problems after years of usage, I bought a new phone, which is a Motorola e40, which runs Android 11.
When I transferred the micro SD card to the Motorola e40, it said the micro SD card is corrupted and asked for re-formatting. It happened to both of the micro SD cards. But the cards were actually working when I put them back to the Sony phones.
I wonder if the problem is on the OS. Does Android 11 use a micro SD card with a file system format different from that used by Android 8? Or is it the problem of the different phone brands?
I recall that both cards had not been formatted by me before when I used them for the Sony phones, so they should be pre-formatted by the manufacturer.
Also, the Motorola phone asked whether I would like to format the card as internal or portable storage (I did not choose either of them because the cards actually can work in the Sony phones and they contain data). But this option never appeared in my old Sony phones. So is it a property of the phone or Android 11?
GreenPenguin
(111 rep)
Aug 7, 2022, 09:53 PM
• Last activity: Aug 8, 2022, 04:07 AM
1
votes
2
answers
2539
views
How to format SD card that has been formatted as internal storage for Android?
I have tried `clean all` command in `Diskpart` and it took an hour to be completed but at the end nothing has changed. I think the SD card is locked and when I try to format or re-partition the disk, either it will show a successful result or it will return "Windows was unable to complete the format...
I have tried
clean all
command in Diskpart
and it took an hour to be completed but at the end nothing has changed. I think the SD card is locked and when I try to format or re-partition the disk, either it will show a successful result or it will return "Windows was unable to complete the format" error. I have tried to format it in Linux (this answer ) and Android as well but no luck. Is there a way to reuse my SD card as a portable storage?
UPDATE: GParted details when I delete the partition
GParted 0.30.0 --enable-libparted-dmraid --enable-online-resize
Libparted 3.2
Delete /dev/mmcblk0p2 (unknown, 59.46 GiB) from /dev/mmcblk0 00:00:08 ( SUCCESS )
calibrate /dev/mmcblk0p2 00:00:00 ( SUCCESS )
path: /dev/mmcblk0p2 (partition)
start: 34816
end: 124735454
size: 124700639 (59.46 GiB)
delete partition 00:00:08 ( SUCCESS )
libparted messages ( INFO )
Input/output error during write on /dev/mmcblk0
========================================
Delete /dev/mmcblk0p1 (unknown, 16.00 MiB) from /dev/mmcblk0 00:00:01 ( SUCCESS )
calibrate /dev/mmcblk0p1 00:00:00 ( SUCCESS )
path: /dev/mmcblk0p1 (partition)
start: 2048
end: 34815
size: 32768 (16.00 MiB)
delete partition 00:00:01 ( SUCCESS )
========================================
GParted details when I try to format:
GParted 0.30.0 --enable-libparted-dmraid --enable-online-resize
Libparted 3.2
Format /dev/mmcblk0p1 as fat16 00:00:01 ( ERROR )
calibrate /dev/mmcblk0p1 00:00:00 ( SUCCESS )
path: /dev/mmcblk0p1 (partition)
start: 2048
end: 34815
size: 32768 (16.00 MiB)
clear old file system signatures in /dev/mmcblk0p1 00:00:00 ( SUCCESS )
write 512.00 KiB of zeros at byte offset 0 00:00:00 ( SUCCESS )
write 512.00 KiB of zeros at byte offset 16252928 00:00:00 ( SUCCESS )
write 4.00 KiB of zeros at byte offset 16711680 00:00:00 ( SUCCESS )
write 8.00 KiB of zeros at byte offset 16769024 00:00:00 ( SUCCESS )
flush operating system cache of /dev/mmcblk0 00:00:00 ( SUCCESS )
set partition type on /dev/mmcblk0p1 00:00:01 ( SUCCESS )
new partition type: fat16
create new fat16 file system 00:00:00 ( ERROR )
mkfs.fat -F16 -v -I '/dev/mmcblk0p1' ( EXECUTING )
Failed to execute child process “mkfs.fat” (Input/output error) ( ERROR )
========================================
Format /dev/mmcblk0p2 as fat32
Results for zeroing:
sudo dd if=/dev/zero of=/dev/mmcblk0 bs=8192
dd: error writing dev/mmcblk0
: No space left on device
7795969+0 records in
7795968+0 records out
63864569856 bytes (64 GB, 59 CAB) copied, 3824.26 s, 16.7 MB/s
Results for amd64-stdtool status:
[+] Found RCA for /dev/mmcblk0: E624.
[+] Card CSD: 400E005A7B590001DED48F700R808006.
[+] Write protection state: Off.
R. Toward
(11 rep)
Feb 15, 2020, 09:16 PM
• Last activity: Jul 27, 2022, 03:46 PM
Showing page 1 of 20 total questions