Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site ki4pv.UUCP Path: utzoo!watmath!clyde!cbosgd!ihnp4!houxm!vax135!petsd!peora!ucf-cs!ki4pv!tanner From: tanner@ki4pv.UUCP (Tanner Andrews) Newsgroups: net.unix-wizards Subject: Re: Extending the UNIX pathname syntax Message-ID: <221@ki4pv.UUCP> Date: Fri, 3-May-85 11:51:18 EDT Article-I.D.: ki4pv.221 Posted: Fri May 3 11:51:18 1985 Date-Received: Sun, 5-May-85 02:02:02 EDT References: <10102@brl-tgr.ARPA> <472@umd5.UUCP> <6398@boring.UUCP>, <594@fisher.UUCP> Organization: CompuData South, DeLand Lines: 15 Yes, your (and our northern branch's) intel boxes do accept the funny- looking stuff with a pathname like "/dev/dvf0:foobar.exe". It should be noted, however, that this is done by having the "dos___" commands parse the filename specially. There is NO support for this in the op system, or even in any other progs besides the special ms-dos disk processing progs. To save a little typing, you might define the following entry in the file /etc/default/msdos (if it does not exist): A=/dev/dvf0 B=/dev/dzf0 Then, when you want to access ms-dos disks, you may say "dos___ A:/foo" instead of "dos___ /dev/dvf0:/foo". Case matters in the "A:..." syntax. -- Tanner Andrews, KI4PV