Having trouble Importing an existing pool - Read Only

New to OpenZFS on OS X (Or ZFS in general)? Ask your questions here!

Having trouble Importing an existing pool - Read Only

Postby Version3 » Sun Jan 01, 2023 9:40 pm

Subject is pretty clear, but let me provide what specifics I can (know to):

Pool was created on FreeNAS, and most recently was mounted read/write on Ubuntu 22.04 LTS. The user "version3" had read/write privileges (I feel like I had to make it owner) and the pool was working fine but there were other issues I was having with network shares and ZFS on that system. Enter this Mac install: Mackintosh running Monterey. I haven't installed anything else, but OpenZFSonOSX using the installer on the home page.

When attempting to import the pool (pool is called "Data", I kept getting a message that it failed to mount the read-only file system. The attributes for the pool indicate that it is not read-only, so I suspect this is permissions related. I've tried a number of things (more than I can keep track of) to deal with that, but now I'm getting "cannot import "Data": a pool with that name already exists".

I don't have anything mounted at /Data or /Volumes/Data as it's not returning anything when listing those locations.

Anyone have any idea what am I missing here? What additional information is needed to see where my knowledge gap is failing me?
Version3
 
Posts: 5
Joined: Sun Jan 01, 2023 9:31 pm

Re: Having trouble Importing an existing pool - Read Only

Postby Sharko » Mon Jan 09, 2023 9:39 pm

It sounds like you can import it, but not mount it, correct? Perhaps if you can run 'zpool get all Data' and post the result here someone may be able to spot some incompatibility in the feature set on the pool.

Another helpful clue might be found in zpool history; probably only need the first couple lines to see how it was created and what attributes were set initially.
Sharko
 
Posts: 230
Joined: Thu May 12, 2016 12:19 pm

Re: Having trouble Importing an existing pool - Read Only

Postby Version3 » Tue Jan 10, 2023 8:47 am

Oh great! Thanks for the specifics. I've run both of these, output below.

zpool get all Data
Code: Select all
NAME  PROPERTY                       VALUE                          SOURCE
Data  size                           18.1T                          -
Data  capacity                       95%                            -
Data  altroot                        -                              default
Data  health                         ONLINE                         -
Data  guid                           5726936431137257794            -
Data  version                        -                              default
Data  bootfs                         -                              default
Data  delegation                     on                             default
Data  autoreplace                    off                            default
Data  cachefile                      -                              default
Data  failmode                       continue                       local
Data  listsnapshots                  off                            default
Data  autoexpand                     on                             local
Data  dedupratio                     1.00x                          -
Data  free                           869G                           -
Data  allocated                      17.3T                          -
Data  readonly                       off                            -
Data  ashift                         0                              default
Data  comment                        -                              default
Data  expandsize                     -                              -
Data  freeing                        0                              -
Data  fragmentation                  36%                            -
Data  leaked                         0                              -
Data  multihost                      off                            default
Data  checkpoint                     -                              -
Data  load_guid                      10157005714504718345           -
Data  autotrim                       off                            default
Data  compatibility                  off                            default
Data  feature@async_destroy          enabled                        local
Data  feature@empty_bpobj            active                         local
Data  feature@lz4_compress           active                         local
Data  feature@multi_vdev_crash_dump  enabled                        local
Data  feature@spacemap_histogram     active                         local
Data  feature@enabled_txg            active                         local
Data  feature@hole_birth             active                         local
Data  feature@extensible_dataset     enabled                        local
Data  feature@embedded_data          active                         local
Data  feature@bookmarks              enabled                        local
Data  feature@filesystem_limits      enabled                        local
Data  feature@large_blocks           enabled                        local
Data  feature@large_dnode            disabled                       local
Data  feature@sha512                 enabled                        local
Data  feature@skein                  enabled                        local
Data  feature@edonr                  disabled                       local
Data  feature@userobj_accounting     disabled                       local
Data  feature@encryption             disabled                       local
Data  feature@project_quota          disabled                       local
Data  feature@device_removal         disabled                       local
Data  feature@obsolete_counts        disabled                       local
Data  feature@zpool_checkpoint       disabled                       local
Data  feature@spacemap_v2            disabled                       local
Data  feature@allocation_classes     disabled                       local
Data  feature@resilver_defer         disabled                       local
Data  feature@bookmark_v2            disabled                       local
Data  feature@redaction_bookmarks    disabled                       local
Data  feature@redacted_datasets      disabled                       local
Data  feature@bookmark_written       disabled                       local
Data  feature@log_spacemap           disabled                       local
Data  feature@livelist               disabled                       local
Data  feature@device_rebuild         disabled                       local
Data  feature@zstd_compress          disabled                       local
Data  feature@draid                  disabled                       local
Data  feature@zilsaxattr             disabled                       local
Data  feature@head_errlog            disabled                       local
Data  feature@blake3                 disabled                       local


zpool history
Code: Select all
History for 'Data':
2018-05-25.09:56:38 zpool create -o cachefile=/data/zfs/zpool.cache -o failmode=continue -o autoexpand=on -O compression=lz4 -O aclmode=passthrough -O aclinherit=passthrough -f -m /Data -o altroot=/mnt Data raidz1 /dev/gptid/d061c494-602b-11e8-8c97-e0d55ea38449 /dev/gptid/d1101eaa-602b-11e8-8c97-e0d55ea38449 /dev/gptid/d1c4810a-602b-11e8-8c97-e0d55ea38449 /dev/gptid/d281c1ec-602b-11e8-8c97-e0d55ea38449 /dev/gptid/d3370ff8-602b-11e8-8c97-e0d55ea38449
2018-05-25.09:56:41 zfs inherit mountpoint Data
2018-05-25.09:56:41 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-25.10:04:21 <iocage> zfs set org.freebsd.ioc:active=yes Data
2018-05-25.10:26:35 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2018-05-25.10:26:35 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-25.13:36:35 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2018-05-25.13:36:35 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-25.16:16:04 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2018-05-25.16:16:04 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-25.16:20:32 zfs create Data/jails
2018-05-25.16:49:35 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2018-05-25.16:49:35 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-25.16:54:28 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2018-05-25.16:54:28 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-25.17:02:47 zpool import -f -R /mnt 5726936431137257794
2018-05-25.17:02:47 zfs inherit -r mountpoint Data
2018-05-25.17:02:47 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-25.17:02:48 zfs set aclmode=passthrough Data
2018-05-25.17:02:50 zfs set aclinherit=passthrough Data
2018-05-25.17:02:55  zfs set mountpoint=legacy Data/.system
2018-05-25.17:06:07 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2018-05-25.17:06:07 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-25.17:51:10 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2018-05-25.17:51:10 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-26.01:57:55 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2018-05-26.01:57:55 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-26.02:09:18 zpool import -f -R /mnt 5726936431137257794
2018-05-26.02:09:19 zfs inherit -r mountpoint Data
2018-05-26.02:09:19 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-26.02:09:19 zfs set aclmode=passthrough Data
2018-05-26.02:09:22 zfs set aclinherit=passthrough Data
2018-05-26.02:09:27  zfs set mountpoint=legacy Data/.system
2018-05-26.02:44:17 zpool import -o cachefile=none -R /mnt -f Data
2018-05-26.02:44:17 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-26.02:54:43 zfs create -o quota=none -o refquota=none -o reservation=none -o refreservation=none -o casesensitivity=sensitive Data/Ubuntu
2018-05-26.02:54:48 zfs set aclmode=passthrough Data/Ubuntu
2018-05-26.11:12:23 zfs destroy -r Data/Ubuntu
2018-05-26.11:12:32 zfs destroy -r Data/jails
2018-05-26.11:45:09 zfs create -o quota=none -o refquota=none -o reservation=none -o refreservation=none -o casesensitivity=sensitive Data/Media
2018-05-26.11:45:14 zfs set aclmode=passthrough Data/Media
2018-05-26.22:29:20 zpool import -o cachefile=none -R /mnt -f Data
2018-05-26.22:29:20 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-26.23:05:33 zpool import -o cachefile=none -R /mnt -f Data
2018-05-26.23:05:33 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-26.23:58:02 zpool import -o cachefile=none -R /mnt -f Data
2018-05-26.23:58:02 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-27.02:41:58 zpool import -o cachefile=none -R /mnt -f Data
2018-05-27.02:41:58 zpool set cachefile=/data/zfs/zpool.cache Data
2018-05-31.23:56:50 zpool import -o cachefile=none -R /mnt -f Data
2018-05-31.23:56:50 zpool set cachefile=/data/zfs/zpool.cache Data
2018-06-13.18:06:09 zpool import -o cachefile=none -R /mnt -f Data
2018-06-13.18:06:09 zpool set cachefile=/data/zfs/zpool.cache Data
2018-06-17.23:46:56 zpool import -o cachefile=none -R /mnt -f Data
2018-06-17.23:46:56 zpool set cachefile=/data/zfs/zpool.cache Data
2018-07-01.00:01:13 zpool scrub Data
2018-07-08.00:18:32 zpool import -o cachefile=none -R /mnt -f Data
2018-07-08.00:18:32 zpool set cachefile=/data/zfs/zpool.cache Data
2018-07-15.00:20:48 zpool import -o cachefile=none -R /mnt -f Data
2018-07-15.00:20:48 zpool set cachefile=/data/zfs/zpool.cache Data
2018-07-18.03:01:53 zpool import -o cachefile=none -R /mnt -f Data
2018-07-18.03:01:53 zpool set cachefile=/data/zfs/zpool.cache Data
2018-07-22.00:18:29 zpool import -o cachefile=none -R /mnt -f Data
2018-07-22.00:18:29 zpool set cachefile=/data/zfs/zpool.cache Data
2018-08-04.00:45:15 zpool import -o cachefile=none -R /mnt -f Data
2018-08-04.00:45:15 zpool set cachefile=/data/zfs/zpool.cache Data
2018-08-05.09:13:15 zpool import -o cachefile=none -R /mnt -f Data
2018-08-05.09:13:15 zpool set cachefile=/data/zfs/zpool.cache Data
2018-08-05.09:13:20 zfs set aclmode=restricted Data/Media
2018-08-05.12:52:20 zpool import -o cachefile=none -R /mnt -f Data
2018-08-05.12:52:25 zpool set cachefile=/data/zfs/zpool.cache Data
2018-08-12.00:00:16 zpool scrub Data
2018-08-30.09:12:04 zpool import -o cachefile=none -R /mnt -f Data
2018-08-30.09:12:04 zpool set cachefile=/data/zfs/zpool.cache Data
2018-09-09.00:24:41 zpool import -o cachefile=none -R /mnt -f Data
2018-09-09.00:24:41 zpool set cachefile=/data/zfs/zpool.cache Data
2018-09-23.00:00:32 zpool scrub Data
2018-10-01.16:13:34 zpool import -o cachefile=none -R /mnt -f Data
2018-10-01.16:13:34 zpool set cachefile=/data/zfs/zpool.cache Data
2018-10-16.10:25:16 zpool import -o cachefile=none -R /mnt -f Data
2018-10-16.10:25:16 zpool set cachefile=/data/zfs/zpool.cache Data
2018-10-16.13:05:59 zfs create -o quota=none -o refquota=none -o reservation=none -o refreservation=none -o casesensitivity=sensitive Data/Home
2018-10-16.13:06:04 zfs set aclmode=passthrough Data/Home
2018-10-28.00:19:14 zpool import -o cachefile=none -R /mnt -f Data
2018-10-28.00:19:14 zpool set cachefile=/data/zfs/zpool.cache Data
2018-11-04.00:00:34 zpool scrub Data
2018-11-04.00:20:15 zpool import -o cachefile=none -R /mnt -f Data
2018-11-04.00:20:15 zpool set cachefile=/data/zfs/zpool.cache Data
2018-11-11.00:18:58 zpool import -o cachefile=none -R /mnt -f Data
2018-11-11.00:18:58 zpool set cachefile=/data/zfs/zpool.cache Data
2018-11-18.00:19:25 zpool import -o cachefile=none -R /mnt -f Data
2018-11-18.00:19:25 zpool set cachefile=/data/zfs/zpool.cache Data
2018-11-22.11:54:36 zpool import -o cachefile=none -R /mnt -f Data
2018-11-22.11:54:36 zpool set cachefile=/data/zfs/zpool.cache Data
2018-11-25.00:18:58 zpool import -o cachefile=none -R /mnt -f Data
2018-11-25.00:18:58 zpool set cachefile=/data/zfs/zpool.cache Data
2018-11-28.07:49:15 zpool import -o cachefile=none -R /mnt -f Data
2018-11-28.07:49:15 zpool set cachefile=/data/zfs/zpool.cache Data
2018-12-02.00:18:59 zpool import -o cachefile=none -R /mnt -f Data
2018-12-02.00:18:59 zpool set cachefile=/data/zfs/zpool.cache Data
2018-12-09.00:00:13 zpool scrub Data
2018-12-09.00:20:14 zpool import -o cachefile=none -R /mnt -f Data
2018-12-09.00:20:14 zpool set cachefile=/data/zfs/zpool.cache Data
2018-12-16.00:18:54 zpool import -o cachefile=none -R /mnt -f Data
2018-12-16.00:18:54 zpool set cachefile=/data/zfs/zpool.cache Data
2018-12-23.00:19:05 zpool import -o cachefile=none -R /mnt -f Data
2018-12-23.00:19:05 zpool set cachefile=/data/zfs/zpool.cache Data
2018-12-30.00:19:15 zpool import -o cachefile=none -R /mnt -f Data
2018-12-30.00:19:15 zpool set cachefile=/data/zfs/zpool.cache Data
2019-01-06.00:19:05 zpool import -o cachefile=none -R /mnt -f Data
2019-01-06.00:19:05 zpool set cachefile=/data/zfs/zpool.cache Data
2019-01-13.00:19:06 zpool import -o cachefile=none -R /mnt -f Data
2019-01-13.00:19:06 zpool set cachefile=/data/zfs/zpool.cache Data
2019-01-20.00:00:17 zpool scrub Data
2019-01-20.00:21:05 zpool import -o cachefile=none -R /mnt -f Data
2019-01-20.00:21:05 zpool set cachefile=/data/zfs/zpool.cache Data
2019-01-27.00:19:01 zpool import -o cachefile=none -R /mnt -f Data
2019-01-27.00:19:01 zpool set cachefile=/data/zfs/zpool.cache Data
2019-02-03.16:31:21 zpool import -o cachefile=none -R /mnt -f Data
2019-02-03.16:31:21 zpool set cachefile=/data/zfs/zpool.cache Data
2019-02-10.00:18:51 zpool import -o cachefile=none -R /mnt -f Data
2019-02-10.00:18:51 zpool set cachefile=/data/zfs/zpool.cache Data
2019-02-12.20:19:01 zpool import -o cachefile=none -R /mnt -f Data
2019-02-12.20:19:01 zpool set cachefile=/data/zfs/zpool.cache Data
2019-02-17.00:18:51 zpool import -o cachefile=none -R /mnt -f Data
2019-02-17.00:18:51 zpool set cachefile=/data/zfs/zpool.cache Data
2019-02-19.08:24:33 zpool import -o cachefile=none -R /mnt -f Data
2019-02-19.08:24:33 zpool set cachefile=/data/zfs/zpool.cache Data
2019-02-24.00:18:50 zpool import -o cachefile=none -R /mnt -f Data
2019-02-24.00:18:50 zpool set cachefile=/data/zfs/zpool.cache Data
2019-03-03.00:00:14 zpool scrub Data
2019-03-03.00:23:13 zpool import -o cachefile=none -R /mnt -f Data
2019-03-03.00:23:13 zpool set cachefile=/data/zfs/zpool.cache Data
2019-03-10.00:18:50 zpool import -o cachefile=none -R /mnt -f Data
2019-03-10.00:18:50 zpool set cachefile=/data/zfs/zpool.cache Data
2019-03-17.00:18:50 zpool import -o cachefile=none -R /mnt -f Data
2019-03-17.00:18:50 zpool set cachefile=/data/zfs/zpool.cache Data
2019-03-22.15:03:59 zpool import -o cachefile=none -R /mnt -f Data
2019-03-22.15:03:59 zpool set cachefile=/data/zfs/zpool.cache Data
2019-03-22.15:05:36 <iocage> zfs mount Data/iocage
2019-03-22.15:05:37 <iocage> zfs mount Data/iocage/download
2019-03-22.15:05:37 <iocage> zfs mount Data/iocage/images
2019-03-22.15:05:38 <iocage> zfs mount Data/iocage/jails
2019-03-22.15:05:38 <iocage> zfs mount Data/iocage/log
2019-03-22.15:05:39 <iocage> zfs mount Data/iocage/releases
2019-03-22.15:05:39 <iocage> zfs mount Data/iocage/templates
2019-03-26.09:05:53 zpool import -o cachefile=none -R /mnt -f Data
2019-03-26.09:05:53 zpool set cachefile=/data/zfs/zpool.cache Data
2019-04-14.00:00:21 zpool scrub Data
2019-05-15.07:10:28 zpool import -o cachefile=none -R /mnt -f Data
2019-05-15.07:10:28 zpool set cachefile=/data/zfs/zpool.cache Data
2019-05-26.00:00:19 zpool scrub Data
2019-05-31.16:58:40 zpool import -o cachefile=none -R /mnt -f Data
2019-05-31.16:58:40 zpool set cachefile=/data/zfs/zpool.cache Data
2019-06-07.08:59:10 zpool import -o cachefile=none -R /mnt -f Data
2019-06-07.08:59:10 zpool set cachefile=/data/zfs/zpool.cache Data
2019-07-03.21:31:53 zpool import -o cachefile=none -R /mnt -f Data
2019-07-03.21:31:53 zpool set cachefile=/data/zfs/zpool.cache Data
2019-07-07.00:00:19 zpool scrub Data
2019-07-25.11:22:17 zpool import -o cachefile=none -R /mnt -f Data
2019-07-25.11:22:17 zpool set cachefile=/data/zfs/zpool.cache Data
2019-07-25.11:58:09 zpool import -o cachefile=none -R /mnt -f Data
2019-07-25.11:58:09 zpool set cachefile=/data/zfs/zpool.cache Data
2019-07-25.12:15:09 <iocage> zfs set org.freebsd.ioc:active=no Data
2019-08-03.15:58:01 zpool import -o cachefile=none -R /mnt -f Data
2019-08-03.15:58:01 zpool set cachefile=/data/zfs/zpool.cache Data
2019-08-18.00:00:27 zpool scrub Data
2019-08-26.01:04:54 zpool import -o cachefile=none -R /mnt -f Data
2019-08-26.01:04:54 zpool set cachefile=/data/zfs/zpool.cache Data
2019-09-18.09:41:47 zpool import -o cachefile=none -R /mnt -f Data
2019-09-18.09:41:47 zpool set cachefile=/data/zfs/zpool.cache Data
2019-09-18.11:47:23 zpool import -o cachefile=none -R /mnt -f Data
2019-09-18.11:47:23 zpool set cachefile=/data/zfs/zpool.cache Data
2019-09-18.21:22:56 zpool import -o cachefile=none -R /mnt -f Data
2019-09-18.21:22:56 zpool set cachefile=/data/zfs/zpool.cache Data
2019-09-18.22:26:29 <iocage> zfs set org.freebsd.ioc:active=yes Data
2019-09-18.22:26:35 <iocage> zfs set org.freebsd.ioc:active=no Data
2019-09-19.15:45:01 zfs destroy -r Data/iocage
2019-09-19.23:22:15  zfs inherit  Data/Media
2019-09-19.23:22:15  zfs inherit  Data/Media
2019-09-19.23:22:15  zfs inherit  Data/Media
2019-09-19.23:22:16  zfs inherit  Data/Media
2019-09-19.23:22:16  zfs inherit  Data/Media
2019-09-19.23:22:16  zfs set copies=1 Data/Media
2019-09-19.23:22:16  zfs inherit  Data/Media
2019-09-19.23:22:17  zfs inherit  Data/Media
2019-09-19.23:22:22 zfs set aclmode=passthrough Data/Media
2019-09-20.14:31:15 zpool import -o cachefile=none -R /mnt -f Data
2019-09-20.14:31:15 zpool set cachefile=/data/zfs/zpool.cache Data
2019-09-20.14:53:16 zfs destroy -r Data/Media
2019-09-24.22:38:28 zpool import -o cachefile=none -R /mnt -f Data
2019-09-24.22:38:28 zpool set cachefile=/data/zfs/zpool.cache Data
2019-09-24.23:33:08 zpool import -o cachefile=none -R /mnt -f Data
2019-09-24.23:33:08 zpool set cachefile=/data/zfs/zpool.cache Data
2019-09-27.14:57:39 zpool import -o cachefile=none -R /mnt -f Data
2019-09-27.14:57:39 zpool set cachefile=/data/zfs/zpool.cache Data
2019-09-27.14:57:44 zfs set aclmode=restricted Data
2019-09-27.14:58:07  zfs set aclmode=passthrough Data/.system
2019-09-27.16:36:47 zfs set aclmode=restricted Data
2019-09-27.16:37:21 zfs set aclmode=restricted Data
2019-09-27.16:43:33 zpool import -o cachefile=none -R /mnt -f Data
2019-09-27.16:43:33 zpool set cachefile=/data/zfs/zpool.cache Data
2019-09-27.16:50:02  zfs set copies=1 Data
2019-09-27.16:50:07 zfs set aclmode=passthrough Data
2019-09-29.00:00:09 zpool scrub Data
2019-10-08.21:58:36  zfs set copies=1 Data
2019-10-08.21:58:41 zfs set aclmode=restricted Data
2019-10-08.21:59:36  zfs set copies=1 Data
2019-10-08.21:59:41 zfs set aclmode=passthrough Data
2019-10-13.23:10:42 zpool import -o cachefile=none -R /mnt -f Data
2019-10-13.23:10:42 zpool set cachefile=/data/zfs/zpool.cache Data
2019-11-10.00:00:17 zpool scrub Data
2019-11-30.21:14:05 zpool import -o cachefile=none -R /mnt -f Data
2019-11-30.21:14:05 zpool set cachefile=/data/zfs/zpool.cache Data
2019-12-09.16:08:03 zpool import -o cachefile=none -R /mnt -f Data
2019-12-09.16:08:03 zpool set cachefile=/data/zfs/zpool.cache Data
2019-12-15.00:01:17 zpool scrub Data
2020-01-03.10:07:35 zpool import -f -R /mnt 5726936431137257794
2020-01-03.10:07:35 zpool set cachefile=/data/zfs/zpool.cache Data
2020-01-03.10:07:41 zfs inherit -r mountpoint Data
2020-01-03.10:07:42 zfs set aclmode=passthrough Data
2020-01-03.10:07:43 zfs set aclinherit=passthrough Data
2020-01-03.10:07:43  zfs set mountpoint=legacy Data/.system
2020-01-03.10:07:44  zfs set mountpoint=legacy Data/.system/cores
2020-01-03.10:07:44  zfs set mountpoint=legacy Data/.system/samba4
2020-01-03.10:07:47  zfs set mountpoint=legacy Data/.system/webui
2020-01-03.11:37:32 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-01-03.11:37:32 zpool set cachefile=/data/zfs/zpool.cache Data
2020-01-04.10:19:52 zfs destroy -r Data/.system
2020-01-16.22:14:45 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-01-16.22:14:45 zpool set cachefile=/data/zfs/zpool.cache Data
2020-01-16.22:14:50 zfs set aclmode=restricted Data
2020-01-16.22:15:14  zfs set aclmode=passthrough Data/.system
2020-01-19.02:00:10 zpool scrub Data
2020-01-30.15:04:35 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-01-30.15:04:35 zpool set cachefile=/data/zfs/zpool.cache Data
2020-02-08.17:50:10 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-02-08.17:50:10 zpool set cachefile=/data/zfs/zpool.cache Data
2020-02-14.18:31:50 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-02-14.18:31:50 zpool set cachefile=/data/zfs/zpool.cache Data
2020-02-23.22:39:01  zfs set copies=1 Data
2020-02-23.22:39:06 zfs set aclmode=passthrough Data
2020-02-24.08:28:55  zfs set copies=1 Data
2020-02-24.08:29:00 zfs set aclmode=passthrough Data
2020-02-24.08:29:20 zfs set aclmode=passthrough Data
2020-02-29.23:23:29 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-02-29.23:23:29 zpool set cachefile=/data/zfs/zpool.cache Data
2020-03-01.02:00:16 zpool scrub Data
2020-03-01.12:59:57 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-03-01.12:59:57 zpool set cachefile=/data/zfs/zpool.cache Data
2020-03-27.15:28:12 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-03-27.15:28:12 zpool set cachefile=/data/zfs/zpool.cache Data
2020-03-27.17:42:17 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-03-27.17:42:17 zpool set cachefile=/data/zfs/zpool.cache Data
2020-04-12.02:00:14 zpool scrub Data
2020-05-24.02:00:27 zpool scrub Data
2020-06-25.19:17:56 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-06-25.19:17:56 zpool set cachefile=/data/zfs/zpool.cache Data
2020-06-25.19:21:55 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-06-25.19:21:55 zpool set cachefile=/data/zfs/zpool.cache Data
2020-07-05.02:00:24 zpool scrub Data
2020-07-13.10:40:50 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-07-13.10:40:50 zpool set cachefile=/data/zfs/zpool.cache Data
2020-08-16.02:00:24 zpool scrub Data
2020-08-18.08:48:04 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-08-18.08:48:04 zpool set cachefile=/data/zfs/zpool.cache Data
2020-08-20.16:37:36 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-08-20.16:37:36 zpool set cachefile=/data/zfs/zpool.cache Data
2020-09-27.02:00:33 zpool scrub Data
2020-11-08.02:00:08 zpool scrub Data
2020-12-16.07:45:33 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2020-12-16.07:45:33 zpool set cachefile=/data/zfs/zpool.cache Data
2020-12-20.02:00:17 zpool scrub Data
2021-01-31.02:00:20 zpool scrub Data
2021-03-12.20:34:15 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2021-03-12.20:34:15 zpool set cachefile=/data/zfs/zpool.cache Data
2021-03-14.03:00:24 zpool scrub Data
2021-04-25.02:00:18 zpool scrub Data
2021-05-05.08:51:38 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2021-05-05.08:51:38 zpool set cachefile=/data/zfs/zpool.cache Data
2021-05-10.23:21:28 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2021-05-10.23:21:28 zpool set cachefile=/data/zfs/zpool.cache Data
2021-05-17.20:35:05 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2021-05-17.20:35:05 zpool set cachefile=/data/zfs/zpool.cache Data
2021-05-17.21:12:06 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2021-05-17.21:12:06 zpool set cachefile=/data/zfs/zpool.cache Data
2021-05-24.23:20:06 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2021-05-24.23:20:06 zpool set cachefile=/data/zfs/zpool.cache Data
2021-05-29.21:07:12 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2021-05-29.21:07:12 zpool set cachefile=/data/zfs/zpool.cache Data
2021-06-06.02:00:14 zpool scrub Data
2021-06-26.12:14:55 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2021-06-26.12:14:55 zpool set cachefile=/data/zfs/zpool.cache Data
2021-07-02.23:04:52 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2021-07-02.23:04:52 zpool set cachefile=/data/zfs/zpool.cache Data
2021-07-06.23:01:56 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2021-07-06.23:01:56 zpool set cachefile=/data/zfs/zpool.cache Data
2021-07-18.02:00:14 zpool scrub Data
2021-07-20.23:14:43 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2021-07-20.23:14:43 zpool set cachefile=/data/zfs/zpool.cache Data
2021-08-29.02:00:13 zpool scrub Data
2021-10-05.14:58:53 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2021-10-05.14:58:53 zpool set cachefile=/data/zfs/zpool.cache Data
2021-10-10.02:00:18 zpool scrub Data
2021-10-13.14:57:18 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2021-10-13.14:57:18 zpool set cachefile=/data/zfs/zpool.cache Data
2021-11-14.02:00:14 zpool scrub Data
2021-12-19.02:01:11 zpool scrub Data
2022-03-20.01:25:22 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2022-03-20.01:25:22 zpool set cachefile=/data/zfs/zpool.cache Data
2022-03-20.02:00:12 zpool scrub Data
2022-04-24.02:01:12 zpool scrub Data
2022-06-13.19:05:24 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2022-06-13.19:05:24 zpool set cachefile=/data/zfs/zpool.cache Data
2022-10-03.14:40:47 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2022-10-03.14:40:47 zpool set cachefile=/data/zfs/zpool.cache Data
2022-10-09.02:00:39 zpool scrub Data
2022-11-26.16:52:20 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2022-11-26.16:52:20 zpool set cachefile=/data/zfs/zpool.cache Data
2022-11-27.02:00:16 zpool scrub Data
2022-12-23.21:55:49 zpool import -c /data/zfs/zpool.cache.saved -o cachefile=none -R /mnt -f 5726936431137257794
2022-12-23.21:55:49 zpool set cachefile=/data/zfs/zpool.cache Data
2022-12-26.23:44:53 zpool import -f Data
2022-12-27.00:01:51 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-27.00:10:23 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-27.00:25:27 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-27.19:41:04 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-27.19:59:40 zfs set mountpoint=/Data Data
2022-12-27.20:04:26 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-27.22:20:46 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-28.21:47:33 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-29.01:35:51 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-29.01:42:37 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-31.17:51:57 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-31.19:08:06 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-31.19:18:45 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-31.20:12:13 zpool import -c /etc/zfs/zpool.cache -aN
2022-12-31.20:20:24 zpool import -c /etc/zfs/zpool.cache -aN
2023-01-01.20:27:21 zpool export Data
2023-01-01.20:36:58 zpool export Data
2023-01-01.23:00:18 zfs set mountpoint=legacy Data
2023-01-01.23:09:51 zfs set readonly=off Data
2023-01-01.23:15:07 zpool import -a -d /var/run/disk/by-id
Version3
 
Posts: 5
Joined: Sun Jan 01, 2023 9:31 pm

Re: Having trouble Importing an existing pool - Read Only

Postby jawbroken » Tue Jan 24, 2023 4:50 am

Without any specific knowledge here, I would be suspicious of all the manipulation of the mount point in the history. My mountpoint (zfs get all) is set to /Volumes/name.
jawbroken
 
Posts: 61
Joined: Wed Apr 01, 2015 4:46 am

Re: Having trouble Importing an existing pool - Read Only

Postby Version3 » Tue Jan 24, 2023 6:35 am

There are two sets of problems driving that history... one, I had 2 different times that I had corrupted flash drives under FreeNAS that resulted in rebuilds and importing the pool and all that. The main one driving a lot of the history is my desire to move to Ubuntu, having trouble with importing and making writeable and ultimately abandoning due to some issues with some unrelated packages before just deciding to kill it and go to MacOS (where this problem took a while to resolve as well).

I'm currently moving and backing up the 17TB of stuff on there so that I can just start over with a clean pool and organization that better fits my current needs. All that to say, the history is a set of "known" issues, not manipulation or attempts to do something else by others... just an inexperienced owner.
Version3
 
Posts: 5
Joined: Sun Jan 01, 2023 9:31 pm


Return to Absolute Beginners Section

Who is online

Users browsing this forum: No registered users and 9 guests