On 9/7/05 1:00 PM, "Bob Warren" <[EMAIL PROTECTED]> wrote: > Does this really mean that although a computer may have 2 or 3 physical > drives, there is no way that RR can discover this in Linux? If so, I find > that rather disappointing, don't you?
Bob, I don't have Linux handy, but my web search showed you can use: sfdisk -s through the shell to get the list of partitions and their sizes (I think you need to be logged in as root). It will come up with something like this: /dev/hda: 12345678 /dev/hdb: 45678901 total: 92929292 Drives aren't "named" per se, but they can be identified in this way, AFAICT. Ken Ray Sons of Thunder Software Web site: http://www.sonsothunder.com/ Email: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
