Mount AmazonDrive to FreeNAS

Status
Not open for further replies.

ArgaWoW

Patron
Joined
Jul 4, 2015
Messages
444
Hello,

I am want to mount my unlimited AmazonDrive to my FreeNAS Server. I have found acd_cli, but I have no idea how to set it up.

Can anyone give me some advice please :)

Thanks for your help
 
Last edited by a moderator:

Sakuru

Guru
Joined
Nov 20, 2015
Messages
527

Robert Trevellyan

Pony Wrangler
Joined
May 16, 2014
Messages
3,778
At this point you should be Googling for how to mount Amazon Drive in FreeBSD, since that what you have in a jail.
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
To perhaps fill in some missing pieces in the responses here: FreeNAS itself doesn't have the capability to mount Amazon Drive. In a jail, though, you can install just about any software that can be installed on any other FreeBSD system. So, you've found software that will apparently let you mount Amazon Drive on a Unix OS. If that can be done on FreeBSD (about which we have no idea, since none of us have done it), it can probably be done in a jail on FreeNAS. So, these are your steps:
  1. Create a jail (see @Sakuru's post for the link to the manual which discusses doing so)
  2. Find out how to install the software under FreeBSD
We aren't going to be able to help you with #2, as we don't know anything about the software. Hopefully the developer and/or other users of the software can help. Maybe there's even documentation (certainly looking for docs would be a good start).
 

ArgaWoW

Patron
Joined
Jul 4, 2015
Messages
444
To perhaps fill in some missing pieces in the responses here: FreeNAS itself doesn't have the capability to mount Amazon Drive. In a jail, though, you can install just about any software that can be installed on any other FreeBSD system. So, you've found software that will apparently let you mount Amazon Drive on a Unix OS. If that can be done on FreeBSD (about which we have no idea, since none of us have done it), it can probably be done in a jail on FreeNAS. So, these are your steps:
  1. Create a jail (see @Sakuru's post for the link to the manual which discusses doing so)
  2. Find out how to install the software under FreeBSD
We aren't going to be able to help you with #2, as we don't know anything about the software. Hopefully the developer and/or other users of the software can help. Maybe there's even documentation (certainly looking for docs would be a good start).
Hello,

i have figured out how to install acd_cli in a jail: https://www.kirgus.net/cms_homepage8/node/35

But now I am not able to mount my amazon drive to freenas because it seem FUSE is not supported. Any idea, pleas help to solve it :)?
 

gpsguy

Active Member
Joined
Jan 22, 2012
Messages
4,472
Try

kldload fuse

But now I am not able to mount my amazon drive to freenas because it seem FUSE is not supported. Any idea, pleas help to solve it :)?
 

ArgaWoW

Patron
Joined
Jul 4, 2015
Messages
444
Try

kldload fuse
Hello,
when i try kldload fuse in my jail with acd_cli i got this error:

kldload: can't load fuse: Operation not permitted

outside the jail i can use it. But it have no affect inside my jail :/
 

gpsguy

Active Member
Joined
Jan 22, 2012
Messages
4,472

ArgaWoW

Patron
Joined
Jul 4, 2015
Messages
444
Looks like that's the case for most users.

You might try this: https://forums.freenas.org/index.php?threads/kldload-operation-not-permitted.20545/#post-255880



Sorry, I don't use jails, so I can't really help. But, I do read most of the messages on the forum and have a pretty good memory. Combine that with some Google-fu to search for the answers you seek.
Hello, and thanks for your reply, but i dont understand how to solve my problem with the link you postet above. Can you please explain what I have to do.

Tanks a lot :)
 
Status
Not open for further replies.
Top