Date: Sun, 7 May 2000 02:48:25 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: current@freebsd.org Subject: Undocumented tape devices in pax(1) Message-ID: <Pine.BSF.4.21.0005070244160.71785-100000@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Can someone explain to me why pax(1) has (undocumented) switches which select some tape devices, but apparently randomly numbered ones: From tar.h: /* * default device names */ #define DEV_0 "/dev/rmt0" #define DEV_1 "/dev/rmt1" #define DEV_4 "/dev/rmt4" #define DEV_5 "/dev/rmt5" #define DEV_7 "/dev/rmt7" #define DEV_8 "/dev/rmt8" These are selectable through -0, -1, -4, etc. Nevermind the fact that they point to devices which have never existed in FreeBSD, but why on earth wouldn't you want -2, -3, or -6? Anyway, does anyone see the point in leaving these in (changing the devices to /dev/rsa<#> and documenting their existence), or should I rip them out? Kris ---- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe <forsythe@alum.mit.edu> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0005070244160.71785-100000>