Re: [zfs-discuss] Notations in zpool status

2009-03-30 Thread Mattias Pantzare
A useful way to obtain the mount point for a directory is with the df' command.  Just do 'df .' while in a directory to see where its filesystem mount point is: % df . Filesystem           1K-blocks      Used Available Use% Mounted on Sun_2540/home/bfriesen                      119677846  

Re: [zfs-discuss] Notations in zpool status

2009-03-30 Thread Harry Putnam
Mattias Pantzare pant...@ludd.ltu.se writes: Nice, I see by default it appears the gnu/bin is put ahead of /bin in $PATH, or maybe some my meddling did it, but I see running the Solaris df several more and confusing entries too: /system/contract   (ctfs              ):       0 blocks

[zfs-discuss] Notations in zpool status

2009-03-29 Thread Harry Putnam
Is there some handy way to make notations about zpools. Something that would show up in the output of `zpool status' (or some other command) I mean descriptive notes maybe outlining the zpools' purpose? Browsing around in `man zpool' I don't see that, but may be overlooking it. The man page is

Re: [zfs-discuss] Notations in zpool status

2009-03-29 Thread Brent Jones
On Sun, Mar 29, 2009 at 8:54 AM, Harry Putnam rea...@newsguy.com wrote: Is there some handy way to make notations about zpools.  Something that would show up in the output of `zpool status' (or some other command) I mean descriptive notes maybe outlining the zpools' purpose? Browsing around

Re: [zfs-discuss] Notations in zpool status

2009-03-29 Thread Harry Putnam
Brent Jones br...@servuhome.net writes: zfs set note:purpose=This file system is important zfs get note:purpose somefilesystem Maybe that helps... Heck of a start... thanks. It would be nice to be able to find that stuff per zpool though, because to me it gets kind of confusing where zfs

Re: [zfs-discuss] Notations in zpool status

2009-03-29 Thread Bob Friesenhahn
On Sun, 29 Mar 2009, Harry Putnam wrote: Brent Jones br...@servuhome.net writes: zfs set note:purpose=This file system is important zfs get note:purpose somefilesystem Maybe that helps... Heck of a start... thanks. It would be nice to be able to find that stuff per zpool though, because

Re: [zfs-discuss] Notations in zpool status

2009-03-29 Thread Harry Putnam
Bob Friesenhahn bfrie...@simple.dallas.tx.us writes: [...] A useful way to obtain the mount point for a directory is with the df' command. Just do 'df .' while in a directory to see where its filesystem mount point is: % df . Filesystem 1K-blocks Used Available Use%