home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / SRC / msdos_diskaccess.lzh / MS_DISK_ACCESS / Mkdfs.1 < prev    next >
Text File  |  1990-05-10  |  967b  |  42 lines

  1. .TH MKDFS 1 local
  2. .SH NAME
  3. mkdfs \- Initialize an MSDOS disk.
  4. .SH SYNOPSIS
  5. .B mkdfs
  6. [
  7. .B -h
  8. ]
  9. [
  10. .B -f
  11. ]
  12. [
  13. .B -l
  14. .I label
  15. ]
  16. .SH DESCRIPTION
  17. .I Mkdfs
  18. Mkdfs formats and initializes a DOS file system on a 3.5 inch Sun 4/60 or
  19. 3/80 internal floppy.  It first calls the standard Sun format utility and 
  20. then lays out an empty filesystem.
  21. .PP
  22. .I Mkdfs
  23. accepts the following options:
  24. .TP
  25. .B h
  26. High density switch.
  27. Since 720K disks are far more common in the DOS world,  the lower
  28. density is the default,  use this option for the high density 1.44MB disks.
  29. .TP
  30. .B f
  31. First reformat the drive,  useful for new or abused drives.  (Using the drive
  32. in a Mac counts in the last category).
  33. .TP
  34. .B l \fIlabel\fR
  35. Use \fIlabel\fR as the disk volume label (up to 11 characters).
  36. .SH SEE ALSO
  37. mdir(1), mread(1), mtype(1), mren(1), mkd(1), mrd(1), mdel(1), mcopy(1)
  38. .SH AUTHOR
  39. Viktor Dukhovni, <viktor@math.princeton.edu>
  40. .SH BUGS
  41. Should detect high density disks obsoleting the h option.
  42.