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: <50261@sun.uucp> Date: 20 Apr 88 23:33:06 GMT References: <1181@ektools.UUCP> Sender: news@sun.uucp Reply-To: cmcmanis@sun.UUCP (Chuck McManis) Organization: Sun Microsystems, Mountain View Lines: 15 Keywords: devices mount Reference -- DOS Technical Reference or Bantam AmigaDOS book. First map the 'mounted' name to a device name such as DH0: The data you want is in the 'Environment' vector off of the disk startup message. Look for the device node on the DevInfo list, get the pointer to the FileSystemStartup message, pull off the environment vector, and print out the results. A copy of my info.c program may be useful in seeing how one traverses the DevInfo list. --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.