August 22, 20241 yr Hi all, I got a Minisforum S100 with an internal 256GB UFS2.1 SSD. Unfortunately this won't be recognized by unraid. I already tried unassigned devices and unassigned devices plus. Windows 11 is preinstalled on this SSD. I want to delete this and use it as a pool. Do you have any suggestion how to use this? Thanks alot and best regards Edited August 22, 20241 yr by Dexter84
August 22, 20241 yr Community Expert If that is some kind of eMMC device it won't be supported, but please post the diagnostics.
August 22, 20241 yr Author untv-diagnostics-20240822-1647.zip Please find attached. I'm not sure what kind this is. This is a working solution for ubuntu and this device: You need to add the modules for booting off Universal Flash Storage (UFS). Boot from your Ubuntu installation USB. Mount the root partition of your Ubuntu installation to /mnt. Open a terminal from /mnt. Type: sudo mount --bind /dev "$PWD/dev" sudo mount --bind /proc "$PWD/proc" sudo mount --bind /sys "$PWD/sys" Type: sudo chroot "$PWD" /bin/bash --login Type: echo "ufshcd" >> /etc/initramfs-tools/modules echo "ufshcd-pci" >> /etc/initramfs-tools/modules Type: update-initramfs -u -k all exit Restart your computer and it should boot from your Ubuntu installation on the Universal Flash Storage (UFS). Edited August 22, 20241 yr by Dexter84
August 22, 20241 yr Community Expert Unraid doesn't have a driver for that, that type of device is mostly used with Tablets and Smartphones, but I've asked LT to see if it's possible to add support, it should be fairly simple, I'll report here when I have more news.
August 22, 20241 yr Author 3 hours ago, JorgeB said: Unraid doesn't have a driver for that, that type of device is mostly used with Tablets and Smartphones, but I've asked LT to see if it's possible to add support, it should be fairly simple, I'll report here when I have more news. Thanks a lot. I'm waiting for your feedback
August 27, 20241 yr Community Expert Next v7.0.0 beta/rc release should have support for this, please confirm once it's out.
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.