home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / aux / 3184 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.4 KB  |  36 lines

  1. Newsgroups: comp.unix.aux
  2. Path: sparky!uunet!stanford.edu!ames!nsisrv!jagubox!jim
  3. From: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  4. Subject: Re: Disk space
  5. Message-ID: <1028@jagubox.gsfc.nasa.gov>
  6. Lines: 22
  7. Sender: usenet@nsisrv.gsfc.nasa.gov (Usenet)
  8. Nntp-Posting-Host: jagubox.gsfc.nasa.gov
  9. Reply-To: jim@jagubox.gsfc.nasa.gov (Jim Jagielski)
  10. Organization: NASA/Goddard Space Flight Center
  11. References: <1992Aug17.183320.2967@linus.mitre.org>
  12. Date: Tue, 18 Aug 1992 16:03:38 GMT
  13.  
  14. gmarzot@mitre.org (G. S. Marzot) writes:
  15.  
  16. >This is my first dumb question since installing A/UX 3.0 on a quantum 210
  17. >prodrive.  The partition scheme is the standard for disks larger than
  18. >160Meg (about 128meg for usr & root, 4meg macpartion, swap, driver etc. and
  19. >50Meg Unix Free slice 3). The question is am I getting this space. I used
  20. >df and saw only one file system and it looks like just 120megs. Do I have
  21. >to add something to my /etc/fstab? Thanks, gsm
  22.  
  23. Well, df just reports disk space on mounted file systems. As you suspect,
  24. the partition on slice 3 isn't mounted.
  25.  
  26. You'll need to do this. And yes, the way to do this is via /etc/fstab.
  27.  
  28. You'll need to add the device file, mount point and "other stuff" a al:
  29.  
  30. /dev/dsk/c1d0s3    /local    4.2    rw    1 2
  31. -- 
  32.     Jim Jagielski               | "This is supposed to be a happy occasion.
  33.     jim@jagubox.gsfc.nasa.gov   |  Let's not bicker and argue about who
  34.     NASA/GSFC, Code 734.4       |  killed who."
  35.     Greenbelt, MD 20771         |
  36.