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.

Best way to setup a drive for Install programs

Featured Replies

I just setup a HP n40l with 1 parity drive and 3 share drives. Is what I would like to do now is add my old laptop drive in there to install programs on like plex/squeezebox/etc. Is this the best way to go about this and if so how do I do this?

 

 

Add laptop drive as cache.

Create mnt/cache/.programs directory on cache drive

viola programs installed

Add laptop drive as cache.

Create mnt/cache/.programs directory on cache drive

viola programs installed

 

I like to use .local on the cache drive.

 

i.e.

 

mkdir /mnt/cache/.local

 

then I make a symlink off /mnt with

 

cd /mnt && ln -s cache/.local local

ls -l | grep local

lrwxrwxrwx  1 root root  12 Feb  8 14:03 local -> cache/.local/

 

That leaves me with a root path tree of /mnt/local/

which lets me build Filesystem Hierarchy Standard from there.

 

We have /usr/local/bin, /usr/local/sbin, /usr/local/etc.  (etc, etc)

so I put my local programs I do not want to be on the ramdrive in /mnt/local

 

i.e.

 

/mnt/local/bin

/mnt/local/sbin

/mnt/local/etc

 

It also lets you compile programs using gnu tools with

 

./configure --prefix=/mnt/local

which then installs files in the respective directories in the respective root.

 

One day, I'll probably adjust the whole /boot/custom to be the same with /boot/local.

 

 

For those that use a separate apps drive different from the cache drive (or a separate partition).

 

You can mount apps/local tree with

 

mkdir /mnt/local

mount -L local /mnt/local

 

 

 

 

  • Author

I don't think I want to go the cache drive route - is there another method of doing this?

I don't think I want to go the cache drive route - is there another method of doing this?

 

Sure but you have do everything manually and script the mounting of the filesystem in the go script.

With the cache drive route, it will be mounted automatically on boot.

The only thing you need to do manually is make the .directory and/or add a few lines to the go script if you want to use the .local and symlink methodology.

 

If you are using v5b11 or higher, you can use Benni-chan's drive mount plugin. I am using it on my server and it works great.

 

Sent from my DROID2 using Tapatalk

Are you guys able to then setup the programs to run behind your computers VPN?

 

IE, install SABnzbd on Unraid cache drive as described above...

 

Then have your firewall block that application from accessing the network except when behind a VPN?

 

Thanks!

  • Author

If you are using v5b11 or higher, you can use Benni-chan's drive mount plugin. I am using it on my server and it works great.

 

Sent from my DROID2 using Tapatalk

 

In my test rig I tried v5b11 or something like that but too many issues with "NFS" shares for my wdtv live plus so I went back to 4.7 for now until the NFS issue is resolved.

  • Author

So I used snap to setup my spare laptop drive.

 

How do I go about installing squeezeboxserver on it?

 

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.