Path: utzoo!mnetor!uunet!seismo!sundc!pitstop!sun!pepper!cmcmanis From: cmcmanis%pepper@Sun.COM (Chuck McManis) Newsgroups: comp.sys.amiga.tech Subject: Re: How does one get information on mounted devices? Message-ID: <50344@sun.uucp> Date: 21 Apr 88 17:22:27 GMT References: <1181@ektools.UUCP> <50261@sun.uucp> <9027@agate.BERKELEY.EDU> Sender: news@sun.uucp Reply-To: cmcmanis@sun.UUCP (Chuck McManis) Organization: Sun Microsystems, Mountain View Lines: 16 Keywords: devices mount In article <9027@agate.BERKELEY.EDU> doug@eris.UUCP (Doug Merritt) writes: >That, and your assign program, too, have both been very helpful >to me as examples several times to date. Thanks for writing them! > Doug Merritt doug@mica.berkeley.edu (ucbvax!mica!doug) Thanks for the kudos, but everyone should be aware that when I wrote the original assign program I didn't know about the way dos allocated memory. I had rewritten it, and ARP came out with C. Heaths assembler version of my code. So if you want to use the C Assign as a replacement for Assisn then be aware that the DeviceList and dl_Name data should be allocated DOS style. [(ULONG *)ptr - 1 == length] --Chuck McManis uucp: {anywhere}!sun!cmcmanis BIX: cmcmanis ARPAnet: cmcmanis@sun.com These opinions are my own and no one elses, but you knew that didn't you.