Advertisement
grahamperrin

versions of CoreStorage and of CoreStorageFsck kexts

Feb 18th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. bash-3.2$ date
  2. Sat 18 Feb 2012 13:43:12 GMT
  3. bash-3.2$ sw_vers
  4. ProductName: Mac OS X
  5. ProductVersion: 10.7.3
  6. BuildVersion: 11D50
  7. bash-3.2$ defaults read /System/Library/Extensions/CoreStorage.kext/Contents/version
  8. {
  9. BuildVersion = 20;
  10. CFBundleShortVersionString = "182.10";
  11. CFBundleVersion = "182.10";
  12. ProjectName = CoreStorage;
  13. SourceVersion = 182010000000000;
  14. }
  15. bash-3.2$ defaults read /System/Library/Extensions/CoreStorage.kext/Contents/PlugIns/CoreStorageFsck.kext/Contents/version
  16. {
  17. BuildVersion = 20;
  18. CFBundleShortVersionString = "182.10";
  19. CFBundleVersion = "182.10";
  20. ProjectName = CoreStorage;
  21. SourceVersion = 182010000000000;
  22. }
  23. bash-3.2$ defaults read /System/Library/Extensions/CoreStorage.kext/Contents/Resources/CoreStorage.st/Contents/Info
  24. {
  25. BuildMachineOSBuild = 11D17a;
  26. CFBundleDevelopmentRegion = English;
  27. CFBundleGetInfoString = "CoreStorage 1.0, Copyright \\U00a9 2010 Apple Inc.";
  28. CFBundleIdentifier = "com.apple.filesystems.st.CoreStorage";
  29. CFBundleInfoDictionaryVersion = "1.0";
  30. CFBundleName = CoreStorage;
  31. CFBundlePackageType = "fs ";
  32. CFBundleShortVersionString = "182.10";
  33. CFBundleSignature = "????";
  34. CFBundleVersion = "182.10";
  35. DTCompiler = "";
  36. DTPlatformBuild = 11D17a;
  37. DTPlatformVersion = GM;
  38. DTSDKBuild = 11D17a;
  39. DTSDKName = "";
  40. DTXcode = 0410;
  41. DTXcodeBuild = 11D17a;
  42. STMediaTypes = {
  43. CoreStorage = (
  44. {
  45. "Content Hint" = "53746F72-6167-11AA-AA11-00306543ECAC";
  46. }
  47. );
  48. };
  49. STPersonalities = {
  50. CoreStorage = {
  51. STName = "Apple Core Storage";
  52. STRepairArguments = "-y -x";
  53. STRepairExecutable = "../../../../../../../../sbin/fsck_cs";
  54. STVerificationArguments = "-n -x";
  55. STVerificationExecutable = "../../../../../../../../sbin/fsck_cs";
  56. };
  57. };
  58. }
  59. bash-3.2$ man fsck_cs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement