Displaying 3 results from an estimated 3 matches for "51199".
Did you mean:
1199
2014 Sep 29
2
Change partition type
...sfdisk_l(device)
Disk /dev/sda: 51200 cylinders, 64 heads, 32 sectors/track
Units = cylinders of 1048576 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/sda1 * 1 100 100 102400 7 HPFS/NTFS
/dev/sda2 101 51199 51099 52325376 83 Linux
/dev/sda3 0 - 0 0 0 Empty
/dev/sda4 0 - 0 0 0 Empty
Marcos Amorim
2009 Nov 12
1
no valid partitiontables anymore
...ors/track, 51200 cylinders
Einheiten = Zylinder von 2048 ? 512 = 1048576 Bytes
Ger?t boot. Anfang Ende Bl?cke Id System
/dev/sdf1 1 51200 52428784 83 Linux
fdisk -l /dev/sdf1
Disk /dev/sdf1: 53.6 GByte, 53687074816 Byte
64 heads, 32 sectors/track, 51199 cylinders
Einheiten = Zylinder von 2048 ? 512 = 1048576 Bytes
Disk /dev/sdf1 doesn't contain a valid partition table
mount -t ext3 /dev/sdf1 /export/iscsi01-UDV1/
(lot of german information, e.g. wrong fs-type, damaged superblock ...)
mount: Falscher Dateisystemtyp, ung?ltige Optionen, der...
2014 Sep 30
0
Re: Change partition type
...ev/sda: 51200 cylinders, 64 heads, 32 sectors/track
> Units = cylinders of 1048576 bytes, blocks of 1024 bytes, counting from 0
>
> Device Boot Start End #cyls #blocks Id System
> /dev/sda1 * 1 100 100 102400 7 HPFS/NTFS
> /dev/sda2 101 51199 51099 52325376 83 Linux
> /dev/sda3 0 - 0 0 0 Empty
> /dev/sda4 0 - 0 0 0 Empty
If it's MBR, then you can use g.part_set_mbr_id ("/dev/sda", 2, 7)
For GPT use part_set_gpt_type which is similar but you...