The Following User Says Thank You to pichlo For This Useful Post: | ||
|
2018-11-15
, 21:57
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#32
|
~ $ root :~# fdisk -l Disk /dev/mmcblk1: 15.9 GB, 15931539456 bytes 255 heads, 63 sectors/track, 1936 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/mmcblk1p1 1 1937 15554048 c Win95 FAT32 (LBA) Disk /dev/mmcblk0: 32.0 GB, 32015122432 bytes 4 heads, 16 sectors/track, 977024 cylinders Units = cylinders of 64 * 512 = 32768 bytes Device Boot Start End Blocks Id System /dev/mmcblk0p1 2 884865 28315648 c Win95 FAT32 (LBA) /dev/mmcblk0p2 884866 950401 2097152 83 Linux /dev/mmcblk0p3 950402 974977 786432 82 Linux swap :~#
|
2018-11-15
, 22:15
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#33
|
The Following 2 Users Say Thank You to pichlo For This Useful Post: | ||
|
2018-11-16
, 04:58
|
Posts: 46 |
Thanked: 40 times |
Joined on Jan 2014
@ Hamburg
|
#34
|
Nokia-N900:~# sfdisk -lLooks strange
Disk /dev/mmcblk1: 121008 cylinders, 4 heads, 16 sectors/track
Warning: The partition table looks like it was made
for C/H/S=*/49/48 (instead of 121008/4/16).
For this listing I'll assume that geometry.
Units = cylinders of 1204224 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/mmcblk1p1 3+ 3292- 3290- 3868160 b W95 FAT32
start: (c,h,s) expected (3,23,33) found (1,2,3)
end: (c,h,s) expected (1023,48,48) found (960,48,48)
/dev/mmcblk1p2 0 - 0 0 0 Empty
/dev/mmcblk1p3 0 - 0 0 0 Empty
/dev/mmcblk1p4 0 - 0 0 0 Empty
Disk /dev/mmcblk0: 977024 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 1 622720 622720 19927040 c W95 FAT32 (LBA)
/dev/mmcblk0p2 884865 950400 65536 2097152 83 Linux
/dev/mmcblk0p3 950401 974976 24576 786432 82 Linux swap / Solaris
/dev/mmcblk0p4 622721 884864 262144 8388608 76 Unknown
|
2018-11-16
, 05:52
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#35
|
:~# sfdisk -l Disk /dev/mmcblk1: 486192 cylinders, 4 heads, 16 sectors/track Warning: The partition table looks like it was made for C/H/S=*/255/63 (instead of 486192/4/16). For this listing I'll assume that geometry. Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End #cyls #blocks Id System /dev/mmcblk1p1 0+ 1936- 1937- 15554048 c W95 FAT32 (LBA) /dev/mmcblk1p2 0 - 0 0 0 Empty /dev/mmcblk1p3 0 - 0 0 0 Empty /dev/mmcblk1p4 0 - 0 0 0 Empty Disk /dev/mmcblk0: 977024 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 1 884864 884864 28315648 c W95 FAT32 (LBA) /dev/mmcblk0p2 884865 950400 65536 2097152 83 Linux /dev/mmcblk0p3 950401 974976 24576 786432 82 Linux swap / Solaris /dev/mmcblk0p4 0 - 0 0 0 Empty
|
2018-11-16
, 06:54
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#36
|
The Following 3 Users Say Thank You to pichlo For This Useful Post: | ||
|
2018-11-16
, 07:02
|
Posts: 915 |
Thanked: 3,209 times |
Joined on Jan 2011
@ Germany
|
#37
|
Looks strangeCode:Disk /dev/mmcblk0: 977024 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 1 622720 622720 19927040 c W95 FAT32 (LBA) /dev/mmcblk0p2 884865 950400 65536 2097152 83 Linux /dev/mmcblk0p3 950401 974976 24576 786432 82 Linux swap / Solaris /dev/mmcblk0p4 622721 884864 262144 8388608 76 Unknown
The Following 3 Users Say Thank You to sulu For This Useful Post: | ||
|
2018-11-16
, 12:44
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#38
|
root parted /dev/mmcblk0
(parted) print print Model: MMC MMC32G (sd/mmc) Disk /dev/mmcblk0: 32.0GB Sector size (logical/physical): 512B/512B Partition Table: msdos Number Start End Size Type File system Flags 1 32.8kB 29.0GB 29.0GB primary fat32 lba 2 29.0GB 31.2GB 2215MB primary ext3 3 31.2GB 32.0GB 805MB primary linux-swap(v1) (parted)
(parted) rm 4 (parted) rm 1 (parted) mkpart
Partition type? primary/extended? p File system type? [ext2]? fat32 Start? 0 End? 29GB
The Following 5 Users Say Thank You to pichlo For This Useful Post: | ||
|
2018-11-16
, 15:37
|
Posts: 46 |
Thanked: 40 times |
Joined on Jan 2014
@ Hamburg
|
#39
|
The Following 2 Users Say Thank You to sirvival For This Useful Post: | ||
|
2018-11-21
, 22:11
|
Posts: 46 |
Thanked: 40 times |
Joined on Jan 2014
@ Hamburg
|
#40
|
The Following User Says Thank You to sirvival For This Useful Post: | ||
Tags |
corrupted, mydocuments |
|
Русский военный корабль, иди нахуй!