From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Cross Message-Id: <200201240322.WAA07918@augusta.math.psu.edu> To: 9fans@cse.psu.edu Subject: [9fans] Weirdness with 9660srv and file names (extensions)? Date: Wed, 23 Jan 2002 22:22:49 -0500 Topicbox-Message-UUID: 42f2820c-eaca-11e9-9e20-41e7f4b1d025 Has anyone ever seen 9660srv interpret filenames such that it appends a dot (.) to names that doesn't have an extension? Eg, I'm getting something like the following: term% 9660srv term% mount /srv/9660 /mnt/cd /dev/sdD0/data term% cd /mnt/cd term% ls readme. foo.txt bin term% cd term% unmount /mnt/cd Note that ``readme.'' should really be ``readme'', sans terminating period. I hacked the directory reading functions in 9660srv to `fix' this, but I can't help feeling that I'm missing something subtle, or that this is something already encountered and squished. - Dan C.