home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / windows / openloo / 3832 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1017 b   |  39 lines

  1. Newsgroups: comp.windows.open-look
  2. Path: sparky!uunet!noc.near.net!bcnews!darkstar!grant
  3. From: grant@darkstar (Grant W. Balkema)
  4. Subject: pcfs
  5. Message-ID: <1992Sep15.201721.20788@bcnews.bc.edu>
  6. Sender: news@bcnews.bc.edu (USENET News System)
  7. Organization: Biology Dept., Boston College, Chestnut Hill  MA
  8. Date: Tue, 15 Sep 1992 20:17:21 GMT
  9. Lines: 28
  10.  
  11. This use to work, what am I doing wrong? here is the trace...
  12.  
  13. darkstar# mount -t pcfs /dev/fd0 /pcfs
  14. mount_pcfs: /dev/fd0 on /pcfs type pcfs: Invalid argument
  15. mount: giving up on:
  16.    /pcfs
  17.  
  18. This is my fstab
  19.  
  20. darkstar# grep pcfs /etc/fstab
  21. /dev/fd0   /pcfs  pcfs rw,noauto 0 0
  22.  
  23. the directory is there...
  24.  
  25. darkstar# grep pcfs /etc/fstab
  26. /dev/fd0   /pcfs  pcfs rw,noauto 0 0
  27.  
  28. I can format the floppy
  29.  
  30. fdformat
  31. Press return to start formatting floppy. 
  32. ...............................................................................
  33. a dd gives
  34. darkstar# dd if=/dev/rfd0 | head
  35. 3.5" floppy cyl 80 alt 0 hd 2 sec
  36.  
  37. so its there...what is wrong? ...grant@darkstar.bc.edu
  38.  
  39.