OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Applications => Topic started by: Rick Smith on September 01, 2023, 06:54:08 am

Title: Sharing drives
Post by: Rick Smith on September 01, 2023, 06:54:08 am
Greetings,

I have used arcamapper to connect to my NAS no issues there.  How can I share say a tmp dir on the arca box to say windows 11 so I can just drop stuff in there...

Regards,

Rick
Title: Re: Sharing drives
Post by: ivan on September 01, 2023, 01:37:52 pm
I don't think you can bu what you describe. Arca mapper is just another name for SAMBA and has the same limitations.  When I need to transfer data from my windows datalogger I use ftp which also works with Linux Mint.
Title: Re: Sharing drives
Post by: Dave Yeo on September 01, 2023, 06:43:53 pm
Samba should be quite capable of doing what Rick wants, I've done similar with Win 10 where it was mostly a matter of matching passwords and workgroup. I think Win 11 (and perhaps later Win 10) changed how workgroups work. Someone here should know how.
Title: Re: Sharing drives
Post by: christech on September 01, 2023, 06:52:03 pm
ArcaMapper does work with SMB. I have a Samba share on my Ubuntu box where I defined the username, password, directory share and workgroup. I then told ArcaMapper what that info is and it mounts the remote share as a drive on Arca OS.
Title: Re: Sharing drives
Post by: Dariusz Piatkowski on September 02, 2023, 04:45:11 pm
Rick,

I think what you are asking about pertains to running a Samba server on the OS/2 side so that you can share one of your local directories, yes?

I do not have this configured here, but that server component does certainly exist and can be deployed. Not sure though if ArcaMapper, or NetDrive for that matter have any bearing on that functionality: in other words, the Samba server config is entirely manual and separate from those two.

To accomplish what you are talking about I found it much easier to create a separate share on my NAS box which is accessible by all other LAN devices. I use that as my exchange gateway and that does not require me to run the Samba server on my OS/2 box.

Granted, that approach works b/c I do NOT need to dynamically share massive amounts of OS/2 data.
Title: Re: Sharing drives
Post by: Alex Taylor on September 02, 2023, 07:39:20 pm
FWIW, there are two separate components in question.


Both are included with ArcaOS, although Samba Server may not be installed by default depending on the installation personality you chose. (It can be installed after the fact.)
Title: Re: Sharing drives
Post by: christech on September 03, 2023, 05:03:43 pm
Here's some information I found on Samba. I will try this out later today myself.

http://trac.netlabs.org/samba/wiki (http://trac.netlabs.org/samba/wiki)
Title: Re: Sharing drives
Post by: christech on September 05, 2023, 07:59:46 pm
I was able to install the Samba server package from the netlabs.org distribution site. I can see the shares fine from my Mac and I am able to transfer files. I need to configure some of the user accounts but it works.