I suggest that the following code be removed. There's no reason why /dev/hda and /dev/hdb should have a special status, particularly in a modern system where /dev/sda is usually the first hard disk.
else if (statbuf.st_rdev == 0x0300 || statbuf.st_rdev == 0x0340) {
fprintf(stderr,
_("%s: error: "
"will not try to make swapdevice on '%s'\n"),
program_name, device_name);
exit(1);
}
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

