Advertisement
grahamperrin

XtreemFS support for xattr values required by MS Word 2011

May 13th, 2012
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. [macbookpro08-centrim:~/Developer/xtreemfs_demo] gjp22% date
  2. Sun 13 May 2012 09:57:27 BST
  3. [macbookpro08-centrim:~/Developer/xtreemfs_demo] gjp22% xattr -l test.docx
  4. xtreemfs.file_id: 05bfd0de-c08c-4dc2-8ec3-29d320948d2e:22788
  5. xtreemfs.read_only: false
  6. xtreemfs.object_type: 1
  7. xtreemfs.owner: gjp22
  8. xtreemfs.url: pbrpc://demo.xtreemfs.org:32638/demo/test.docx
  9. xtreemfs.group: staff
  10. com.apple.FinderInfo: WXBNMSWD
  11. xtreemfs.locations: {"replicas":[{"osds":[{"address":"demo.xtreemfs.org:32640","vivaldi_coordinates":"000000000000000000000000000000000000000000000000","uuid":"demo.xtreemfs.org-OSD"}],"striping-policy":{"pattern":"STRIPING_POLICY_RAID0","width":1,"size":128},"replication-flags":0}],"update-policy":"","version":0}
  12. [macbookpro08-centrim:~/Developer/xtreemfs_demo] gjp22% cd
  13. [macbookpro08-centrim:~] gjp22% hdiutil unmount /Users/gjp22/Developer/xtreemfs_demo
  14. "/Users/gjp22/Developer/xtreemfs_demo" unmounted successfully.
  15. [macbookpro08-centrim:~] gjp22% mount.xtreemfs demo.xtreemfs.org/demo ~/Developer/xtreemfs_demo
  16. [macbookpro08-centrim:~] gjp22% xattr -l test.docx
  17. xattr: No such file: test.docx
  18. [macbookpro08-centrim:~] gjp22% xattr -l ~/Developer/xtreemfs_demo/test.docx
  19. xtreemfs.file_id: 05bfd0de-c08c-4dc2-8ec3-29d320948d2e:22788
  20. xtreemfs.read_only: false
  21. xtreemfs.object_type: 1
  22. xtreemfs.owner: gjp22
  23. xtreemfs.url: pbrpc://demo.xtreemfs.org:32638/demo/test.docx
  24. xtreemfs.group: staff
  25. com.apple.FinderInfo: WXBNMSWD
  26. xtreemfs.locations: {"replicas":[{"osds":[{"address":"demo.xtreemfs.org:32640","vivaldi_coordinates":"000000000000000000000000000000000000000000000000","uuid":"demo.xtreemfs.org-OSD"}],"striping-policy":{"pattern":"STRIPING_POLICY_RAID0","width":1,"size":128},"replication-flags":0}],"update-policy":"","version":0}
  27. [macbookpro08-centrim:~] gjp22%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement