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.

Mounting USB stick while dev name changes?

Featured Replies

I want to permanently have an USB stick (formatted with reiserfs) mounted from my go script, however the stick changes its dev name each time unRAID reboots. Is there any work around this? Thanks for hints!

I want to permanently have an USB stick (formatted with reiserfs) mounted from my go script, however the stick changes its dev name each time unRAID reboots. Is there any work around this? Thanks for hints!

 

Instead using dev name directly, you can mount it through one of the links that are in  /dev/disk/

For example, you could use serial number:

mount /dev/disk/by-id/ata*${SOME_PART_OF_ITS_SERIAL_NUMBER}*part1  /your/mount/point

 

This works for VFAT, not sure if ReiserFS is the same...

 

Give the USB stick a LABEL, and then mount the disk by label. It's how it's done when running unRAID from HDD. You use the following listing inside of /etc/fstab or as parameters to the "mount" command. Replease the "UNRAID" and "/flash" with appropriate settings as needed.

 

/dev/disk/by-label/UNRAID /flash  vfat rw,noatime,nodiratime,umask=0,shortname=mixed 0   0

 

 

 

  • Author

Great, by-label and by-id -- thanks much guys!!

 

Btw, how do I label the disk without destroying the filesystem and data on the stick?

 

PS: Mounting by-id already works wonderful as the stick is a Lexar with a serial number.

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.