read: input/output error
Disk /dev/scsi/host0/bus0/target0/lun0/disc: 152627 cyclinders, 64 heads, 32 sectors/track
sfdisk: read error on /dev/scsi/host0/bus0/target0/lun0/disc - cannot read sector 0
/dev/scsi/host0/bus0/target0/lun0/disc: unrecognized partition table type
Old situation:
no partitions found
New situation:
Units = cyclinders of 1048576 bytes, blocks of 1024 bytes counting from 0
Device boot start end #cyls #blocks Id Sytem
/dev/scsi/host0/bus0/target0/lun0/part1 0+ 152626 152627´156290047+ 83 Linux
/dev/scsi/host0/bus0/target0/lun0/part2 0 -
0 0 0 Empty
/dev/scsi/host0/bus0/target0/lun0/part3 0 -
0 0 0 Empty
/dev/scsi/host0/bus0/target0/lun0/part4 0 -
0 0 0 Empty
Warning: no primary partition is marked bootable (active)
This does not matter for Lil, but DOS MBR will not boot this disk.
read: input/output error
sfdisk: read eror on //dev/scsi/host0/bus0/target0/lun0/disc - cannot read from sector 0
Re-reading the partition table...
If you created or changed a DOS partition, /dev/foo7, say then use dd(1)
to zero the first 512bytes: dd if=/dev/zero/ of=/dev/foo7 bs=512 count 1
(see fdisk(8).)
ausführung beendet