VM: memtype fix
[minix3.git] / man / man8 / cdprobe.8
blobb5db64db731f3bcfe9cd31d716b2e6fa09d9af4a
1 .TH CDPROBE 8 "February 1st, 2010"\r
2 .SH NAME\r
3 cdprobe \- guess where the Minix CD is\r
4 .SH SYNOPSIS\r
5 .B cdprobe\r
6 .SH DESCRIPTION\r
7 .B Cdprobe\r
8 prints on standard output the name of the device (in\r
9 .BI /dev/c X d Y\r
10 form) of a device containing a CD with the proper layout to install Minix from it.\r
11 .br\r
12 Such a CD should have a MINIX cd label,\r
13 an IBM-format partition table at the beginning (like any hardisk),\r
14 and the file systems pointed to at positions\r
15 .IR p1\r
16 and\r
17 .IR p2\r
18 of that partition table, should be valid (mountable) Minix file systems.\r
19 .SH DIAGNOSTICS\r
20 The return code is\r
21 .B 0\r
22 after successfully printing the device, or\r
23 .B 1\r
24 if some error or unexpected condition occured.\r
25 Appropriate diagnostic messages are printed on standard error. \r
26 .SH NOTES\r
27 .B Cdprobe\r
28 probes all the possible drives on the system, so can try for a long time,\r
29 particularly when there are no readable CD, or when the controller cannot be\r
30 successfully addressed at hardware level.\r
31 .SH BUGS\r
32 There is some nasty hard-codery (like MINIX cd label) that can be improved on.\r
33 .SH "SEE ALSO"\r
34 .BR at (4),\r
35 .BR /etc/rc \r
36 on the initial ramdisk.\r
37 .SH AUTHOR\r
38 .I Cdprobe.c \r
39 was written by Ben Gras and Philip Homburg. \r
40 .\" This manual page by A. Leca, last revised 2010-02-01.\r