[Guide] Revert MicroSD card back to normal. - Nintendo Switch News, Guides, Discussion , Develop

Since this question has been asked quite a few times in the ROM thread, I figured I'd make a little guide on this. This is just a couple methods to use, there are many other ways of doing this.
Code:
[i]Disclaimer: You are doing this at your own risk, if anything goes wrong in the process I am not responsible[/i]
Method 1:MiniTool Partition Manager
I used MiniTool Partition Manager for this.
After you install it and open it, select Disk & Partition Management from the main screen. Then you'll get this window. Make sure you select the correct disk from the list. It should be listed as Removable and list the size of the MicroSD card. Right click on each partition listed for that disk and select Delete.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
After you have deleted all the partitions, right click on the Unallocated space for that drive and select Create.
On the next window it will have all the partition information. Make sure you select Fat32 or exfat, depending on how your card was setup previously for your switch. If you're not sure which one to use, just select Fat32.
After that it will show the partition to be created. I selected exFat because that's how I had my SD card set up for my Switch. Finally the most important part, click Apply in the upper left corner. Without doing this the changes made above won't be applied to the card.
After it's completed, you will get this window telling you that everything was successful.
Method 2iskpart
Warning: This method is all text based and there's no GUI. It's a lot easier to make things worse on your computer if you make a mistake. This is for more advanced Windows users.
Step 1:First start by opening a command prompt
Step 2:Then type in "diskpart" (without quotes)
Step 3:Then type in "list disk"
Find the correct disk number based on the size, in my case, it's Disk 2. This is the most important part. Selecting the wrong disk can royally mess up your computer.
Step 4:Type "select disk 2"(or whichever your disk number is)
Step 5:Type "list partition"
Step 6:Type "select partition #"
Step 7:Type "delete partition" initially I had 0 and 1 show up. I deleted partition 0, then diskpart had an error with the RPC service. I had to type exit to exit diskpart, then started at step 2 again and continued through to step 6. After step 5 it displayed a bunch of Partition 0.
Step 8:Type "delect partition 1", then "delete partition 1", then "list partition" repeat until all the partitions on that disk have been deleted.
Step 9:Type "create partition primary" After it tells you the partition was created successfully, you can close out of the command prompt.
Step 10pen your file browser and right click on the removeable disk and click on format.
Step 11:At this point the capacity should show the fully size of the SD card. Complete the format and your card is back to normal

Much quicker and easier way is to use SD Card Formatter from here and select the volume with a long name, rather than any drive letters. This'll quickly format the whole SD to a single standard partition.

Good to know, I always like to over-complicate things anyway. lol

Dude, easiest way is:
1) Open diskpart
2) list disk
2) select [disk number]
3) clean
4) create partition primary
5) open file explorer and do quick format

singing-potato123 said:
3) clean
Click to expand...
Click to collapse
Wow, I had no idea that command exists. I've been doing things the hard way for many years now. That's good to know. Thank you.

Related

CUSTOM USB/Drive ICON for XPERIA

Change XPERIA memory card ICON
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Step 1: Put files "autorun.inf" and "xperia.ico" in memory card without making any folder.
if you want to edit drive letter lebal then
Step 2: open notepad
Step 3: File>open and locate "autorun.inf"
Step 4: Change the name next to "lebal=" to your choice. i.e. (lebal=xperia x10)
Step 5: File>save
If you want to hide the files
Step 2: open "command prompt". (click start>run and type cmd)
Step 3: go to Card designation i.e. Hcheck your xperia memory card drive letter)
step 4: type with quotes " attrib +s +h autorun.inf" and press enter
step 5: type with quotes " attrib +s +h xperia.ico" and press enter
step 6: type exit
Now right click on file and click properties. check read only and uncheck archive.
Reconnect your phone/card from computer.
ashrafalm said:
Change XPERIA memory card ICON
Step 1: Put files "autorun.inf" and "xperia.ico" in memory card without making any folder.
if you want to edit drive letter lebal then
Step 2: open notepad
Step 3: File>open and locate "autorun.inf"
Step 4: Change the name next to "lebal=" to your choice. i.e. (lebal=xperia x10)
Step 5: File>save
If you want to hide the files
Step 2: open "command prompt". (click start>run and type cmd)
Step 3: go to Card designation i.e. Hcheck your xperia memory card drive letter)
step 4: type with quotes " attrib +s +h autorun.inf" and press enter
step 5: type with quotes " attrib +s +h xperia.ico" and press enter
step 6: type exit
Now right click on file and click properties. check read only and uncheck archive.
Reconnect your phone/card from computer.
Click to expand...
Click to collapse
If you want to hide the files, simply right click on 'autorun.inf'/'xperia.ico' and select 'properties'. Select 'hidden'.
Ta-da! If you crack open Root Explorer, the files will still appear due to the way Linux handles files.
it is useful when using on windows as mass drive..

[Q] Recognizing ext4 external SD

After reading several threads here and over google, I decided to try formatting my external SD to ext4.
I downloaded MiniTool Partition Wizard and did everything as requested. It apparently did format to ext4, but my cellphone did not recognize the SD card.
I had to turn it back to FAT32 in order to be recognized.
I'm using dlevROM fully rooted.
I would appreciate if someone could help me thru this.
Thanks.
erreum said:
After reading several threads here and over google, I decided to try formatting my external SD to ext4.
I downloaded MiniTool Partition Wizard and did everything as requested. It apparently did format to ext4, but my cellphone did not recognize the SD card.
I had to turn it back to FAT32 in order to be recognized.
I'm using dlevROM fully rooted.
I would appreciate if someone could help me thru this.
Thanks.
Click to expand...
Click to collapse
Why don't you format the sd card by using the phone itself?
I do not bother which file system is used as long as the read/write response times are OK and everything is stable.
And after formatting the sd card with your phone, it will be recognized ... that's for sure.
Because when you format thru the phone it formats in FAT32. And I don't wan't to use FAT32, I must use a file system which enables me to copy files over 4GB.
I've tried once again today to format my microSD. This time I tried to ext3, but the result was the same.
After formatting via MiniTool Partition phone says it's damaged and asks if I want to format. After formatting thru the phone it returns back to fat32 and works perfectly. I REALLY don't know what to do anymore.
May you guys please help me?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
I've been trying for the last couple days too, I don't think its possible without some OS changes. Hopefully ICS will handle it better.
If all you care about is being able to have files > 4GB, you might try NTFS instead of ext4. There is a kernel mod floating around that will let you use NTFS-formatted SD cards; IIRC, it's called ntfs.ko. A search might turn up something.
Try this on a shell (terminal app or adp) after formatting the card to ext4:
Code:
su
mount -t ext4 /dev/block/mmcblk1p1 /mnt/sdcard/external_sd
ignore the "damaged card" message and try to access it via a filemanager.
erreum said:
I've tried once again today to format my microSD. This time I tried to ext3, but the result was the same.
Click to expand...
Click to collapse
Do you know for sure that the ROM/Kernel that you're using supports ext4 partitions? ext4 should be enabled at kernel to be able to use it in your phone, else the kernel doesn't know what you're trying to mount and it won't work.
If you're sure it should work, try partitioning the SD card with another tool, such as GParted. There are some partitioning tools that don't work well in certain situations. Try loading the partitioned SD card on GParted and see if it displays correctly the partition information. Maybe the program you're using isn't saving the info correctly.

Link2SD Miracle V4

I'm following this guide,
http://forum.xda-developers.com/showthread.php?t=1476121&highlight=link2sd
I've 2 partition created, First one is FAT32 Primary for storage file and Second one is ext3 Primary for cache/data to store, but when I launch Link2SD and choose FAT32/FAT16 as the tutorial stated it, I get this error
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
same with my problem
dredremon said:
same with my problem
Click to expand...
Click to collapse
Don't know if this is a Rom issue or must be a different way to fix this
Im scared to try to fix coz im scared to format my sd card ..
IM NOT SPAMING . IM ASKING THIS IS A FORUM SITE **** U
-Sent using XDA Premium
Try a different mount script for link2SD. Try ext3 since your partition is ext3. Try ext2 if that doesn't work.
dxppxd said:
Try a different mount script for link2SD. Try ext3 since your partition is ext3. Try ext2 if that doesn't work.
Click to expand...
Click to collapse
But the tutorial I'm following states that to select FAT32/FAT16, I don't want to mess up with my memory card
it will be ok,
mine using MIRACLEv4
8GB memory = First Part. 6.5GB FAT32 + Second Part. 1GB ext3
using mount script for ext3,
im using link2sd wid miracle v4..
formatted my sd card as fat32 and ext3 as my extension
reboot and then choose ext3 as ur 2nd partition..
it should be working
never used miracle but on dt the first partition is for apps and the 2nd is the larger storage partition. So you could try swapping the order round.
I saw some tutorial too, when they told to select the format of the first partition, then the format of the second one. But either it is based on an old version or simply wrong. When i installed link2sd yesterday, it only asked for the second partition, as the first is already handled by the system.
You have to choose the ext 3 partition. The fat32 partition already can be read by the phone. But to move apps to the ext 3 partition it is necessary to create the mountscript wich enables reading the ext 3 partition, too.
After choosing the ext 3 partition you have to reboot to apply the script: then it's possible to create the links to ext 3 (moving the apps to the new intern storage/ext 3 parition)
By creating the new mountscript you don't create a new partition (you don't delete the storage); you just cretae the script to read the partition

[HOW TO] Backup and Restore all your data (16 GB or 32 GB size) with OTG

I don't know where I inspired to do this but it is most efficent way to backup and restore opinion.
Sometimes backuping and restoring partitions like /system /data etc. messing up the device. This method bootup normally all the time after restoring.
krezee:
Complete and foolproof bkp step. Ignoring possibility of typo.
Ability to recover completely as long as recovery is working
Yes thats right so be careful when typing!
You need 16 GB or 32 GB USB memory (formatted with exfat) and OTG CABLE
16 GB or 32 GB depends on memory size which you are using.
Begin with %100 battery every time you backup and restore
because using the OTG takes a lot of power and this process takes 30-40 minutes or more.
Backup Process
Connect your USB memory with OTG cable type it in Terminal emulator
Code:
su
Code:
dd if=/dev/block/mmcblk0 of=/mnt/media_rw/USBstorage1/mmcblk0 bs=4k
Optionally you can turn on flight mode while backupping
If process finished terminal emulator looks like this:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Restore Process
1. Connect the OTG cable
2. Boot up to the TWRP recovery
3. Check OTG and /system mounted or not (if not Reboot > Recovery then check again)
4. Advanced > Terminal Command
5. While in root folder " / " press select
6. type:
Code:
dd if=/usb_otg/mmcblk0 of=/dev/block/mmcblk0 bs=4k
It will takes some time and sometimes TWRP lockscreen blinks, locks over and over again. Sometimes you can't unlock lockscreen because it is 5 times locked(or more) It is ok. Leave the phone and check after 20 min.
After process done boot up
Q: Why it is useful so much?
A: This process backup all your partitions in ONE partition --> mmcblk0 and one file.
Q: Can I use for IMEI lost problems
A: Definitely yes.
Q: I will try another rom but what if I don't like?
A: Take a backup like that install your rom and you don't like it restore your backup without messing your phone!
Also HDD/SSD can be used. With external box or usb converter for sure.
Yes you can I would prefer SSD, HDD sounds like power drainer.
In addition you have to format it exfat your SSD or HDD I think, if not device cannot mount the drive.
Edit: You can use mini partition tool to partition and create a partition ext4 and backup in there. Now it doesn't take so long with bs=4k you can use that method with external hdd or maybe ssd.
Complete and foolproof bkp step. Ignoring possibility of typo.
Ability to recover completely as long as recovery is working
Thanks
krezee said:
Complete and foolproof bkp step. Ignoring possibility of typo.
Ability to recover completely as long as recovery is working
Thanks
Click to expand...
Click to collapse
Very important point yes if recovery not working you can't restore
And typo may cause memory full error when recovery process is running
Checking file size can be useful (16 gb or 32 gb when its done)
Thanks for your attention I added to thread.

Question How do I recover a deleted sub-folder & removed from recycle bin when I don't know the sub-folder name?

A folder got thrown into the recycle bin in error & the recycle bin has been cleared today. I didn't even know the folder was gone till I went to access it & could no longer find it. I have searched the entire drive thinking maybe it got moved. Nope. It is Gone!
The problem is, that I do NOT know the name of this sub-folder
I have been attempting to recover the folder & all its contents using MS Windows File Recovery App. However, I have only been able to guess at the sub-folder name. I do know that this sub-folder contains only "xdoc" files.
Ex: C:Users\my-user-name\my-folder\unknown-folder\*.xdoc
I have simply entered on "Windows File Recovery App" at the command prompt:
winfr c: d: /n Users\my-user-name\my-folder\guess-this unknown-folder\*.xdoc
my-user-name = my user name
my-folder = a sub folder
unknown-folder = the sub-folder where all my deleted stuff resides, only I don't know the name of it.
guess-this unknown-folder = the various possible iterations of said unknown sub-folder.
I have also tried this on the command prompt, completely eliminating the sub-folder name. I thought it possible that the App would simply get ALL items including the sub-folder AND it's files.
winfr c: d: /n Users\my-user-name\my-folder\*.xdoc
FAIL
But even though there ARE "xdoc" files in that other sub-folder, the Windows File Recovery App ONLY searches that last folder called out and NOT any sub-folders. ie: Apparently it ONLY searches for files
I have been guessing at possible names of this sub-folder only to come up empty.
PS> I have also searched download.cnet.com/ for a free-bee utility that might solve my problem, only to come up empty.
- - - - - - - - - - - - - - - - - -
Q1: Is there a way to FIND the name of the sub-folder after it has been removed from the recycle bin?
OR
Q2: How can I get my files back without knowing the name of that last sub-folder?
OR
Q3: is there ANOTHER way to recover an unknown folder w/o buying some utility?
If you haven't enabled the File History feature on your Windows 11 system, my guess is you have lost.
Always Use File History to Preserve Important Files on Windows 11
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
xXx yYy said:
If you haven't enabled the File History feature on your Windows 11 system, my guess is you have lost.
Always Use File History to Preserve Important Files on Windows 11
Click to expand...
Click to collapse
I see that "File History" requires a 2nd partition or drive. Currently, I only have the "C" drive & have no idea how to create a "D" partition.
So, you are correct - No File History means I lost them. But I would like to be prepared next time and have a "D" drive available.
You at any time can partition the C drive via
Disks & volumes settings on Windows 11​
How-to here:
How to manage storage devices on Windows 11
Here are the steps to use the Disks & volumes settings and Disk Management consoles to manage storage devices on Windows 11.
www.windowscentral.com
It works on both a HDD and a SSD.
Of course other guides exist, too: GIYF ...
same here i also lost important file permanent deleted
file was few mb is there anyway to recover it

Categories

Resources