Vielleicht weiß jemand woran das liegen könnte?
Thx Günther
Code: Alles auswählen
/ > sfdisk /dev/ide/host0/bus0/target0/lun0/disc << EOF
> ,15000,L
> ,,L
> EOF
Checking that no-one is using this disk right now ...
OK
Disk /dev/ide/host0/bus0/target0/lun0/disc: 60801 cylinders, 255 heads, 63 sectors/track
Old situation:
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/ide/host0/bus0/target0/lun0/part1 0+ 10999 11000- 88357499+ 83 Linux
/dev/ide/host0/bus0/target0/lun0/part2 11000 60800 49801 400026532+ 83 Linux
/dev/ide/host0/bus0/target0/lun0/part3 0 - 0 0 0 Empty
/dev/ide/host0/bus0/target0/lun0/part4 0 - 0 0 0 Empty
New situation:
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/ide/host0/bus0/target0/lun0/part1 0+ 14999 15000- 120487499+ 83 Linux
/dev/ide/host0/bus0/target0/lun0/part2 15000 60800 45801 367896532+ 83 Linux
/dev/ide/host0/bus0/target0/lun0/part3 0 - 0 0 0 Empty
/dev/ide/host0/bus0/target0/lun0/part4 0 - 0 0 0 Empty
Warning: no primary partition is marked bootable (active)
This does not matter for LILO, but the DOS MBR will not boot this disk.
Successfully wrote the new partition table
Re-reading the partition table ...
If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
/ > /sbin/mkfs.ext2 -T largefile -m0 /dev/ide/host0/bus0/target0/lun0/part1
mke2fs 1.39 (29-May-2006)
Filesystem label=
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
15060992 inodes, 120487496 blocks
0 blocks (0.00%) reserved for the super user
First data block=1
14708 block groups
8192 blocks per group, 8192 fragments per group
1024 inodes per group
Superblock backups stored on blocks:
8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409, 663553,
1024001, 1990657, 2809857, 5120001, 5971969, 17915905, 19668993,
25600001, 53747713
Writing inode tables: 95/14708
/ > sfdisk /dev/ide/host0/bus0/target0/lun0/disc << EOF
> ,19000,L
> ,,L
> EOF
Checking that no-one is using this disk right now ...
OK
Disk /dev/ide/host0/bus0/target0/lun0/disc: 60801 cylinders, 255 heads, 63 sectors/track
Old situation:
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/ide/host0/bus0/target0/lun0/part1 0+ 14999 15000- 120487499+ 83 Linux
/dev/ide/host0/bus0/target0/lun0/part2 15000 60800 45801 367896532+ 83 Linux
/dev/ide/host0/bus0/target0/lun0/part3 0 - 0 0 0 Empty
/dev/ide/host0/bus0/target0/lun0/part4 0 - 0 0 0 Empty
New situation:
Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0
Device Boot Start End #cyls #blocks Id System
/dev/ide/host0/bus0/target0/lun0/part1 0+ 18999 19000- 152617499+ 83 Linux
/dev/ide/host0/bus0/target0/lun0/part2 19000 60800 41801 335766532+ 83 Linux
/dev/ide/host0/bus0/target0/lun0/part3 0 - 0 0 0 Empty
/dev/ide/host0/bus0/target0/lun0/part4 0 - 0 0 0 Empty
Warning: no primary partition is marked bootable (active)
This does not matter for LILO, but the DOS MBR will not boot this disk.
Successfully wrote the new partition table
Re-reading the partition table ...
If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
to zero the first 512 bytes: dd if=/dev/zero of=/dev/foo7 bs=512 count=1
(See fdisk(8).)
/ >
/ > /sbin/mkfs.ext2 -T largefile -m0 /dev/ide/host0/bus0/target0/lun0/part1
mke2fs 1.39 (29-May-2006)
/dev/ide/host0/bus0/target0/lun0/part1: Memory allocation failed while setting up superblock