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.

Struggling to mount external USB drive at boot

Featured Replies

Hi,

 

I'm struggling to mount an external USB drive at boot. Initially I just added the mount command to the go script, however I have now found out that the drive assignment changes on each boot...

 

I'm pretty sure I'm being stupid here, and there is a quick and easy way to do this :)

Hi,

 

I'm struggling to mount an external USB drive at boot. Initially I just added the mount command to the go script, however I have now found out that the drive assignment changes on each boot...

 

I'm pretty sure I'm being stupid here, and there is a quick and easy way to do this :)

yes, use the /dev/disk/by-id name
  • Author

Cool, and I could still add it to the go script to launch before the plugins ?

Plugins are loaded before go runs

 

Tapatalk from CM10.1 Kindle

 

 

  • Author

Really ? Because my go looks like below, so I assumed I could do mounts before packages are installed on boot...

 

root@Tower:~# cat /boot/config/go

#!/bin/bash

# Start the Management Utility

ulimit -n 20000;/usr/local/sbin/emhttp &

/boot/unmenu/uu

cd /boot/packages && find . -name '*.auto_install' -type f -print | sort | xargs -n1 sh -c

Plugins are loaded before go runs

 

Tapatalk from CM10.1 Kindle

Slight Correction...

plugins are installed prior to the config/go script being run, but it is up to the person who wrote the plugin to decide when they are actually "started"  It could be when installed, OR it could be when an "event" is called in the startup up sequence from within emhttp.

 

Look in /etc/rc.d/rc.local for the specific sequence(, and in your specific plugin.plg file )

  • Author

Aaah, excellent thanks !

Really ? Because my go looks like below, so I assumed I could do mounts before packages are installed on boot...

Plugins are installed before the go script runs, packages are installed under control of the go script.

 

Really ? Because my go looks like below, so I assumed I could do mounts before packages are installed on boot...

Plugins are installed before the go script runs, packages are installed under control of the go script.

I have seen it mentioned that packages in /boot/extra are installed before go runs also.

Really ? Because my go looks like below, so I assumed I could do mounts before packages are installed on boot...

Plugins are installed before the go script runs, packages are installed under control of the go script.

I have seen it mentioned that packages in /boot/extra are installed before go runs also.

true.  any packages in /boot/extra  are indeed installed first,  before the system plugins in /boot/plugins and before user-plugins in /boot/config/plugins.

See /etc/rc.d/rc.local for details.

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.