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.

can't not mount the unraid array's 4Kn disk in debian13/ubuntu24 liveCD

Featured Replies

I have a question regarding mounting Unraid array disks outside of Unraid.

Setup:

  • Unraid 7.1.4 Pro

  • Several array disks: most are 512e, one disk is 4Kn

  • Disk filesystem: XFS

  • Debian 13 / Ubuntu 22.04 Live ISO tested

  • Trying to mount the 4Kn disk:

    mount -t xfs -o nouuid,ro /dev/sdh1 /mnt/disk8

    or

    mount /dev/sdh1 /mnt/disk8

  • Problem:

    • For all the four 512e disks, mounting works fine including rw

    • For the 4Kn disk, mounting fails with:

    mount: /mnt/disk8: mount(2) system call failed: Function not implemented (ubuntu)

    mount:/mnt/disk8:fsconfig()failed:Function not implemented.dmesg(1)may have more information after failed mount system call (debian)

  • However, this disk works fine in the Unraid 7.1.4 array. I even tried rebuilding the array normally to clear and reformat this disk, but the problem persists. I just want to transfer some data in a Live CD environment because data transfer within Unraid consumes a lot of CPU.

  • Question:

    • Is there any way to safely mount a 4Kn Unraid array disk on a Linux Live system for data recovery or inspection?

    • Or is it only possible to mount it within Unraid using the OS / Unassigned Devices plugin?

    • Any tips to safely access data without risking the array?

    Thank you for any advice or insights!

Edited by xemaco

Solved by JorgeB

  • Community Expert
  • Solution

It's a known issue with 4Kn devices and XFS array devices, pool devices are fine, this should work:

mkdir /temp

mount -t xfs -o offset=0 /dev/sdX1 /temp

  • Author
32 minutes ago, JorgeB said:

It's a known issue with 4Kn devices and XFS array devices, pool devices are fine, this should work:

mkdir /temp

mount -t xfs -o offset=0 /dev/sdX1 /temp

nice,than you very much!!

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.