home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / programm / 3969 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.0 KB  |  28 lines

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!tamsun.tamu.edu!pnarayan
  3. From: pnarayan@cs.tamu.edu (P S Narayan)
  4. Subject: Filesystem question
  5. Message-ID: <1992Jul29.002203.17134@tamsun.tamu.edu>
  6. Sender: news@tamsun.tamu.edu (Read News)
  7. Organization: Computer Science Department, Texas A&M University
  8. Distribution: usa
  9. Date: Wed, 29 Jul 1992 00:22:03 GMT
  10. Lines: 16
  11.  
  12. Hi netters,
  13. I have a question and I will greatly appreciate any prompt reply from y'all.
  14. The question is:
  15. There is the block and character device interface in the Unix filesystem. The 
  16. Unix filesystem uses the block device interface.
  17. Suppose that I don't want to use the Unix filesystem and use partiton d,
  18. say sd3d as a block device. Does this mean that the whole partition is now
  19. one file. Can I get access to the block addresses of the partition ? How do
  20. I read and write to the partition ? Do I just lseek and write read ? What is
  21. the notion of reaching a block for the user ? Is it (block# * blksize) ?
  22. Kindly reply ASAP.
  23. Thanks a heap.
  24.  
  25. P.S.Narayan
  26. pnarayan@cs.tamu.edu
  27.  
  28.