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

Linux/Unix编程

开发平台:

Unix_Linux

  1. IBM's Journaled File System (JFS) for Linux
  2. JFS Homepage:  http://oss.software.ibm.com/jfs/
  3. Team members
  4. ------------
  5. Steve Best         sbest@us.ibm.com
  6. Dave Kleikamp      shaggy@austin.ibm.com  
  7. Barry Arndt        barndt@us.ibm.com
  8. Christoph Hellwig  hch@infradead.org
  9. The following mount options are supported:
  10. iocharset=name Character set to use for converting from Unicode to
  11. ASCII.  The default is compiled into the kernel as
  12. CONFIG_NLS_DEFAULT.  Use iocharset=utf8 for UTF8
  13. translations.  This requires CONFIG_NLS_UTF8 to be set
  14. in the kernel .config file.
  15. resize=value Resize the volume to <value> blocks.  JFS only supports
  16. growing a volume, not shrinking it.  This option is only
  17. valid during a remount, when the volume is mounted
  18. read-write.  The resize keyword with no value will grow
  19. the volume to the full size of the partition.
  20. JFS TODO list:
  21. Plans for our near term development items
  22.    - enhance support for logfile on dedicated partition
  23.    - get access control list functionality operational
  24.    - get extended attributes functionality operational
  25. Longer term work items
  26.    - implement defrag utility, for online defragmenting
  27.    - add quota support
  28.    - add support for block sizes (512,1024,2048)
  29. Please send bugs, comments, cards and letters to linuxjfs@us.ibm.com.
  30. The JFS mailing list can be subscribed to by using the link labeled
  31. "Mail list Subscribe" at our web page http://oss.software.ibm.com/jfs/.