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.

steelsoap

Members
  • Joined

  • Last visited

Everything posted by steelsoap

  1. I am pretty unhappy with what unraid provides in this regard. As part of my migration, I have to manually mount all my disk as UD cannot mount most of them. I have to manually copy it to a disk or multiple disks of the array, cannot copy to share. All this as root on a system without even the "man" utility and without straightforward way to install such utilities or customizations. Also, performance is very slow of the copies. Reconstructive write would help I'd imagine but not with my later use cases. I should probably try to set up a priviliaged container and do everything from there.
  2. steelsoap replied to RobJ's topic in Lounge
    Btw the source disk is not part of the array so only one disk would have IO on it, BUT I have that other disk clear going on as well so that makes 2.
  3. steelsoap replied to RobJ's topic in Lounge
    Well, I enabled reconstructive write and now my other disk in the array has read operations going on on it, spiking up to 4MB/s. Speed of copy remains unaffected.
  4. steelsoap replied to RobJ's topic in Lounge
    I wonder how it knows when such operation finishes. I thought it working "dynamically" means that it (de)activates between lower level operations like individual file copies.
  5. steelsoap replied to RobJ's topic in Lounge
    Quick question. I have a disk clear going on with a newly added disk. I have a disk-to-disk copy going on. What happens if during all this I flip this switch to "reconstruct write"?
  6. Just modify flash's /etc/profile or /etc/profile.d and that's it? Would that be the most practical way of doing it? And how does the new bash history feature work? I don't see ".bash_history" referenced anywhere yet it works.
  7. As of late we can have bash history. Not bad. But I want to have a shell init process involving sourcing bashrc and things like that. Could be done in multiple ways (modify flash files or use cache/array), I am curious if anyone has a well thought out User Script that does this.
  8. It's under Settings -> Console Settings -> Persistent Bash History btw. I wonder how it actually works though.
  9. Okay, so as described here, Bit weird that I can't copy from a isolated UD disk to a share but alright. So disk-to-disk is okay.
  10. I added my PCI bridge's id to the syslinux configuration as pcie_acs_override, like so: Find this id at Tools System devices; looks like this for me: [<PCI bridge id>] 03:00.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] 400 Series Chipset PCIe Bridge (rev 01) Go to Main tab, find your Flash device, click on it Scoll down to Syslinux Configuration At Unraid OS section change "append initrd=/bzroot" to "append initrd=/bzroot pcie_acs_override=id:<PCI bridge id>" I tried vfio-pci.ids=... method but that resulted in erroneous boot. This guided me: EDIT: On ther other hand, unfortunately, the virtualized guest functions way slower so something's not right.
  11. There are checkboxes I can't check, 2 groups', one of which has my VGA. So this will require me to delve deeper in to sysconfig modification.
  12. I swapped my VGA and a sata expansion card. VGA was in a PCIe x16 v3 slot, now it's in a v2 one. Now I can't create a (linux mint 22) VM: Logs: 2024-10-26 17:32:25.442+0000: 25653: warning : qemuDomainObjTaintMsg:7164 : Domain id=3 name='mainmint' uuid=f2c2a99c-b682-1055-3f61-d81ba4872679 is tainted: high-privileges 2024-10-26 17:32:25.666+0000: 540951: error : qemuMonitorIORead:397 : Unable to read from monitor: Connection reset by peer 2024-10-26 17:32:25.666+0000: 540951: error : qemuProcessReportLogError:1933 : internal error: QEMU unexpectedly closed the monitor (vm='mainmint'): qxl_send_events: spice-server bug: guest stopped, ignoring 2024-10-26T17:32:25.633251Z qemu-system-x86_64: -device {"driver":"vfio-pci","host":"0000:25:00.0","id":"hostdev0","bus":"pci.0","addr":"0x5"}: vfio 0000:25:00.0: group 15 is not viable Please ensure all devices within the iommu_group are bound to their vfio bus driver. I can boot into my Ubuntu OS on the same machine without any issue. Is there a way to reset libvirt state? Or do you have some recommendation? (I couldn't connect to my existing VM with another error but along these lines)
  13. Couldn't I just maybe cp/mv stuff between disks inter- & intra-array as written here: https://docs.unraid.net/legacy/FAQ/transferring-files-within-the-unraid-server/? Not a lot of caveats are mentioned here but I'm sure there are plenty.
  14. That would be very cumbersome. Using another computer to host the disks, similarly.
  15. Okay, but I don't see how that helps me mounting my device.
  16. I use v7-beta3 I am having issues trying to copy from a manually mounted device (because UD couldn't handle it) to a user share: Invalid target Enter a valid target I imagine the cause is similar to this: This device is not part of the array or anything. Any tips?
  17. Oh, WebGUI's File Manager (using v7-beta3) recognizes the mounted drive so happy ending we have. EDIT: I actually get an invalid target error when wanting to copy from physical device (not part of any array or share) to my user share, see post:
  18. No surprise here, this does the job: /usr/sbin/cryptsetup luksOpen /dev/sd<drive letter> <label> && mkdir /mnt/<label> && mount /dev/mapper/<label> /mnt/<label> Unraid WebGUI couldn't care less though, no changes there. So now I have to figure out how to do this copying with root user to a share.
  19. Ehrm. I would rather not lose that ~13 TB of data So UD(+) cannot recognize these disks because cryptsetup was applied to the whole device not a partiton. Hm, I wonder why UD is like that, it shouldn't matter if there's no underlying partition, it is mounted beautifully by various other tools. That's not good. I will do some testing manually as suggested by the reddit article.
  20. I can't select any disk in the settings, it doesn't offer me a disk in the dropdown of Disk Password Set Encrypted Disk Password Password is the same actually anyways. (I didn't create these disks with unraid) Disks:
  21. This has been asked before but there was no solution as far as I saw... How to mount an encrypted disk? Do I have to resort to the command-line or am I missing something (I have UD+ as well)? From, https://eddrit.com/r/unRAID/comments/18xro2f/encrypted_unassigned_devices_password_location/ /usr/sbin/cryptsetup luksOpen 'drive path' 'label' And then it will be mountable? Also, it's hard to search long threads like this.
  22. Windows XP TempleOS GNU/Linux
  23. Yes without Unraid OS, just mounting the subsets as JBODs read-only for whatever reason.
  24. Alright, I get it. Thanks! But the reason is that as I described it's more straightforward to access the data without unRAID in my opinion.
  25. 1. Can some of you please share your thoughts on how you use this? Is it a good idea to heavily rely on this and create my shares so that all use disjoint subsets of my disks for clearer data layout as opposed to "any can be anywhere"? 2. Why is it not a good idea to mix local and global include/excludes? 3. It would be nice if the docs elaborated on this feature further and how it affects the rebuilding processes in case of disk replacement. For example I imagine a parity disk won't help too much if a share is set to include only 1 disk (or 2 disks in case of 2 parity disks), are such low numbers even allowed?

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.