SHARE
TWEET

Untitled

a guest May 26th, 2010 70 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $ mount | grep mnt
  2. //server/cache on /mnt type cifs (rw,mand)
  3. server:/Volumes/cache on /mnt2 type nfs (rw,addr=100.100.100.236)
  4. $ touch /mnt/file-made-over-cifs
  5. $ touch /mnt2/file-made-over-nfs
  6. $ stat /mnt/file-made-over-cifs
  7.   File: `/mnt/file-made-over-cifs'
  8.  Size: 0               Blocks: 0          IO Block: 16384  regular empty file
  9. Device: 16h/22d Inode: 4344902     Links: 1
  10. Access: (2767/-rwxrwSrwx)  Uid: (    0/    root)   Gid: (    0/    root)
  11. Access: 2010-05-26 15:31:23.704769800 -0700
  12. Modify: 2010-05-26 15:31:23.704769800 -0700
  13. Change: 2010-05-26 15:31:27.618593600 -0700
  14. $ stat /mnt2/file-made-over-nfs
  15.  File: `/mnt2/file-made-over-nfs'
  16.   Size: 0               Blocks: 1          IO Block: 1048576 regular empty file
  17. Device: 17h/23d Inode: 111         Links: 1
  18. Access: (0775/-rwxrwxr-x)  Uid: ( 1033/ nathanr)   Gid: ( 6000/    film)
  19. Access: 2010-05-26 15:31:32.826460151 -0700
  20. Modify: 2010-05-26 15:31:32.826460391 -0700
  21. Change: 2010-05-26 15:31:32.826480990 -0700
  22.  
  23. $ stat /mnt/file-made-over-nfs
  24.   File: `/mnt/file-made-over-nfs'
  25.  Size: 0               Blocks: 0          IO Block: 16384  regular empty file
  26. Device: 16h/22d Inode: 4345263     Links: 1
  27. Access: (2767/-rwxrwSrwx)  Uid: (    0/    root)   Gid: (    0/    root)
  28. Access: 2010-05-26 15:31:32.826460100 -0700
  29. Modify: 2010-05-26 15:31:32.826460300 -0700
  30. Change: 2010-05-26 15:31:32.826480900 -0700
  31. ws-027: /mnt nathanr$ stat /mnt2/file-made-over-nfs
  32.  File: `/mnt2/file-made-over-nfs'
  33.   Size: 0               Blocks: 1          IO Block: 1048576 regular empty file
  34. Device: 17h/23d Inode: 111         Links: 1
  35. Access: (0775/-rwxrwxr-x)  Uid: ( 1033/ nathanr)   Gid: ( 6000/    film)
  36. Access: 2010-05-26 15:31:32.826460151 -0700
  37. Modify: 2010-05-26 15:31:32.826460391 -0700
  38. Change: 2010-05-26 15:31:32.826480990 -0700
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top