Home | History | Annotate | Download | only in util

Lines Matching refs:cylinders

40 cylinders=
296 # Create the minimum number of cylinders. At the moment, we leave
299 cylinders=$(($file_size / $cyl_size + 2));;
304 cylinders=80;;
309 cylinders=80;;
314 cylinders=80;
320 cylinders=80;;
325 cylinders=83;;
330 cylinders=80;;
337 # cylinders of $cyl_size mandatory to put the files stocked in the $tarfile
339 dd if=/dev/zero of=$image bs=$block_size count=$(($cyl_size * $cylinders))
346 sfdisk -C $cylinders -H $heads -S $sectors -D $image<<EOT
387 geometry $device $cylinders $heads $sectors
390 geometry $geo_option -w $type_option $device $cylinders $heads $sectors