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.

Adding commands to go-file. Or maybe there is a better way?

Featured Replies

After a lot of experimenting I found a solution for my NFS connected Bluray player to play ISOs and rips without stuttering and sound breakups. To establish this I had to lower the nfsd max_block_size to 4096. I used these commands in the CLI:

 

/etc/rc.d/rc.nfsd stop

echo 4096 > /proc/fs/nfsd/max_block_size

/etc/rc.d/rc.nfsd start

 

 

I now want this to survive a reboot.

 

Adding these lines to the end of the go file resulted in an error that /proc/fs/nfsd/max_block_size wasn't found.

 

Was this because all services weren't started yet? Should there be a delay added before these lines get executed? Or is there a better way to make it survive a reboot.

 

BTW, when I executed these lines a little later in telnet there were no errors.

I'm not sure if this will work but if you have the powerdown.plg installed then you can created a S00.sh script with the commands above. I believe that the S00 script occurs later on in the boot process.

  • Author

I don't know when  /proc/fs/nfsd/max_block_size is created. My guess is after the array disks are mounted, shares are up and NFS started. Is there a way to check if /proc/fs/nfsd/max_block_size is available or that it gets created with the value I want?

 

Can S00.sh be placed in the root of the flash disk?

 

 

Can S00.sh be placed in the root of the flash disk?

 

The powerdown package forum page gives you all the instructions. The S00.sh file lives on the flash disk under the plugin folder.

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.