[zfs-discuss] Re: Is there an idiot's guide to creating network access for users?

2007-02-25 Thread Tor
Warning: You are now entering The Bad Joke Zone!!! Well, I'm actually leaning more towards Linedance... Thank you. You are now exiting The Bad Joke Zone. Sorry, just had to get that one off my chest...sort of to conceal that I haven't got the foggiest idea. I didn't even know that there were

Re: [zfs-discuss] Are media files compressable with ZFS?

2007-02-25 Thread Nicolas Williams
On Sat, Feb 24, 2007 at 11:15:33AM -0800, Tor wrote: I have read the FAQ, and it states that encrypted data can't be compressed. But is there any point in using compression on my media file server, that will store ripped DVD's (which are compressed in their default state), our digital photos

[zfs-discuss] .zfs snapshot directory in all directories

2007-02-25 Thread Thomas Garner
Since I have been unable to find the answer online, I thought I would ask here. Is there a knob to turn to on a zfs filesystem put the .zfs snapshot directory into all of the children directories of the filesystem, like the .snapshot directories of NetApp systems, instead of just the root of the

Re: [zfs-discuss] zfs bogus (10 u3)?

2007-02-25 Thread Wee Yeh Tan
Jens, What's the output of zpool list zfs list ? On 2/26/07, Jens Elkner [EMAIL PROTECTED] wrote: Is somebody able to explain this? elkner.isis /zpool1 df -h ... zpool1 21T 623G20T 3%/zpool1 ... elkner.isis /zpool1 ls -al total 1306050271 drwxr-xr-x 2

[zfs-discuss] Efficiency when reading the same file blocks

2007-02-25 Thread Jeff Davis
if you have N processes reading the same file sequentially (where file size is much greater than physical memory) from the same starting position, should I expect that all N processes finish in the same time as if it were a single process? In other words, if you have one process that reads

Re: [zfs-discuss] Efficiency when reading the same file blocks

2007-02-25 Thread Neil Perrin
Jeff Davis wrote On 02/25/07 20:28,: if you have N processes reading the same file sequentially (where file size is much greater than physical memory) from the same starting position, should I expect that all N processes finish in the same time as if it were a single process? Yes I would

[zfs-discuss] How do i know which file system I am using?

2007-02-25 Thread Vikrant Kumar Choudhary
I am using Solaris 10 and i am not a super user. How do i know which filesytem ,i am using. and can i use ZFS filesystem locally. I mean in case my admin is not using that can i test it locally. Thanks, Vikrant This message posted from opensolaris.org

Re: [zfs-discuss] How do i know which file system I am using?

2007-02-25 Thread dudekula mastan
I am using Solaris 10 and i am not a super user. How do i know which filesytem ,i am using. To know FS type of a device use fstyp command. For more information about this command refer man page. and can i use ZFS filesystem locally. I mean in case my admin is not using that can i test

Re: [zfs-discuss] How do i know which file system I am using?

2007-02-25 Thread Frank Cusack
On February 25, 2007 10:46:38 PM -0800 Vikrant Kumar Choudhary [EMAIL PROTECTED] wrote: I am using Solaris 10 and i am not a super user. How do i know which filesytem ,i am using. and can i use ZFS filesystem locally. I mean in case my admin is not using that can i test it locally. That's

Re: [zfs-discuss] How do i know which file system I am using?

2007-02-25 Thread Nicolas Williams
On Sun, Feb 25, 2007 at 10:46:38PM -0800, Vikrant Kumar Choudhary wrote: I am using Solaris 10 and i am not a super user. How do i know which filesytem ,i am using. and can i use ZFS filesystem locally. I mean in case my admin is not using that can i test it locally. df(1M) and mount(1M) show