Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!pyramid!voder!apple!dwb From: dwb@apple.UUCP (David W. Berry) Newsgroups: comp.sys.mac Subject: Re: An A/UX question... Message-ID: <6622@apple.UUCP> Date: Wed, 4-Nov-87 15:07:02 EST Article-I.D.: apple.6622 Posted: Wed Nov 4 15:07:02 1987 Date-Received: Sat, 7-Nov-87 11:15:34 EST References: <1039@phoenix.Princeton.EDU> Reply-To: dwb@apple.UUCP (David W. Berry) Organization: Apple Computer Inc., Cupertino, USA Lines: 39 In article <1039@phoenix.Princeton.EDU> buzz@phoenix (Mahboud Zabetian) writes: > >Does anyone know how to ls a floppy disk from A/UX? I want to get information >on the files on a floppy, much as the finder does from the Mac OS. I have Presuming you've put a standard file system on it and mounted it (see below) you treat it like any other unix directory. ls /floppy # presumes you did what's below >tried to mount the floppy, first by using mkfs and then mount, but it won't diskformat /dev/rfloppy0 # format mkfs /dev/rfloppy0 800 # install file system mkdir /floppy # make mount point mount /dev/rfloppy0 /floppy # make it available has worked fine every time I've tried it. >mount. I can't even get the Mac II to eject the floppy. Any ideas? eject 0 # floppy 0 eject 1 # floppy 1 > >Also, is there a way to launch Mac applications from A/UX?? Yes. Many Mac applications can be run from the A/UX filesystem by uploading them using macget. For instance: macget foo mv foo.data foo mv foo.rsrc foo.res launch foo > >Thank you in advance---Mahboud Zabetian >-- >Mahboud Zabetian buzz@phoenix.princeton.edu >183 Little Hall (609) 520-1270 >Princeton University (609) 734-7760 >Princeton, NJ 08544 buzz@issun.princeton.edu -- David W. Berry dwb@well.uucp dwb@Delphi dwb@apple.com 973-5168@408.MaBell Disclaimer: Apple doesn't even know I have an opinion and certainly wouldn't want if they did.