Home | History | Annotate | Download | only in utils

Lines Matching refs:STDERR

131 	print STDERR "$0: $file: don't know how to determine the size of this device\n";
139 print STDERR "Usage: $0 [-doFMz4][-i id] file c h s (max: 1024 256 63)\n";
140 print STDERR " -d add DOSEMU header\n";
141 print STDERR " -o print filesystem offset to stdout\n";
142 print STDERR " -F format partition as FAT32\n";
143 print STDERR " -M \"c\" argument is megabytes, calculate cylinders\n";
144 print STDERR " -z use zipdisk geometry (h=64 s=32)\n";
145 print STDERR " -4 use partition entry 4 (standard for zipdisks)\n";
146 print STDERR " -i specify the MBR ID\n";
147 print STDERR " -s output a sparse file (don't allocate all blocks)\n";
152 print STDERR "Warning: more than 1024 cylinders ($c).\n";
153 print STDERR "Not all BIOSes will be able to boot this device.\n";