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.

Trouble Mounting External Cifs Share

Featured Replies

I'm working to move transfer my Unraid data to a backup machine I setup (and testing) with FreeNas.

 

I setup FreeNas cifs share with anonymous permissions, and I can access that share (map the drive/folder) via a window machine just fine.

 

I made directory of /mnt/freenas

 

but when I tried to mount the share using the below, I get a permission denied.  The FreeNas share is set for anonymous, and I again I can connect just fine with no user/pass in windows.

 

root@unraidserver:/mnt# ls

disk1/  disk2/  disk3/  freenas/  user/

root@unraidserver:/mnt# mount -t cifs -o user=guest,password= //192.168.11.132/Public freenas

mount error(13): Permission denied

Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

root@unraidserver:/mnt#

 

Anyone see anything wrong with the above?

 

 

You seem to have omitted the parameter specifying the mount point in the local file system.

  • Author

The mount point on the local unraid is system is the 'freenas' folder that resides in the /mnt directory.

 

Since I am already in that directory, I only enter 'freenas'  vs 'mnt/freenas'

 

 

  • Author

Just to update after some searching I found that adding the following works "sec=ntlm"  to your -o options

 

root@unraidserver:/mnt/freenas# mount -t cifs -o  sec=ntlm,user=guest,password=//192.168.11.132/Public freenas

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.