NAS with Omega Onion
-
@Boken-Lin Is your todo list posted anywhere? I would love some ideas for projects to play with. Even if all you have is a text file it would be nice to see .
-
@files_copying Ha! Posting our roadmap (for both software releases and tutorials) has been on the todo list as well! I'll make sure I have that online by tomorrow!
-
Thanks for all your help guys! Great community!
-
SSHFS works very well
source:https://wiki.openwrt.org/doc/howto/sshfs.serveropkg install openssh-sftp-server
client# sshfs user@onionomega:/remote/mountpoint /local/mountpoint
Done. Not sure how many devices are able to use SSHFS though.
-
@Boken-Lin said in NAS with Omega Onion:
@files_copying Ha! Posting our roadmap (for both software releases and tutorials) has been on the todo list as well! I'll make sure I have that online by tomorrow!
Any info on where I may find that tutorial?
-
@Yeshwanth-Shenoy , @Boken-Lin is refering to the roadmap a year ago.
The tutorial should be in the wiki.onion.io if someone made it With the search function I could not find it.
-
I haven't found anything either yet. Was it forgotten by the Onion team maybe?? Last post that said it was ready to be posted, it was a year ago.....
-
Bump for new solutions.
-
Check out the Mobile Network File Server project in our free Project Book:
https://docs.onion.io/omega2-project-book-vol1/network-file-server.html
-
@Lazar-Demin Thanks for the post. I just tried to do this and it doesn't seem to be working for me. I know that samba is working as I am able to access my home folders. But, the usbshare is not working. This is what I have:
config 'usbshare'
option 'name' 'usb'
option 'description' 'USB Drive'
option 'path' '/tmp/run/mountd/sda1'
option 'users' 'root'
option 'read_only' 'no'
option 'guest_ok' 'no'I know that my path option is not the same as what you had, but I was trying to debug it and decided to not use the symlink.
When I try to connect to smb://<ip>/usb it doesn't allow the connection, but if I connect to just smb://<ip> it accesses roots hold folder.:
Thanks for the help.
-
I was able to get it working with some tweaking. The problem was with the config 'usbshare' I changed this to config 'sambashare' and it worked.