Welcome, Guest. Please login or register.

Author Topic: Raspberry PI as NAS  (Read 4255 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Tygre

Re: Raspberry PI as NAS
« on: May 30, 2020, 11:11:07 AM »
Hi OutlawAL2!

Nice :) I have a similar setup here although I'm less dilligent in backing up my RPI!

I assume that you are using Samba to make some folders of your RPI visible and SMBFS on your Amigas to access them? If so, could you show us the smb.conf sections in which you declare the "shares"? It could be that they are "read-only". Also, do you have a specific user on your RPI for Samba-related stuff? In SMBFS, ddi you put the corresponding username and password?

Take care!
« Last Edit: May 30, 2020, 11:11:51 AM by Tygre »
 

Offline Tygre

Re: Raspberry PI as NAS
« Reply #1 on: June 01, 2020, 07:44:17 PM »
Hi OutlawAl2

You're welcome :)

Poking around the Internet, it seems that you can specify the minimum accepted protocol version in the [global] section of /etc/samba/smb.conf with:

Code: [Select]
min protocol = SMB1
but actually, looking at my own configuration file, here is the option that you must add/change into [global], I even had added a comment ;D

Code: [Select]
   # Same as "ntlmv1-permitted", for Amiga SMBFS clients
   ntlm auth    = yes

Let's know!

Offline Tygre

Re: Raspberry PI as NAS
« Reply #2 on: June 04, 2020, 03:56:58 AM »
Happy that it's working for you :)

I think that we have pretty much the same setup! Be aware that some Amiga files cannot be copied to the PI because of the filesystems over there, for example StormC project files with the extension ".ΒΆ" ;D

Cheers!

Offline Tygre

Re: Raspberry PI as NAS
« Reply #3 on: June 12, 2020, 02:40:37 PM »
Hi Chris!

I used FolderSynch, very cool! :)

And I like you idea of using an ISO (or HDF) file, maybe with ImageMount?

Cheers!
« Last Edit: June 12, 2020, 02:41:15 PM by Tygre »