mirror of
				https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
				synced 2025-10-29 23:38:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| # Android fstab file.
 | |
| #<src>                  <mnt_point>         <type>    <mnt_flags and options>                               <fs_mgr_flags>
 | |
| # The filesystem that contains the filesystem checker binary (typically /system) cannot
 | |
| # specify MF_CHECK, and must come before any filesystems that do specify MF_CHECK
 | |
| 
 | |
| 
 | |
| # system and vendor partition will be early-mounted by kernel
 | |
| # /dev/block/platform/13500000.dwmmc0/by-name/SYSTEM	/system		ext4	ro,errors=panic		wait
 | |
| /dev/block/platform/13540000.dwmmc0/by-name/CACHE	   /cache	  ext4      nosuid,nodev,noatime,noauto_da_alloc,discard,journal_async_commit,errors=panic    wait,check
 | |
| /dev/block/platform/13540000.dwmmc0/by-name/CACHE     /cache     f2fs      nosuid,nodev,noatime,rw,inline_xattr                                              wait,check,formattable
 | |
| /dev/block/platform/13540000.dwmmc0/by-name/USERDATA  /data      ext4      nosuid,nodev,noatime,noauto_da_alloc,discard,journal_async_commit,errors=panic    wait,check,formattable,encryptable=footer,length=-16384
 | |
| /dev/block/platform/13540000.dwmmc0/by-name/USERDATA  /data      f2fs      nosuid,nodev,noatime,rw,inline_xattr                                              wait,check,formattable,encryptable=footer,length=-16384
 | |
| /dev/block/platform/13540000.dwmmc0/by-name/EFS		   /efs	     ext4      nosuid,nodev,noatime,noauto_da_alloc,discard,journal_async_commit,errors=panic    wait,check
 | |
| /dev/block/platform/13540000.dwmmc0/by-name/CPEFS     /cpefs     ext4      noatime,nosuid,nodev,noauto_da_alloc,discard,journal_async_commit,errors=panic    wait,check
 | |
| 
 | |
| # VOLD
 | |
| /devices/13560000.dwmmc2/mmc_host/mmc*                    auto        auto    defaults    voldmanaged=sdcard1:auto,encryptable=userdata
 | |
| /devices/13600000.usb/13600000.dwc3/xhci-hcd.2.auto/usb*  auto        auto    defaults    voldmanaged=usb:auto
 | 
