ufs.txt
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. USING UFS
  2. =========
  3. mount -t ufs -o ufstype=type_of_ufs device dir
  4. UFS OPTIONS
  5. ===========
  6. ufstype=type_of_ufs
  7. UFS is a file system widely used in different operating systems.
  8. The problem are differences among implementations. Features of
  9. some implementations are undocumented, so its hard to recognize
  10. type of ufs automatically. That's why user must specify type of 
  11. ufs manually by mount option ufstype. Possible values are:
  12. old old format of ufs
  13. default value, supported os read-only
  14. 44bsd used in FreeBSD, NetBSD, OpenBSD
  15. supported os read-write
  16. sun used in SunOS (Solaris)
  17. supported as read-write
  18. sunx86 used in SunOS for Intel (Solarisx86)
  19. supported as read-write
  20. nextstep
  21. used in NextStep
  22. supported as read-only
  23. nextstep-cd
  24. used for NextStep CDROMs (block_size == 2048)
  25. supported as read-only
  26. openstep
  27. used in OpenStep
  28. supported as read-only
  29. POSSIBLE PROBLEMS
  30. =================
  31. There is still bug in reallocation of fragment, in file fs/ufs/balloc.c, 
  32. line 364. But it seem working on current buffer cache configuration.
  33. BUG REPORTS
  34. ===========
  35. Any ufs bug report you can send to daniel.pirkl@email.cz (do not send 
  36. partition tables bug reports.)