home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / dec / 4497 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.1 KB  |  32 lines

  1. Newsgroups: comp.sys.dec
  2. Path: sparky!uunet!sun-barr!decwrl!pa.dec.com!heiney
  3. From: heiney@wsl.dec.com (Bob Heiney)
  4. Subject: Re: floppy drive rx26 on a personal decstation?
  5. Message-ID: <1992Aug12.214510.18423@PA.dec.com>
  6. Sender: news@PA.dec.com (News)
  7. Organization: Western Software Lab
  8. References: <1992Aug12.202405.2838@ennews.eas.asu.edu>
  9. Date: Wed, 12 Aug 92 21:45:10 GMT
  10. Lines: 20
  11.  
  12. >My guess is that when I pop in one of the two disks they provide you with
  13. >that you have to use newfs to format the disk, and then use mount to get to
  14. >it.  Every time I attempt this using the rx26 pattern in disktab I get an
  15. >error involving a failure to access the partition table.
  16.  
  17. You need to use fddisk(8) to format the disk, and then run newfs.  For example,
  18.     
  19.     fddisk -fmt /dev/rfd0a    # format the disk
  20.     newfs /dev/rfd0a rx26     # add a filesystem
  21.     mount /dev/fd0a /floppy   # mount it onto /floppy
  22.  
  23.  
  24.  
  25.         
  26.  
  27. --
  28. Bob Heiney
  29. Technical Consultant
  30. Digital Equipment Corporation, US Desktop Sales, Palo Alto, CA
  31. All opinions expressed are mine, and not necessarily those of my employer
  32.