![]() |
2012-12-06
, 07:45
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#2
|
fdisk -l fdisk -l /dev/mmcblk0p1
The Following User Says Thank You to thedead1440 For This Useful Post: | ||
![]() |
2012-12-06
, 08:04
|
Posts: 16 |
Thanked: 12 times |
Joined on Oct 2012
@ chicago, IL
|
#3
|
Did you re-format the blocks of your mmc partition?
Also paste the output of the following from terminal:
Code:fdisk -l fdisk -l /dev/mmcblk0p1
![]() |
2012-12-06
, 17:07
|
Posts: 16 |
Thanked: 12 times |
Joined on Oct 2012
@ chicago, IL
|
#4
|
![]() |
2012-12-06
, 22:22
|
Community Council |
Posts: 4,920 |
Thanked: 12,867 times |
Joined on May 2012
@ Southerrn Finland
|
#5
|
Disk /dev/sda: 9453 MB, 9453436928 bytes
64 heads, 32 sectors/track, 9015 cylinders, total 18463744 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
The Following User Says Thank You to juiceme For This Useful Post: | ||
![]() |
2012-12-07
, 02:00
|
Posts: 16 |
Thanked: 12 times |
Joined on Oct 2012
@ chicago, IL
|
#6
|
That looks like your computer's disk.
What thedead wanted you to do would propably have been to take the fdisk from your device, like this;
~ #
~ # /sbin/sfdisk -l
Disk /dev/mmcblk0: 1957120 cylinders, 4 heads, 16 sectors/track
Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/mmcblk0p1 16 1760511 1760496 56335872 c W95 FAT32 (LBA)
/dev/mmcblk0p2 1760512 1891583 131072 4194304 83 Linux
/dev/mmcblk0p3 1891584 1957119 65536 2097152 83 Linux
/dev/mmcblk0p4 0 - 0 0 0 Empty
Disk /dev/dm-0: 0 cylinders, 0 heads, 0 sectors/track
sfdisk: ERROR: sector 0 does not have an msdos signature
/dev/dm-0: unrecognized partition table type
No partitions found
~ #
![]() |
2012-12-07
, 04:36
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#7
|
anyways i was trying to flash a dual boot kernel image for nitdroid and i had everything going good until i rebooted. Now my phone isnt recognized under mass storage mode and MyDocs seems to be non existant. Could anyone assist me with this??