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.

Copying from one device to unRAID

Featured Replies

Hi All,

 

I've been playing with unRAID on a C2550 server having also used freenas a little bit as well. I might post about my experience separately but I wanted to share something about what I am doing right now. I have a Synology NAS (arm based) which is sitting next to the unRAID server and on a high quality 24port gigabit switch. I wanted to transfer a directory of DVD ISOs (archive backups of my DVD collection) from the NAS to the unRAID. I firstly used Unassigned Devices to do a SMB mount and copy, which worked surprisingly well (although I think I need to report a bug for when you accidentally put a preceding "\" in the source share path).

 

But I also saw the guidance about using tar and netcat, so I thought I would give it a go. I also realised that ISOs are likely to contain compressible data so I though to give that a go as well. GZIP compression worked but max'ed out the CPU on the Synology, with a bit of interesting research I found that apparently lzop is supposed to be faster and more efficient than gzip, but my synology didn't have lzop available, even with optware/ipkg. I install lzop using an Arch linux package for ARM and it worked as a simple binary (using '--use-compress-program=/opt/bin/lzop'). But it seems that any compression is too much for the Synology and so I have resorted back to simple netcat.

 

One change I had to make was to use netcat at the synology end as well because a simple /dev/tcp/ip/port doesn't work on that kernel version. The command that works best for me is:

 

tar -cf - * | /opt/bin/nc 192.168.11.6 6666

and

netcat -l -p 6666 | tar -C ./ -xf -

 

[/img]

Untitled.png.fa1e79693f0cbc0726c82c133e48b8dd.png

Archived

This topic is now archived and is closed to further replies.

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.