Maine_Coon
Member
- Nov 19, 2011
- 121
- 14
Strange.
Mine is fine and has some stuff on it.
Mine is fine and has some stuff on it.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
When you copy all of the stuff over from the internal to the external sd card do you then delete it? And when you create an external folder do you put anything in it
Sent from my VTAB1008
Mmm interesting, I did a nandroid back up first too, thats a must. I will look over the file I edited to make sure I did it correct. But at least I have the internal storage working
Sent from my VTAB1008
First of all thanks alot! After much tinkering I got your solution to work.
What I'm now seeing is:
-Settings/ SD Card & Device Storage/
The option to Mount or Erase SD Card
Total and Available space are both 'unavailable'
-Internal storage
Total space is now 29.71GB
Available Space
-Application storage
Available space 487MB
You make this mod at your own risk. What worked for other users may not work for you.
Please note: mucking around in system files can cause your device to become unusable, a brick, toast (with no jelly), and mess it up bad. You accept all risk if you try this!!!!!!!
Here is what I did:
Here are what the two lines look like that you need to edit:
- Moved all of my apps that were "moved to Sd" back to the device
- Connected the VTAB to my PC with USB cable
- Mounted both the internal storage and SD card as USB Storage
- Copied everything from the internal storage to the Sd card
- Create a folder on the exterenal SD Card named "external"
- Unmount both the internal storage and sd card from my PC properly (varies by OS)
- I used Root Explorer to edit the vold.fstab file in /system/etc/
- I then restarted the VTAB
Code:dev_mount sdcard /mnt/sdcard[COLOR=#ff0000]/external[/COLOR] auto /devices/platform/sdhci-pxa.0/mmc_host/mmc1 dev_mount internalstorage /mnt/sdcard 4 /devices/platform/sdhci-pxa.2/mmc_host/mmc0
They end up as:
Code:dev_mount sdcard /mnt/sdcard auto /devices/platform/sdhci-pxa.0/mmc_host/mmc1 dev_mount internalstorage /mnt/sdcard[COLOR=#ff0000]/external[/COLOR] 4 /devices/platform/sdhci-pxa.2/mmc_host/mmc0
After a restart your external SD Card will now be mounted at /sdcard and the internal storage at /sdcard/external. This just swaps the locations that the two areas are mounted at.
Positive: You now have more space that is seen, by default, as the sd card.
Negatives:
I used Root Explorer to edit the file on the device. There are other file explorers that allow you to mount system folders as R/W and work with them. Root Explorer has a simple tab that you tap to change between RO and R/W.
- Stuff may run slower - using the best external SD Card you can afford will help here, but it will never be as fast as the internal storage.
- If you remove your external SD Card any apps that are located there and any data there will not be available.
- You may have to reinstall some apps.
- There may be other side effects that no one is aware of yet.
I have restarted the VTAB twice and the change has persisted.
DO NOT use the Unmount SD Card from the device settings under SD Card & Device Storage.
DO NOT format either the internal memory or the user installed SD Card using the device's settings menu.
You make this mod at your own risk. What worked for other users may not work for you.
SD Card & Storage page after mod (please view!)
I have attached my original and modified fstab files in the zip below.
Jtpboy,
Please view the image I linked to in the opening post. (added 11/25/2011) It shows what the SD Card & Storage settings page looks like on my VTAB after the mod.
It sounds like your internal storage is not mounted at all. Compare your edited file with the one I attached to the opening post (added 11/25/2011) to see if it is correct.
Again - be careful making mods to your device and I am not responsible if anything in this thread does harm.
Zip of both the modded and original fstab files.
You make this mod at your own risk. What worked for other users may not work for you.
Please note: mucking around in system files can cause your device to become unusable, a brick, toast (with no jelly), and mess it up bad. You accept all risk if you try this!!!!!!!
Here is what I did:
Here are what the two lines look like that you need to edit:
- Moved all of my apps that were "moved to Sd" back to the device
- Connected the VTAB to my PC with USB cable
- Mounted both the internal storage and SD card as USB Storage
- Copied everything from the internal storage to the Sd card
- Create a folder on the external SD Card named "external"
- Unmount both the internal storage and sd card from my PC properly (varies by OS)
- I used Root Explorer to edit the vold.fstab file in /system/etc/
- I then restarted the VTAB
Pretty Much YES. You are stuck this way. This whole thread was to fix the drive mount system, which has been fixed by the HC update.
The way that Vizio has been releasing updates for the tablet has been to fully seal up any of the known Rootable exploits before they are released to the public. Unless someone discovers a new undocumented exploit in Android 3.2.1, there will be no new root. This isnt just a Vizio problem, this is an android issue. You cant crack the yolk without cracking the whole egg open.