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.

Trying to edit my GO file to run HDPARM on startup.

Featured Replies

I can see the file via krusader on the flash drive. What would I use to edit the file? Is there a notepad++ equivalent for unraid?

You can use any particular file editor, including notepad on Windows (over the network).  No need to worry about linux style line endings on the go file.

 

But, personally, I'd just use nano from the terminal

 

nano /boot/config/go

CTRL-X will save and exit.

  • Author

Thank you so much squid. You have been helping me a ton. I really appreciate it.

 

I am trying to figure out nano. When I type that command in, it takes me to

#!/bin/bash
# Start the Management Utility

What do I do from there?

 

I don't mind using windows and notepad++, but how do I navigate my windows to the boot folder?

Edited by m0larmechanic

9 minutes ago, m0larmechanic said:

What do I do from there?

 

You add your command to that script

 

9 minutes ago, m0larmechanic said:

I don't mind using windows and notepad++, but how do I navigate my windows to the boot folder?

Go to the flash share

  • Author

Got it. Thank you

  • 9 months later...

Hope it's ok to just piggyback this discussionas i'm trying to do the same ... my 'go' file currently looks like this -

 

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &
Copies all files needed for authorised ssh connections
mkdir /root/.ssh
cp /boot/config/ssh/* root/.ssh/
cd /root/.ssh
chmod 600 *
#Copies all files needed for authorised ssh connections
mkdir /root/.ssh
cp /boot/config/ssh/* /root/.ssh/
cd /root/.ssh
chmod 600 *

 

Is this just the default file and if i need to add it to add SSH entries am i able to just overwrite the contents OR do i need to append to this file in its entirety?

 

Basic question i know, but just want to make sure ... thx!

Edited by superloopy1

1 hour ago, superloopy1 said:

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &

^^^ This is the default file.  Everything else you've already appended.

Did i do the appending??

 

I dont think i've actually touched that file before so i'm guessing that unraid does it at some point, maybe associated with the ssh side of things, certainly wasnt me.

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.