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.

Y no 1 wants to reply - Cannot access data from Ubuntu11, says Permission Denied

Featured Replies

So something went bad with my unraid machine. I cannot access the share or gui at all. Connecting the drives to ubuntu box see's the drive but does not let me see the data. Says Permission denied. Has anyone tried to do something like this? My ubuntu is on ReiserFS file system.

You can check this post for some additional info: http://lime-technology.com/forum/index.php?topic=13317.0.

 

I use a line like this in my Ubuntu fstab to mount my unRAID shares:

 

//192.168.0.10/disk1 /mnt/disk1 cifs username=<unRAID user>,password=<unRAID user password>,noperms,uid=nobody,gid=users 0 0

  • Author

Dase,

Thanks for the reply. This place almost made me pull my hair. Anyways I am new to linux world. I don't have any password for my unraid server, so what to replace the blank password?

 

//192.168.0.10/disk1 /mnt/disk1 cifs username=root,password=<unRAID user password>,noperms,uid=nobody,gid=users 0 0

 

Also, so i need to use the command prompt of ubuntu instead of GUI?

I'm not sure how to do it from the GUI. From the command prompt, do something similar to the following.

 

1. On your Ubuntu box create a directory to hold your unRAID shares. I created one at the root called tower.

 

sudo mkdir /tower
sudo mkdir /tower/disk1

 

2. Let's mount the unRAID disk1 inside your Ubuntu /tower/disk1 (my unRAID is at 192.168.0.10, change this to match yours):

 

sudo mount -t cifs -o noperm,user=<unraid user>,password=,uid=nobody,gid=users //192.168.0.10/disk1 /tower/disk1

 

3. Check to make sure it worked:

 

cd /tower/disk1
ls

 

You should see your unRAID disk1 directories.

 

  • Author

Dase, may be miss-communicated the issue to you. I cannot connect to my unraid box from my network. The gui and share cannot be accessed. So I am trying to physically connect the unraid drives to ubuntu machine (thru usb or sata) and then access the data that ways. So connecting to unraid from ubuntu cannot happen.

Chillpill,

 

It looks to me like that's exactly what Dase has just explained to you.  Do everything he says from your Ubuntu box not unRaid.

  • Author

PCRx,

So may I ask, in command line

sudo mount -t cifs -o noperm,user=<unraid user>,password=,uid=nobody,gid=users //192.168.0.10/disk1 /tower/disk1

 

What is the purpose of ip address?

  • Author

As i thought, IP address did not work. I attached the drive to ubuntu system and located the path. The problem now is it show the folder empty. I know there is content in there coz used another tool on window that did show the data in there but was read-only tool, so relief there, but could not copy/paste. Suggestions?

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.