Apps On Sd Card EXT2 Partition - G1 General

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?"

Related

microsd issue

hey people
ive run into a bit of a problem i removed my 8gb microsd card from my htc magic and formatted it to fat32 and also have created a fat 32 partition on it named EXT2, now heres where the issue arrises i place it back into the phone and swicth it on plug it into the usb on my vista laptop and mount the card through the phones options but it doesnt show up in the windows explorer so i can transfer anything to it? however if i put it in an adaptor and run windows explorer it sees it no probs, any ideas how to get the remount working!!!!
also does the scond partition need to be fat32 also or ? and ive called it EXT2 in caps not ext2 in lower case will this be an issue
stevetigersix said:
also does the scond partition need to be fat32 also or ? and ive called it EXT2 in caps not ext2 in lower case will this be an issue
Click to expand...
Click to collapse
Your problem here is you don't understand the difference between FAT32 and EXT2 file systems. Google is your friend...do some reading. Your Windows won't be able to read an EXT2 partition without some specialist software. A Linux PC will be able to read both.
Creating a FAT32 partition and naming EXT2 is not an EXT2 partition. I'd suggest you download a Linux Live CD e.g. Ubuntu and run Gparted to create a EXT2 partition on your SD Card.
The Android runs using a Linux Kernel and natively supports EXT2.

How do i format my ext2 partition?

Is there a way to format my ext2 partition without reformating the whole SD card? I have some Hero apps on there from when i installed JacHero ROM and i want to remove the app_s folder from my ext2 partition...
Thanks!
nephron said:
Is there a way to format my ext2 partition without reformating the whole SD card? I have some Hero apps on there from when i installed JacHero ROM and i want to remove the app_s folder from my ext2 partition...
Thanks!
Click to expand...
Click to collapse
use linux, mount sdcard, open gparted, unmount the card, right-click on the card, click resize, make the first partition smaller, format unallocated space to ext2.
use search
Paragon Partition Manager 9
or
adb shell
rm /system/sd/app_s
if u r using windows
i suggest u try Acronis Disk Director Suite. easy and safe.

[Q] Failed to setup APP2SD

Hey guys,
I decided to setup my sd card today cause my phone internal memory was constantly running out. I followed the stickies on how to partition the SD using EASEUS. After I partitioned the app2sd partition, i booted up my phone. The phone says there is no sd card. So i rebooted the phone and mount my SD card through recoverymod. I can still see my sd card and files inside of it, but it only has 7GB left instead of 8GB. EASEUS too only detects only one partition of 7GB. Other then mounting the storage through recoverymod's Mounting USB Storage, the sd card cant be mounted anywhere else. Recoverymod shows Error: failed to mount /sdcard for all functions that require the sd card.
Has anyone came across this problem and fixed it ?
ackz said:
Hey guys,
I decided to setup my sd card today cause my phone internal memory was constantly running out. I followed the stickies on how to partition the SD using EASEUS. After I partitioned the app2sd partition, i booted up my phone. The phone says there is no sd card. So i rebooted the phone and mount my SD card through recoverymod. I can still see my sd card and files inside of it, but it only has 7GB left instead of 8GB. EASEUS too only detects only one partition of 7GB. Other then mounting the storage through recoverymod's Mounting USB Storage, the sd card cant be mounted anywhere else. Recoverymod shows Error: failed to mount /sdcard for all functions that require the sd card.
Has anyone came across this problem and fixed it ?
Click to expand...
Click to collapse
It seems that your sdcard is corrupted.
Try to backup all data and reformat all partitions in linux
Windows can't recognize second partition on sdcard & it can sometimes mess up the partition.
Try GParted (google it).
d4rkkn16ht said:
It seems that your sdcard is corrupted.
Try to backup all data and reformat all partitions in linux
Windows can't recognize second partition on sdcard & it can sometimes mess up the partition.
Try GParted (google it).
Click to expand...
Click to collapse
I tried browsing my SD card through GParted ( linux version and boot cd version), and all of them shows only 1 partition of 7gbs. One G is still missing and sd card still fails to work .
ackz said:
I tried browsing my SD card through GParted ( linux version and boot cd version), and all of them shows only 1 partition of 7gbs. One G is still missing and sd card still fails to work .
Click to expand...
Click to collapse
Did you make a backup of your sd before creating the sd ext partition
? Should be written in each tutorial concerning sd ext creation.
Otherwise your data is no more.
As already written, windows is not able to read a sd ext partition. its fully right, that your fat32 partition shows only 7gb, the other 1gb is used from the sd ext and not viewable by windows.
...to create a sd-ext very easy go into cwm-advanced-format sd card and chose 1gb ext 0 swap.
Sent from my HTC HD2 using XDA Premium App
ackz said:
I tried browsing my SD card through GParted ( linux version and boot cd version), and all of them shows only 1 partition of 7gbs. One G is still missing and sd card still fails to work .
Click to expand...
Click to collapse
Try this :
Backup all data in your micro SD.
Open & boot your computer using Gparted Linux / Parted Magic Linux / any other linux that has GParted / Parted inside its LiveCD
Run Gparted.
Delete all partitions.
Options:
Create sd-ext partition using GParted :
Create 1 fat32 Partition (as Primary) & adjust the size to your liking
Create 1 ext3/ext4 (as Primary...check if your android kernel support ext4) & adjust the size to your liking (usually 1 - 2 GB is enough)
Create sd-ext partition using CW Recovery:
Create fat32 Partition (as Primary...use all space)
Boot HD2 into AD Recovery
Go to Advanced menu
Format & choose sd-ext partition options
Flash your fav. ROM
Notes:
I personally like Parted better than GParted as it's a lot quicker & more advanced options (GParted is only a front-end for Parted).
Parted is for advanced user & TUI.
If you want to try Parted,make sure you read the manual & understand everything related to your actions (open console / terminal & type : man parted)
Use Parted using Root access (open console / terminal & type : sudo parted).
Use it with caution as it can wipe all of your hard drive data !
For more info about Parted try this link :
GNU Parted

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] Easier way to move media to my sd card?

I am running CM7 on SD card that has a storage partition of about 6 gig.
When I run stock Nook Color USB, it's easy to set up folders in My Files and fill them with magazines, ebooks, pdf files, videos, etc. on the EMMC.
Then under CM7, I have been using File Manager to move the files one by one to the SD card.... a tedious process.
Or I have been able to use DropBox to export the files one by one to the SD card .... even slower and more tedious
I've tried to get EASEUS Partition Master to activate the storage partition so I could just drop files in there, but all I can ever see is the boot partition on my PC.
There has to be an easier way, right ?
Just plug the Nook in via USB and then you need to open your status bar and mount as USB. You will then have two new drives on your PC, one for EMMC and one for your SD card.
Sent from space
THATS more like it. Working great now and thanks!
edit /system/etc/vold.fstab on stock and change first auto for SDCARD to 4 and you can use the same partition for stock and sd ROM for the SDCARD
in your CM7...
either use terminal app or adb shell:
mkdir /sdcard/tmp
mount /dev/block/mmcblk0p1 /sdcard/tmp
Then edit /sdcard/tmp/etc/vold.fstab to make the following change:
Code:
dev_mount sdcard /mnt/sdcard auto auto /devices/platform/usb_mass_storage/lun1 /devices/platform/mmci-omap-hs.0/mmc_host/mmc1
CHANGE TO
dev_mount sdcard /mnt/sdcard 4 auto /devices/platform/usb_mass_storage/lun1 /devices/platform/mmci-omap-hs.0/mmc_host/mmc1

Categories

Resources