udf.txt
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:2k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. *
  2. * ./Documentation/filesystems/udf.txt
  3. *
  4. UDF Filesystem version 0.9.5
  5. If you encounter problems with reading UDF discs using this driver,
  6. please report them to linux_udf@hpesjro.fc.hp.com, which is the
  7. developer's list.
  8. Write support requires a block driver which supports writing. The current
  9. scsi and ide cdrom drivers do not support writing.
  10. -------------------------------------------------------------------------------
  11. The following mount options are supported:
  12. gid= Set the default group.
  13. umask= Set the default umask.
  14. uid= Set the default user.
  15. bs= Set the block size. 
  16. unhide Show otherwise hidden files.
  17. undelete Show deleted files in lists.
  18. adinicb Embed data in the inode (default)
  19. noadinicb Don't embed data in the inode
  20. shortad Use short ad's
  21. longad Use long ad's (default)
  22. nostrict Unset strict conformance
  23. iocharset= Set the NLS character set
  24. The remaining are for debugging and disaster recovery:
  25. novrs Skip volume sequence recognition 
  26. The following expect a offset from 0.
  27. session= Set the CDROM session (default= last session)
  28. anchor= Override standard anchor location. (default= 256)
  29. volume= Override the VolumeDesc location. (unused)
  30. partition= Override the PartitionDesc location. (unused)
  31. lastblock= Set the last block of the filesystem/
  32. The following expect a offset from the partition root.
  33. fileset= Override the fileset block location. (unused)
  34. rootdir= Override the root directory location. (unused)
  35. WARNING: overriding the rootdir to a non-directory may
  36. yield highly unpredictable results.
  37. -------------------------------------------------------------------------------
  38. For more information see:
  39. http://www.trylinux.com/projects/udf/index.html
  40. For the latest version and toolset see:
  41. http://www.csc.calpoly.edu/~bfennema/udf.html
  42. http://linux-udf.sourceforge.net/
  43. Documentation on UDF and ECMA 167 is available FREE from:
  44.     http://www.osta.org/
  45.     http://www.ecma.ch/
  46. Ben Fennema <bfennema@falcon.csc.calpoly.edu>