Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Zpool operations to change sync disabled and ashift value

Featured Replies

I run a zpool of 4x4TB nvme.

I'm not happy with sync=auto and ashift=12, 

 

I can use the cli to manually create a pool with the options I want.  HOW do I 'import' it into the GUI? If I create a pool there, it'll reformat with defaults of ashift=12 etc.

 

Is it possible?

Solved by JorgeB

  • Community Expert

Sync option can be changed at any time, ashift only during pool creation.

 

To import a manually created pool, you just need to assign all the pool devices, leave the fs set to "auto", and then start the array (pool must be exported).

 

 

  • Author

I may be doing steps wrong, here's what I'm doing:

sudo zpool create -o ashift=13 -O sync=disabled -O recordsize=1M mypool raidz /dev/nvme0n1 /dev/nvme1n1 /dev/nvme2n1 /dev/nvme3n1

 

Then in GUI I create 4 disk pool with fs=auto. upon array startup, it keeps saying: unmountable: unsupported or no filesystem. Should I be formatting the zpool or anything else manually before I drop into gui?

image.png.779fe05273b5202b853195a3e24f2254.png

image.thumb.png.f7001b4f6eacd4a1d01be4e7fa26ccb0.png

 

I also tried the following after manual pool creation before setting in gui:

 

sudo zfs set aclmode=passthrough speedteam

sudo zfs set aclinherit=passthrough speedteam

sudo chmod -R 777 /speedteam

sudo zfs set mountpoint=/speedteam speedteam

Edited by Unoid

  • Community Expert
  • Solution
7 hours ago, JorgeB said:

pool must be exported

type

zpool export speedteam

then restart the array, and if it still doesn't mount, post the diagnostics.

  • Author
36 minutes ago, JorgeB said:

type

zpool export speedteam

then restart the array, and if it still doesn't mount, post the diagnostics.

 that was it! thank you again for the zfs help!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.