[9202] in Athena Bugs
vax 7.3P: dosread
daemon@ATHENA.MIT.EDU (rburkhar@Athena.MIT.EDU)
Mon Apr 13 16:53:22 1992
From: rburkhar@Athena.MIT.EDU
To: bugs@Athena.MIT.EDU
Date: Mon, 13 Apr 92 16:53:03 EDT
System name: arthur-c-clarke
Type and version: CVAXSTAR 7.3P
Display type: SM
What were you trying to do?
Read data from an MS-DOS disk using -R option
Namely: dosread -a -R cplus/\*.\*
What's wrong:
dosread is trying to create a subdirectory inside a directory
which doesn't exist. cplus contains only directories (no files)
called ch1, ch2, ... and dosread tries to create cplus/ch1
before cplus has been created resulting in UNIX error.
What should have happened:
should have created cplus directory before trying to create
cplus/ch1 directory. Seems to work ok when all directories
contain files too.
Please describe any relevant documentation references:
man dosread