Re: Zfs on NetBSD

2019-08-04 Thread Ron Georgia
Because I don't like loose ends, I thought I would follow-up (update) the zfs issue. I did make my system 8.99.51, user land included. Zfs worked as expected I did a fresh (new) install of 9BETA and zfs works as expected, no errors. Just wanted to thank everyone for their help and input. $ sudo z

Re: Zfs on NetBSD

2019-07-31 Thread Ron Georgia
I updated "everything" to 8.99.51 and now have zfs running. Was able to create a mirrored pool. Thanks all for the responses. I'm sure there will be more questions coming. On 7/28/19, 9:11 AM, "Chavdar Ivanov" wrote: On second thought, ' zpool scrub' worked as expected; the amount ini

Re: Zfs on NetBSD

2019-07-28 Thread Chavdar Ivanov
On second thought, ' zpool scrub' worked as expected; the amount initially copied was not enough to notice it. It does tak a lot of memory, though - as expected, during the tar copy: ... Memory: 8387M Act, 4101M Inact, 40K Wired, 38M Exec, 12G File, 31M Free ... (on a 20GB laptop). On Sun, 28 Jul

Re: Zfs on NetBSD

2019-07-28 Thread Chavdar Ivanov
For quite a while I hadn't tried ZFS under NetBSD; it used to crash for me years ago under load and didn't seem much in the focus of the development, I think it is fair to say. Following this thread, I decided to give it a go. There was presently unused 32GB mSATA card in one of my laptops, which I

Re: Zfs on NetBSD

2019-07-27 Thread Greg Troxel
Ron Georgia writes: > Yes, I do have /dev/zfs. > $ ll /dev/zfs > crw--- 1 root wheel 190, 0 Jul 21 15:23 /dev/zfs > > I did find the zfs.mod, but get this error when trying to load it. > $ sudo modload /stand/amd64/8.1/modules/zfs/zfs.kmod > modload: /stand/amd64/8.1/modules/zfs/zfs.kmod:

Re: Zfs on NetBSD

2019-07-27 Thread Yuuki Enomoto
Hello I'm using ZFS on NetBSD 8.99.51 too. Try zfs(8) command with sudo(8). In my experience, NetBSD's zfs(8) requries root privileges. Thank you 2019年7月28日(日) 9:07 Ron Georgia : > Yes, I do have /dev/zfs. > $ ll /dev/zfs > crw--- 1 root wheel 190, 0 Jul 21 15:23 /dev

Re: Zfs on NetBSD

2019-07-27 Thread Ron Georgia
l 2019, at 20:55, Ron Georgia wrote: > > All, > I am trying to setup (i.e. learn about) zfs. I see /sbin/zfs; however, when I issue a zfs command I get the following error. I can’t find much info on setting up ZFS on NetBSD. Any links or pointers would be helpful. >

Re: Zfs on NetBSD

2019-07-27 Thread J. Hannken-Illjes
> On 26. Jul 2019, at 20:55, Ron Georgia wrote: > > All, > I am trying to setup (i.e. learn about) zfs. I see /sbin/zfs; however, when I > issue a zfs command I get the following error. I can’t find much info on > setting up ZFS on NetBSD. Any links or pointers would be h

Re: Zfs on NetBSD

2019-07-27 Thread Edgar Pettijohn
find much info on > setting up ZFS on NetBSD. Any links or pointers would be helpful. > > $ zfs status > internal error: failed to initialize ZFS library > > Even though I am running current, I thought the users mailing list might be > best. > > $ uname -a > NetBSD cleme

Re: Zfs on NetBSD

2019-07-26 Thread Herbert J. Skuhra
On Fri, Jul 26, 2019 at 02:55:11PM -0400, Ron Georgia wrote: > All, > I am trying to setup (i.e. learn about) zfs. I see /sbin/zfs; however, > when I issue a zfs command I get the following error. I can’t find much > info on setting up ZFS on NetBSD. Any links or pointers would

Zfs on NetBSD

2019-07-26 Thread Ron Georgia
All, I am trying to setup (i.e. learn about) zfs. I see /sbin/zfs; however, when I issue a zfs command I get the following error. I can’t find much info on setting up ZFS on NetBSD. Any links or pointers would be helpful. $ zfs status internal error: failed to initialize ZFS library Even