########################## 1st: sorry for posting previous two idiotic questions -those about quickblank and cd-writer slowdown: I read the manual and took a rest... ########################## # however, the mounting problem persists: # # term% 9660srv 9660srv 231: /srv/9660: srv file already exists term% p=`{ps|grep 9660srv|awk '{print $2}'} term% mount /srv/9660 /n/dist /usr/pac/burn/9new/mosml.iso term% grep iso /proc/$p/fd 7 rw M 8 (0000000000006b4f 1636 00) 8192 0 /usr/pac/burn/9new/mosml.iso term% unmount /n/dist term% grep iso /proc/$p/fd term% mount /srv/9660 /n/dist /usr/pac/burn/9new/python.iso term% grep iso /proc/$p/fd 6 rw M 8 (0000000000005fac 3082 00) 8192 0 /usr/pac/burn/9new/python.iso term% ######################### ## the problem persists even with cdroms: # term% mntcd ls /n/cd/pc0016 term% ls /n/cd/pc0016 /n/cd/pc0016/CONTENTS /n/cd/pc0016/lit /n/cd/pc0016/ls-lR term% ls /n/cd/pc0016/lit/bio/journals/bio/1 /n/cd/pc0016/lit/bio/journals/bio/1/0077a.pdf /n/cd/pc0016/lit/bio/journals/bio/1/0079a.pdf /n/cd/pc0016/lit/bio/journals/bio/1/0080a.pdf ..... term% page -p 140 /n/cd/pc0016/lit/bio/journals/bio/1/0077a.pdf reading through pdf... term% um # unmount all ### changing cd to pc0005 term% ls /n/cd term% mntcd /n/cd/pc0016 term% halt # Ctl-T Ctl-T R term% mntcd /n/cd/pc0005 term% #now changing it back to 0016, without reboot term% um term% mntcd /n/cd/pc0005 term% ls /n/cd/pc0005/lit/bio/complexity /n/cd/pc0005/lit/bio/complexity/CONTENTS /n/cd/pc0005/lit/bio/complexity/bs-1999-50-001.pdf term% page /n/cd/pc0005/lit/bio/complexity/bs-1999-50-001.pdf reading through pdf... ## perfectly readable, although IT ISN'T ON CD, see below term% ## now going down to reboot term% halt # Ctl-T Ctl-T R term% mntcd ## the same one /n/cd/pc0016 term% ls /n/cd/pc0005/lit/bio/complexity/bs-1999-50-001.pdf ls: /n/cd/pc0005/lit/bio/complexity/bs-1999-50-001.pdf: '/n/cd/pc0005' file does not exist term% I am curious. Nobody else met this behaviour? And yes, here is the "mntcd" script term% cat /bin/mntcd #!/bin/rc if(! test -f /srv/9660) 9660srv >/dev/null [2]/dev/null if(! test -d /n/cd) {allow; mkdir /n/cd; disallow} if(! test -f /mnt/cd/wd) cdfs -d /dev/sdC1 >/dev/null [2]/dev/null unmount /n/cd >[2]/dev/null if (mount -c /srv/9660 /n/cd /mnt/cd/d000) ls /n/cd if not (echo ERROR MOUNTING CD) # # -eof-Thu May 16 14:34:59 EDT 2002