max4242 wrote:
fdisk /dev/ide/host0/bus0/target0/lun0/ disc
Seems like you entered a space before "disc". Don't enter spaces in path names.
max4242 wrote:
here DISk is something like /dev/hdb or /dev/sda
and partition is something like /dev/hda?
The first is correct, but the second is not.
Internal hard disc:
/dev/ide/host0/bus0/target0/lun0/disc <=> /dev/hda
/dev/ide/host0/bus0/target0/lun0/part1 <=> /dev/hda1
/dev/ide/host0/bus0/target0/lun0/part2 <=> /dev/hda2
/dev/ide/host0/bus0/target0/lun0/part3 <=> /dev/hda3
USB Memory stick:
/dev/scsi/host0/bus0/target0/lun0/disc <=> /dev/sda
/dev/scsi/host0/bus0/target0/lun0/part1 <=> /dev/sda1
/dev/scsi/host0/bus0/target0/lun0/part2 <=> /dev/sda2
/dev/scsi/host0/bus0/target0/lun0/part3 <=> /dev/sda3
max4242 wrote:
-u: give start and end in sector (instead of cylider) units
-b:2048: (for centain NO disks) use 2048-byte sectors
Don't use these parameters. You will never find the correct values. Autodetection should work.