home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sgi / 12995 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.8 KB

  1. Path: sparky!uunet!noc.near.net!sol!sol.aer.com!george
  2. From: george@tusk.med.harvard.edu (George Planansky)
  3. Newsgroups: comp.sys.sgi
  4. Subject: "cd .." failure on iso9 fs ( CDROM ) -- Remedy ??
  5. Message-ID: <GEORGE.92Aug27200450@tusk.med.harvard.edu>
  6. Date: 28 Aug 92 00:04:50 GMT
  7. Sender: news@sol.AER.COM
  8. Organization: Harvard Medical School, Boston MA
  9. Lines: 58
  10.  
  11. Functions or attributes connected with directories do not work
  12. inside the iso9 apparent-directory tree.  The .. and . forms
  13. break, and pwd breaks.  Is there a remedy?
  14.  
  15. System:  IRIX Release 4.0.4 IP17 Version 03241739 System V
  16.  
  17. CDROM mounted via cdromd, as an iso9 filesystem:
  18.  
  19.   mud(50)%m fsd.tab
  20.   /dev/scsi/sc0d4l0 /cdromd.sc0d4l0 cdrom ro,nosuid,key=1,cdrom 0 0
  21.  
  22.   mud(51)%df /cdromd.sc0d4l0
  23.   Filesystem                 Type  blocks     use   avail %use  Mounted on
  24.   /dev/scsi/sc0d4l0          iso9  915456  915456       0 100%  /cdromd.sc0d4l0
  25.  
  26. mud[309]%cd /cdromd.sc0d4l0
  27. mud[310]%echo $cwd; pwd
  28. /cdromd.sc0d4l0
  29. /cdromd.sc0d4l0
  30. mud[311]%ls
  31. ./        ../       pdb92cd/
  32.  
  33. mud[312]%cd pdb92cd
  34. mud[313]%echo $cwd ; pwd
  35. /cdromd.sc0d4l0/pdb92cd
  36. /cdromd.sc0d4l0/pdb92cd
  37. mud[314]%ls
  38. ./         asn_1/     docs/     
  39. ../        dataprtp/  index/    
  40.  
  41. mud[315]%cd docs
  42. mud[316]%echo $cwd ; pwd
  43. /cdromd.sc0d4l0/pdb92cd/docs
  44. pwd: read error in ..
  45. mud[317]%ls
  46. ./             advisory.ps*   
  47. ../            advisory.txt*  
  48. access.txt*    apr92nl/       
  49.  
  50. mud[323]%cd apr92nl
  51. mud[324]%echo $cwd ; pwd
  52. /cdromd.sc0d4l0/pdb92cd/docs/apr92nl
  53. pwd: cannot open ..
  54. mud[325]%ls
  55. ./..: Not a directory
  56. ./             entries.txt*   
  57. biblio.txt*    newslett.ps*   
  58.  
  59. mud[326]%cd ..
  60. ..: Not a directory
  61.  
  62. --
  63. George Planansky
  64. Department of Biological Chemistry & Molecular Pharmacology
  65. Harvard University Medical School, 240 Longwood Ave., Boston, MA 02115
  66. email: gplanansky@tusk.med.harvard.edu
  67. phone: (617) 432-3919
  68. fax:   (617) 432-4360
  69.