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 unRAID shares in Linux

Featured Replies

OK, I have read a few threads here showing how to mount unRAID shares on another machine running Linux but for the life of me I cannot get it working.  I am thinking that there is a setting on my unRAID machine itself that I need to change.  My machine is running Linux Mint 13, and I have installed the cifs utilities package.

 

The command I am using is as follows:

 

//192.168.0.189/Backups /mnt/Backups cifs username=<user>,password=<pwd>,noperms,uid=nobody,gid=users 0 0

 

The response back in the terminal is:

 

bash: //192.168.0.189/Backups: No such file or directory

 

Is there something I need to do on the unRAID side of things to make my shares available to mount in Linux?  I can browse to the shares using nautilus but I simply cannot mount them.  I need to mount my backups directory so I can point my backup utility there.

 

OK, I have read a few threads here showing how to mount unRAID shares on another machine running Linux but for the life of me I cannot get it working.  I am thinking that there is a setting on my unRAID machine itself that I need to change.  My machine is running Linux Mint 13, and I have installed the cifs utilities package.

 

The command I am using is as follows:

 

//192.168.0.189/Backups /mnt/Backups cifs username=<user>,password=<pwd>,noperms,uid=nobody,gid=users 0 0

 

The response back in the terminal is:

 

bash: //192.168.0.189/Backups: No such file or directory

 

Is there something I need to do on the unRAID side of things to make my shares available to mount in Linux?  I can browse to the shares using nautilus but I simply cannot mount them.  I need to mount my backups directory so I can point my backup utility there.

you are missing the word "mount" and the mount options.

 

mount -t cifs -o username=server_user,password=secret,noperms,uid=nobody,gid=users  //192.168.0.189/Backups /mnt/Backups

  • Author

D'oh .... man that is embarrassing.  Thanks a bunch!

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.