problem with sdcard - Galaxy S I9000 General

I have some problem with my external sdcard. 16 gb. I have last froyo xxkp
I have 2 gb of music, backup, wallpapers etc, if i mount sdcard via usb those files exist, if use a card reader those file exist; I can copy , cut and paste folder and files in this sdcard by windows, ubuntu, but astro or root explore can't read this files,i try to formated sdcard with ubuntu (gparted) on windows and my SGS but if copy file by using device all works but if use windows in mass memory device dont' read modifies

that's very interesting
which format are you using?
make sure you use default FAT32 size for the 16GB external SD

yes FAT 32, i try to format without check Fast format in windows xp.

it's stupid... froyo is different
eclair 2.1 = /sdcard/sd
now with froyo is
/sdcard/external_sd
now i seen all files...

Related

Apps On Sd Card EXT2 Partition

How can I view the files on my sd card in the ext2 partition?
I have one fat32 and one ext2 which my apps are on but every file viewer app in my G1 phone or computer only lets me see whats in the fat32 one, so how could I access it it?
I have windows vista and ubuntu (which I dont know how to use well) pc
and my sd card is an 8gb class 6 with 500 mb of the ext2 and rest is fat32, I just want to access the ext2 and view its files
someone please help and thank you
tanner2007 said:
How can I view the files on my sd card in the ext2 partition?
I have one fat32 and one ext2 which my apps are on but every file viewer app in my G1 phone or computer only lets me see whats in the fat32 one, so how could I access it it?
I have windows vista and ubuntu (which I dont know how to use well) pc
and my sd card is an 8gb class 6 with 500 mb of the ext2 and rest is fat32, I just want to access the ext2 and view its files
someone please help and thank you
Click to expand...
Click to collapse
You would have to load ubuntu and use a card reader to view the files on your ext2 partition.
Or, as an alternative, you could download terminal emulator from the market. Open up the app, then type this:
$su
#cd /system/sd
to view the files in your ext2 partiton.
while your in /system/sd you may want to change to a different directory, such as app or data, you could use this command:
$su
#cd /system/sd
#cd app
#ls
where you would substitute app for another directory such as app-private, data, dalvik-cache, etc.
when you want to move up a directory type this:
#cd ..
and whenever you want to view whatever folders or files are present in the directory you're in, type this:
#ls
hope this helps.
if you are using ubuntu, you will need an sdcard reader, you won't be abel to ea dthe ext2 partition form windos (not that am aware of) inserd the sd card or i think if you plug the phone nd u have teh drivers ubuntu will read and mount the sd card should appear in yoru desktop both partitions with an icond of a hard drive
thanks but I wannna see and be able to move files and etc like in windows..well im new to ubuntu and not sure how but yes I have my phone and an sd card reader
so where are they located
am i just an idiot or what? i made an ext2 partition on my sdcard, and it wont let me put anything on it. i'm doing this half for my apps and half to install debian. but why the f cant i do anything with it?? it wont let me change permissions so am i in the reference to south park "f'd in the a?"

[Q] Make Copy Of Sd Card with Ext4 partition

Hello to everybody,
i have an 8 gb micro sd card in my htc hd2 with an ext4 partition that works with a nand rom. Now i would like to have a 16 gb sd card and i would like to copy all the exact content of my 8 gb card on the new one including the ext4 partition with all the files i have in it so i don't have to reset my hd2 and reinstall everything. I hope somebody can help me. I'm running on win vista.
Thanks
me too
I want to know how to copy that partition
thanks..
Geez. Nobody? We have some really bright people on this forum and I'm looking for the same thing.
Before people jump all over me for commenting on a thread that hasn't received a post in over one month....had there been an answer posted, I wouldn't have replied
download a linux boot disk image, ubuntu or something. boot your pc to it in live disk mode, and it can see both your sd card partitions, and copy to/from them. you can use it to partition up the new card with ext4 and fat32 too.
So create your new disk, with empty partitions, and just copy the stuff across. the phone wont know any different.
if memory serves, when you plug in the phone in hard disk mode, the partitions appear after a short while on your desktop as two seperate drives, , if you right click one, choose format(DON'T CLICK OK!) or maybe properties, it will bring up a box, choose disk tools button ((i think, its turned off at the mo, cant check)) and it will give you all the tools you want to create, edit, move resize partitions in fat32 and ext2/3/4.
Even easier...
-Backup your ROM using CWM,
-Create a folder on your computer and copy all the files from the SDcard to the folder (from here on "back-up" will be used to refer to this folder).
-Partition your sdcard with ext4 partition however you want
-Copy contents of "back-up" back to the sdcard
-Use CWM restore function to restore including ext4 partition
Simple and easy.

How to mount ext4 formated sd in Overcome ROM

This article is a google translate from my article in Greek from here: http://fwlia.k0uk0s.gr/2011/07/mount-ext4-formated-sd-android.html
Sorry for any language mistakes
Well, quick and dirty way to mount ext4 file system on the external sd.
1) We need external sd and kernel with ext4 support (Overcome has)
2) Format from a Linux machine the sd to ext4. The best way is to format the sd from a card reader. If you want fat32 partition, put it first and then the ext4
3) Put the card into the device and do boot. The android will grumble that there is a problem with sd, ignore it. If you have the first partition fat32, it will not say anything
4) In the internal sd (the fat32 which has the device from factory) you make a folder called external_sd. Most of you must have the directory
5) You install on android the http://market.android.com/details?id=os.tools.scriptmanager
6) you make a folder in the internal sd named scripts and there you make a text file named mount.ext4 and this content:
#! / System / bin / sh
mount-t ext4 / dev/block/mmcblk1p1 / sdcard / external_sd
7) If you put the first fat32 partition, then change mmcblk1p1 mmcblk1p2
8) Finally, in the Script Manager we installed before, pick the mount.ext4 and tick run as root and run at boot
Reboot and complete.
I have yet to find a way to become the ext4 unmount when the device connect to usb.
Now you can put that hd movies in sd whithout the 4gb per file fat32 limitation. You just need a linux machine to copy them in sd.
Have a nice day
Thanks Alot!
Dude, you are my hero! Hate FAT32 like the plague. Now I can rid myself of it once and for all!
yeah! it's done, good job. but i have some bug to report can not use Mass storage to connect to PC , can be connect by Samsung Kies only.
pisit99 said:
yeah! it's done, good job. but i have some bug to report can not use Mass storage to connect to PC , can be connect by Samsung Kies only.
Click to expand...
Click to collapse
A normal Win PC doesn't know about ext4... As the OP states you'll need a Linux-machine to work with.

[Q] ExFAT is read-only on GS4 (i9505)

I've got a 32 GB SD card which I've formatted to exFAT through Windows. The card works as expected when inserted in my PC; I can add, remove and change files. Though, I can not delete files I copied to it from my Windows PC when it's in my GS4, using stock Android 4.3. I can read files and strangely apps can read/write/delete files they create themselves. The problem is, if I delete a file in for instance ES File Explorer or any media player, the UI pretends to delete it (no errors given), but when I refresh the view, the file is still there.
I'm a bit stuck as it's a bit annoying having to move the card to my PC to delete files created on my PC.
Is there a low level difference in how Windows and Android devices handle exFAT? I can't format the card to exFAT from within the phone, it will only default to FAT32. I tried to download the "Official SD card formatter" from sdcard.org, but that one also defaults to FAT32 on 32GB SD cards.
Has anyone else had this problem? Not being able to delete files on an exFAT SD card? If so, how did you get around it without rooting the phone?

How to format SD card in fat32 or ntfs format?

hello everyone, i am using samsung sm-g900h with marshmallow in it and i have rooted my phone with twrp recovery. The phone is working very fine but i dont know from last 2 weeks i am not able to copy , paste , rename , move or delete any file from my external memory card using Es file explorer . i googled about that and did cmd things and disk management things too to format sd card using laptop but it always show RAW as format not NTFS or FAT32. I then deleted ( unallocated) the SD card and inserted it back on phone and formatted it from there and its showing everything fine... but while copying files from laptop it stops at random file for so many minutes and when i open the folder i see some coding languages files and folders in it like some virus or so...
Is there any solution of it or i have to buy new sdcard ?
Try putting the card into a USB reader in your PC, and use a program called "MiniTool Partition Wizard Free", delete all the partitions on the MicroSD card, create a new Primary partition, then format to FAT32, see if that fixes it for your phone

Categories

Resources