home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / linux / 16239 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.2 KB

  1. Path: sparky!uunet!mcsun!uknet!gdt!maspab
  2. From: maspab@gdr.bath.ac.uk (P A Broadbery)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Can I make/mount a filesystem in a file?
  5. Summary: Yup.
  6. Message-ID: <1992Nov10.124856.629@gdr.bath.ac.uk>
  7. Date: 10 Nov 92 12:48:56 GMT
  8. References: <1d951rINN242@corax.udac.uu.se> <1992Nov5.042647.17167@muddcs.claremont.edu> <1dfgbuINNrhi@uwm.edu>
  9. Organization: School of Mathematics, University of Bath, UK
  10. Lines: 20
  11.  
  12. In the referenced article, rick@ee.uwm.edu (Rick Miller, Linux Device Registrar) writes:
  13. >I think I remember this thread coming up before, but I don't remember if
  14. >it was satisfactorily answered...
  15. >
  16. >Can I create a file (maybe with "dd if=/dev/zero of=filename count=$size")
  17. >in which I could make a filesystem ("mkfs filename $size")
  18. >and then mount that filesystem?
  19.  
  20. Try using the user_dd patches in the ALPHA directory on tsx-11. They
  21. allow you to create block devices which talk to a user level program,
  22. and a supplied client does just what you ask.
  23.  
  24. There is also a 'ramdisk' program which is a cool way of loading HJ's
  25. {base,gcc,lib}disks without wasting a floppy (or uncompressing the
  26. image). ramdisk in quotes 'cos it spends most its time swapped out...
  27.  
  28. BTW, is anybody maintaining this program?
  29.  
  30. Pete
  31. pab@maths.bath.ac.uk
  32.