Samsung Galaxy Note Guide for repartition workaround to fix super-brick Note
plz someone tech me the best one command to esey used
cd..
cd..
cd adb
cd tools
adb.exe
adb devices
adb shell
it should give you the sign like this: ~ #
umount /cache
umount /system
umount /data
parted /dev/block/mmcblk0
if it aska you to fix something just choose yes. It should give you bellow:
parted /dev/block/mmcblk0
GNU Parted 1.8.8.1.179-aef3
Using /dev/block/mmcblk0
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted)
Then run:
print
It will give you a picture of your Note’s partitions as in the screen shots I have attached.
(text version is below):
print
print
Model: MMC VYL00M (sd/mmc)
Disk /dev/block/mmcblk0: 15.8GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags
1 4194kB 25.2MB 21.0MB ext4 EFS
2 25.2MB 26.5MB 1311kB SBL1
3 27.3MB 28.6MB 1311kB SBL2
4 29.4MB 37.7MB 8389kB PARAM
5 37.7MB 46.1MB 8389kB KERNEL
6 46.1MB 54.5MB 8389kB RECOVERY
7 54.5MB 264MB 210MB ext4 CACHE
8 264MB 281MB 16.8MB MODEM
9 281MB 1174MB 893MB ext4 FACTORYFS
10 1174MB 3322MB 2147MB ext4 DATAFS
11 3322MB 15.2GB 11.9GB fat32 UMS
12 15.2GB 15.8GB 537MB ext4 HIDDEN
quit
dd if=/dev/block/mmcblk0p7 of=/dev/null
dd if=/dev/block/mmcblk0p9 of=/dev/null
dd if=/dev/block/mmcblk0p10 of=/dev/null
dd if=/dev/block/mmcblk0p11 of=/dev/null
quit
e2fsck -f -c –y /dev/block/mmcblk0p7
e2fsck -f -c –y /dev/block/mmcblk0p9
e2fsck -f -c –y /dev/block/mmcblk0p10
e2fsck -f -c –y /dev/block/mmcblk0p11
e2fsck -f -c –y /dev/block/mmcblk0p12
parted /dev/block/mmcblk0
print
rm 9
rm 10
rm 11
mkpartfs primary ext2 3322 4215
mkpartfs primary ext2 4215 6362
mkpartfs primary fat32 6362 15200
name 9 FACTORYFS
name 10 DATAFS
name 11 UMS
quit
parted /dev/block/mmcblk0
print
Convert format for 9 and 10: The above steps have created three new partitions.
However, for 9 and 10 the format is ext2 and now need to be converted to ext4.
The easiest way is to go back to CWM in your phone.
Then,
go into mounts and storage menu and choose format /system
and format /data.
It will convert file system of partition 9 and 10 to ext4 automatically for you.
If the above steps are successful then check:
quit
parted /dev/block/mmcblk0
print
It is very, very unlikely that Cache is also faulty but in case there is you
can follow steps below to deal with it.
First should remove and recreate with same size and location:
Code:
(parted) rm 7
Then recreate it:
Code:
(parted) mkpartfs primary ext2 54.5 264
(parted) name 7 CACHE
Then you can go into CWM and format /cache, it will convert file system to ext4.
quit
parted /dev/block/mmcblk0
print
THAN u cant install all rom or restore ur backup clockworkmod
if still stuck at samsung for long time
reboot into recovery (hold Vol-Up + Home + Power until you arrive there [20-30 seconds])
u need to do whipe data/factory reset
no need wipe Devi
Number Start End Size File system Name Flags
1 4194kb 25.2MB 21.0mb ext4 EFS
2 25.2MB 26.5MB 1311kB SBL1
3 27.2MB 26.5MB 1311kB SBL2
4 29.4MB 37.7MB 8389kB PARAM
5 37.7MB 46.1MB 8389kB KERNEL
6 46.1MB 54.5MB 8389kB RECOVERY
7 54.5MB 264MB 210MB ext4 CACHE
8 264MB 281MB 16.8MB MODEM
9 3322MB 4215MB 893MB ext4 FACTORYFS
10 4215MB 6362MB 2147MB ext4 DATAFS
11 6362MB 15.2GB 8838MB fat32 UMS msftres
12 15.2GB 15.8GB 537MB ext4 HIDDEN
THAT IS MY DATA FROM RECOVERY
CAN ANY FRIEND HELP ME OR TECH ME TO SLOVE THIS PROBLEM
CAN I DO THIS
(parted)rm 12
rm 12
rm 12
(parted)delate rm 12
plase help


