SHARE
TWEET
Untitled
a guest
May 26th, 2010
70
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- $ mount | grep mnt
- //server/cache on /mnt type cifs (rw,mand)
- server:/Volumes/cache on /mnt2 type nfs (rw,addr=100.100.100.236)
- $ touch /mnt/file-made-over-cifs
- $ touch /mnt2/file-made-over-nfs
- $ stat /mnt/file-made-over-cifs
- File: `/mnt/file-made-over-cifs'
- Size: 0 Blocks: 0 IO Block: 16384 regular empty file
- Device: 16h/22d Inode: 4344902 Links: 1
- Access: (2767/-rwxrwSrwx) Uid: ( 0/ root) Gid: ( 0/ root)
- Access: 2010-05-26 15:31:23.704769800 -0700
- Modify: 2010-05-26 15:31:23.704769800 -0700
- Change: 2010-05-26 15:31:27.618593600 -0700
- $ stat /mnt2/file-made-over-nfs
- File: `/mnt2/file-made-over-nfs'
- Size: 0 Blocks: 1 IO Block: 1048576 regular empty file
- Device: 17h/23d Inode: 111 Links: 1
- Access: (0775/-rwxrwxr-x) Uid: ( 1033/ nathanr) Gid: ( 6000/ film)
- Access: 2010-05-26 15:31:32.826460151 -0700
- Modify: 2010-05-26 15:31:32.826460391 -0700
- Change: 2010-05-26 15:31:32.826480990 -0700
- $ stat /mnt/file-made-over-nfs
- File: `/mnt/file-made-over-nfs'
- Size: 0 Blocks: 0 IO Block: 16384 regular empty file
- Device: 16h/22d Inode: 4345263 Links: 1
- Access: (2767/-rwxrwSrwx) Uid: ( 0/ root) Gid: ( 0/ root)
- Access: 2010-05-26 15:31:32.826460100 -0700
- Modify: 2010-05-26 15:31:32.826460300 -0700
- Change: 2010-05-26 15:31:32.826480900 -0700
- ws-027: /mnt nathanr$ stat /mnt2/file-made-over-nfs
- File: `/mnt2/file-made-over-nfs'
- Size: 0 Blocks: 1 IO Block: 1048576 regular empty file
- Device: 17h/23d Inode: 111 Links: 1
- Access: (0775/-rwxrwxr-x) Uid: ( 1033/ nathanr) Gid: ( 6000/ film)
- Access: 2010-05-26 15:31:32.826460151 -0700
- Modify: 2010-05-26 15:31:32.826460391 -0700
- 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.
