[Request] Upload Vold.fstab from Galaxy Tab 3 8.0

Search This thread

tempdroid

Senior Member
May 22, 2013
561
801
Hello,

can anyone upload the Vold.fstab from the Galaxy Tab 3 8.0. I want to compare this to the Tab 3 7.0 one.

You can find it in /system/etc.

Thank you in advance.
 

MechanicWB

Member
Jan 2, 2014
13
2
Hello,

can anyone upload the Vold.fstab from the Galaxy Tab 3 8.0. I want to compare this to the Tab 3 7.0 one.

You can find it in /system/etc.

Thank you in advance.

Can you send me the Tab 7.0 vold.fstab?? Please i messed up mine trying to put apps to the ext sd card :(
now it doesn't recognize the ext sd card :(

P.S: Sorry for don't having the Tab 8.0 Vold.fstab, hope someone else can send it to you :)
 

tempdroid

Senior Member
May 22, 2013
561
801
Can you send me the Tab 7.0 vold.fstab?? Please i messed up mine trying to put apps to the ext sd card :(
now it doesn't recognize the ext sd card :(

P.S: Sorry for don't having the Tab 8.0 Vold.fstab, hope someone else can send it to you :)

:) No problem, mate, here it is (could not attach it)

Code:
# Copyright (c) 2011, Code Aurora Forum. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
# met:
#     * Redistributions of source code must retain the above copyright
#       notice, this list of conditions and the following disclaimer.
#     * Redistributions in binary form must reproduce the above
#       copyright notice, this list of conditions and the following
#       disclaimer in the documentation and/or other materials provided
#       with the distribution.
#     * Neither the name of Code Aurora Forum, Inc. nor the names of its
#       contributors may be used to endorse or promote products derived
#       from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
# ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

## Vold 2.0 Generic fstab
## - San Mehat (san@android.com)
## 

#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...> 
## label        - Label for the volume
## mount_point  - Where the volume will be mounted
## part         - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
#storage_struct = series, "/storage/sdcard/extStorages"
#storage_struct = parallel
{
	supported_exfat = yes
}
dev_mount sdcard /storage/extSdCard auto /devices/platform/sdhci-pxav3.0/mmc_host/mmc1

#usb host device 
{
	media_type = usb
        supported_exfat = yes
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1

#usb host device 
{
	media_type = usb
        supported_exfat = yes
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1

#usb host device 
{
	media_type = usb
        supported_exfat = yes
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1

#usb host device 
{
	media_type = usb
        supported_exfat = yes
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1

#usb host device 
{
	media_type = usb
        supported_exfat = yes
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1

#usb host device 
{
	media_type = usb
        supported_exfat = yes
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
#EOF

If you manage to put apps on external sdcard, you can drop me a pm :)
 
  • Like
Reactions: MechanicWB

ketut.kumajaya

Recognized Developer
Apr 28, 2011
4,935
14,138
Bekasi
Code:
## Vold 2.0 Generic fstab
## - San Mehat (san@android.com)
##

#######################
## Regular device mount
##
## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
## label        - Label for the volume
## mount_point  - Where the volume will be mounted
## part         - Partition # (1 based), or 'auto' for first usable partition.
## <sysfs_path> - List of sysfs paths to source devices
######################
#storage_struct = series, "/storage/sdcard/extStorages"
#storage_struct = parallel
{
	supported_exfat = yes
}
dev_mount sdcard /storage/extSdCard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1/

#usb host device 
{
	media_type = usb
	supported_exfat = yes
}
dev_mount sda /storage/UsbDriveA auto /devices/platform/s5p-ehci

#usb host device 
{
	media_type = usb
	supported_exfat = yes
}
dev_mount sdb /storage/UsbDriveB auto /devices/platform/s5p-ehci

#usb host device 
{
	media_type = usb
	supported_exfat = yes
}
dev_mount sdc /storage/UsbDriveC auto /devices/platform/s5p-ehci

#usb host device 
{
	media_type = usb
	supported_exfat = yes
}
dev_mount sdd /storage/UsbDriveD auto /devices/platform/s5p-ehci

#usb host device 
{
	media_type = usb
	supported_exfat = yes
}
dev_mount sde /storage/UsbDriveE auto /devices/platform/s5p-ehci

#usb host device 
{
	media_type = usb
	supported_exfat = yes
}
dev_mount sdf /storage/UsbDriveF auto /devices/platform/s5p-ehci
#EOF
 
  • Like
Reactions: tempdroid

ketut.kumajaya

Recognized Developer
Apr 28, 2011
4,935
14,138
Bekasi
Thank you, Ketut. As far as I can see, they are identical, if I ignore the different devices.

Is moving apps to sd supported on your Tab? I heard, that Samsung put it in again on 4.2.2 devices...
I have my own solution to swap internal - external storage using a modified sdcard binary. Internal storage mounted to /storage/.sdcard and then bind mount it to /storage/sdcard0 . When boot completed, after external storage mounted, my script will unmount both internal and external storage, and then bind mount internal storage to /storage/extSdCard and mount external storage to /storage/sdcard0 .
 
  • Like
Reactions: tempdroid

tempdroid

Senior Member
May 22, 2013
561
801
I have my own solution to swap internal - external storage using a modified sdcard binary. Internal storage mounted to /storage/.sdcard and then bind mount it to /storage/sdcard0 . When boot completed, after external storage mounted, my script will unmount both internal and external storage, and then bind mount internal storage to /storage/extSdCard and mount external storage to /storage/sdcard0 .

Could you send me your modified binary and script? I would try, if I can port this to the T210.
Thank you, mate.
 

MechanicWB

Member
Jan 2, 2014
13
2
Thank you so much tempdroid, you are a life save :D

I'll tell you if i find a way to put the apps on the ext sdcard, thanks you so much :D

Sent from my SM-T210 using XDA Premium 4 mobile app

---------- Post added at 01:10 PM ---------- Previous post was at 12:48 PM ----------

You sent me the one form /system/etc.

The one i need is from the origin source etc folder, where the system folder is too. :(

Can you send me that one please? :(
 
Last edited:

tempdroid

Senior Member
May 22, 2013
561
801
Thank you so much tempdroid, you are a life save :D

I'll tell you if i find a way to put the apps on the ext sdcard, thanks you so much :D

Sent from my SM-T210 using XDA Premium 4 mobile app

If you manage you can try my ROM with extra game mod and enjoy GTA SA on your tab :):thumbup:

Or try it anyway.
 

tempdroid

Senior Member
May 22, 2013
561
801
In te same directory where the system folder is, there is one folder that is named etc.

(sorry for the bad english, i'm not english)


You mean fstab.pxa988?

Here are the contents of this:
Code:
## fstab has the following format:
##
## Any line starting with a # is a comment and ignored
##
## Any blank line is ignored
##
## All other lines must be in this format:
##   <source>  <mount_point> <fs_type> <mount_flags> <fs_options> <fs_mgr_options>
##
##   <mount_flags> is a comma separated list of flags that can be passed to the
##                 mount command.  The list includes noatime, nosuid, nodev, nodiratime,
##                 ro, rw, remount, defaults.
##
##   <fs_options> is a comma separated list of options accepted by the filesystem being
##                mounted.  It is passed directly to mount without being parsed
##
##   <fs_mgr_options> is a comma separated list of flags that control the operation of
##                     the fs_mgr program.  The list includes "wait", which will wait till
##                     the <source> file exists, and "check", which requests that the fs_mgr
##                     run an fscheck program on the <source> before mounting the filesystem.
##                     If check is specifed on a read-only filesystem, it is ignored.
##                     Also, "encryptable" means that filesystem can be encrypted.
##                     The "encryptable" flag _MUST_ be followed by a : and a string which
##                     is the location of the encryption keys.  I can either be a path
##                     to a file or partition which contains the keys, or the word "footer"
##                     which means the keys are in the last 16 Kbytes of the partition
##                     containing the filesystem.
##
## When the fs_mgr is requested to mount all filesystems, it will first mount all the
## filesystems that do _NOT_ specify check (including filesystems that are read-only and
## specify check, because check is ignored in that case) and then it will check and mount
## filesystem marked with check.
##
##
/dev/block/mmcblk0p14    /system             ext4      ro,noatime                                           wait
/dev/block/mmcblk0p6    /efs               ext4      noatime,nosuid,nodev,journal_async_commit,errors=panic    wait,check
/dev/block/mmcblk0p15    /cache              ext4      noatime,nosuid,nodev,journal_async_commit,errors=panic    wait,check

# data partition must be located at the bottom for supporting device encryption
/dev/block/mmcblk0p17 /data ext4 noatime,nosuid,nodev,noauto_da_alloc,journal_async_commit,discard,errors=panic    wait,check,encryptable=footer
 

MechanicWB

Member
Jan 2, 2014
13
2
In the same directory as the system folder you have the etc folder, has you can see in the picture. In the etc folder you have the vold.fstab file, not in the system folder. Sorry for the trouble, please help me :(

Sent from my SM-T210 using XDA Premium 4 mobile app
 

Attachments

  • 1389445640171.jpg
    1389445640171.jpg
    57.8 KB · Views: 79

tempdroid

Senior Member
May 22, 2013
561
801
In the same directory as the system folder you have the etc folder, has you can see in the picture. In the etc folder you have the vold.fstab file, not in the system folder. Sorry for the trouble, please help me :(

Sent from my SM-T210 using XDA Premium 4 mobile app

I use solid explorer,I see etc under root, but this is just a link to /system/etc, so same file.
 

MechanicWB

Member
Jan 2, 2014
13
2
In mine its two seperated folders :(
Thanks for the help anyway mate ;)

Sent from my SM-T210 using XDA Premium 4 mobile app
 
Last edited:

tempdroid

Senior Member
May 22, 2013
561
801
In mine its two seperated folders :(
Thanks for the help anyway mate ;)

Sent from my SM-T210 using XDA Premium 4 mobile app

Hello @MechanicWB,

I had a look recently with Aroma File Manager in recovery and there was a different etc folder displayed.

If you were looking for the fstab file, here are it's contents.

Hope this will help you recover anything:

Code:
/dev/block/mmcblk0p15 /cache ext4 rw
/dev/block/mmcblk0p17 /data ext4 rw
/dev/block/mmcblk0p14 /system ext4 rw
/dev/block/mmcblk0p16 /preload ext4 rw
/dev/null /sdcard datamedia rw
/dev/block/mmcblk1p2 /sd-ext ext4 rw
/dev/block/mmcblk1p1 /external_sd auto rw
 
  • Like
Reactions: MechanicWB

MechanicWB

Member
Jan 2, 2014
13
2
Hello @MechanicWB,

I had a look recently with Aroma File Manager in recovery and there was a different etc folder displayed.

If you were looking for the fstab file, here are it's contents.

Hope this will help you recover anything:

Code:
/dev/block/mmcblk0p15 /cache ext4 rw
/dev/block/mmcblk0p17 /data ext4 rw
/dev/block/mmcblk0p14 /system ext4 rw
/dev/block/mmcblk0p16 /preload ext4 rw
/dev/null /sdcard datamedia rw
/dev/block/mmcblk1p2 /sd-ext ext4 rw
/dev/block/mmcblk1p1 /external_sd auto rw

Still doesn't work :( Thanks for the help anyway :( I found a vold.fstab that stabled the tablet, now the only problem is that he doesn't recognize the ext sdcard :c

Thanks for all your help tempdroid.
 

cruglow

New member
May 12, 2010
4
0
Can anyone help me? how to swap external n internal on tab 3 lite 7.0 stock rom 4.2.2 rooted?
 

Attachments

  • tab3litevold.zip
    1.3 KB · Views: 57

Top Liked Posts

  • There are no posts matching your filters.
  • 1
    Can you send me the Tab 7.0 vold.fstab?? Please i messed up mine trying to put apps to the ext sd card :(
    now it doesn't recognize the ext sd card :(

    P.S: Sorry for don't having the Tab 8.0 Vold.fstab, hope someone else can send it to you :)

    :) No problem, mate, here it is (could not attach it)

    Code:
    # Copyright (c) 2011, Code Aurora Forum. All rights reserved.
    #
    # Redistribution and use in source and binary forms, with or without
    # modification, are permitted provided that the following conditions are
    # met:
    #     * Redistributions of source code must retain the above copyright
    #       notice, this list of conditions and the following disclaimer.
    #     * Redistributions in binary form must reproduce the above
    #       copyright notice, this list of conditions and the following
    #       disclaimer in the documentation and/or other materials provided
    #       with the distribution.
    #     * Neither the name of Code Aurora Forum, Inc. nor the names of its
    #       contributors may be used to endorse or promote products derived
    #       from this software without specific prior written permission.
    #
    # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
    # WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
    # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
    # ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
    # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
    # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
    # WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
    # OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
    # IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    
    ## Vold 2.0 Generic fstab
    ## - San Mehat (san@android.com)
    ## 
    
    #######################
    ## Regular device mount
    ##
    ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...> 
    ## label        - Label for the volume
    ## mount_point  - Where the volume will be mounted
    ## part         - Partition # (1 based), or 'auto' for first usable partition.
    ## <sysfs_path> - List of sysfs paths to source devices
    ######################
    #storage_struct = series, "/storage/sdcard/extStorages"
    #storage_struct = parallel
    {
    	supported_exfat = yes
    }
    dev_mount sdcard /storage/extSdCard auto /devices/platform/sdhci-pxav3.0/mmc_host/mmc1
    
    #usb host device 
    {
    	media_type = usb
            supported_exfat = yes
    }
    dev_mount sda /storage/UsbDriveA auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
    
    #usb host device 
    {
    	media_type = usb
            supported_exfat = yes
    }
    dev_mount sdb /storage/UsbDriveB auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
    
    #usb host device 
    {
    	media_type = usb
            supported_exfat = yes
    }
    dev_mount sdc /storage/UsbDriveC auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
    
    #usb host device 
    {
    	media_type = usb
            supported_exfat = yes
    }
    dev_mount sdd /storage/UsbDriveD auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
    
    #usb host device 
    {
    	media_type = usb
            supported_exfat = yes
    }
    dev_mount sde /storage/UsbDriveE auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
    
    #usb host device 
    {
    	media_type = usb
            supported_exfat = yes
    }
    dev_mount sdf /storage/UsbDriveF auto /devices/platform/omap/musb-omap2430/musb-hdrc/usb1
    #EOF

    If you manage to put apps on external sdcard, you can drop me a pm :)
    1
    Code:
    ## Vold 2.0 Generic fstab
    ## - San Mehat (san@android.com)
    ##
    
    #######################
    ## Regular device mount
    ##
    ## Format: dev_mount <label> <mount_point> <part> <sysfs_path1...>
    ## label        - Label for the volume
    ## mount_point  - Where the volume will be mounted
    ## part         - Partition # (1 based), or 'auto' for first usable partition.
    ## <sysfs_path> - List of sysfs paths to source devices
    ######################
    #storage_struct = series, "/storage/sdcard/extStorages"
    #storage_struct = parallel
    {
    	supported_exfat = yes
    }
    dev_mount sdcard /storage/extSdCard auto /devices/platform/s3c-sdhci.2/mmc_host/mmc1/
    
    #usb host device 
    {
    	media_type = usb
    	supported_exfat = yes
    }
    dev_mount sda /storage/UsbDriveA auto /devices/platform/s5p-ehci
    
    #usb host device 
    {
    	media_type = usb
    	supported_exfat = yes
    }
    dev_mount sdb /storage/UsbDriveB auto /devices/platform/s5p-ehci
    
    #usb host device 
    {
    	media_type = usb
    	supported_exfat = yes
    }
    dev_mount sdc /storage/UsbDriveC auto /devices/platform/s5p-ehci
    
    #usb host device 
    {
    	media_type = usb
    	supported_exfat = yes
    }
    dev_mount sdd /storage/UsbDriveD auto /devices/platform/s5p-ehci
    
    #usb host device 
    {
    	media_type = usb
    	supported_exfat = yes
    }
    dev_mount sde /storage/UsbDriveE auto /devices/platform/s5p-ehci
    
    #usb host device 
    {
    	media_type = usb
    	supported_exfat = yes
    }
    dev_mount sdf /storage/UsbDriveF auto /devices/platform/s5p-ehci
    #EOF
    1
    Thank you, Ketut. As far as I can see, they are identical, if I ignore the different devices.

    Is moving apps to sd supported on your Tab? I heard, that Samsung put it in again on 4.2.2 devices...
    I have my own solution to swap internal - external storage using a modified sdcard binary. Internal storage mounted to /storage/.sdcard and then bind mount it to /storage/sdcard0 . When boot completed, after external storage mounted, my script will unmount both internal and external storage, and then bind mount internal storage to /storage/extSdCard and mount external storage to /storage/sdcard0 .
    1
    Could you send me your modified binary and script? I would try, if I can port this to the T210.
    Thank you, mate.
    Both binary and script in my kernel for Tab 2 http://xdaforums.com/showthread.php?t=2285366 . I will upload blackhawk kernel for T21x with "setprop persist.customboot.sdcard external" support.
    1
    In mine its two seperated folders :(
    Thanks for the help anyway mate ;)

    Sent from my SM-T210 using XDA Premium 4 mobile app

    Hello @MechanicWB,

    I had a look recently with Aroma File Manager in recovery and there was a different etc folder displayed.

    If you were looking for the fstab file, here are it's contents.

    Hope this will help you recover anything:

    Code:
    /dev/block/mmcblk0p15 /cache ext4 rw
    /dev/block/mmcblk0p17 /data ext4 rw
    /dev/block/mmcblk0p14 /system ext4 rw
    /dev/block/mmcblk0p16 /preload ext4 rw
    /dev/null /sdcard datamedia rw
    /dev/block/mmcblk1p2 /sd-ext ext4 rw
    /dev/block/mmcblk1p1 /external_sd auto rw