Page 1 of 1

ConnectMeNow v4 – Mounting Network Shares Quick and Easy on a Mac

ConnectMeNow v4 – Mounting Network Shares Quick and Easy on a Mac
   381

As a macOS fan I keep being surprised that Apple still hasn’t implemented some obvious improvements, like a dual pane Finder or … an easier way to mount network shares. The latter is what ConnectMeNow tries to address, which is nothing new to those familiar with previous versions of ConnectMeNow (CMN).

We are more network connected than ever before – at home, in school and at work. We have network shares on our computers, want to access company network shares, or have a dedicated file server or NAS (Network Attached Storage) to store our information or make our backups. Unfortunately, it is still cumbersome under macOS X to connect to those “shares” (also known as mounted network “Volumes“).

For this reason I created ConnectMeNow – initially just for personal use.
Its sole purpose being to mount network shares quicker and easier, and have easier access to SSH connections.
ConnectMeNow supports protocols like SMBCIFSFTPSSHWebDAVNFS and AFP.

Note: if “mounting” doesn’t mean anything to you, then know that mounting (in this case) refers to making network drives, for example from another computer or NAS, appear on your Mac so you can access them quicker and easier.

Besides this being a fully from scratch build version, this version now is available as 64bit application for Intel and Apple Silicon – signed an notarized.




Content Overview

Mounting Network Shares with ConnectMeNow

So, let’s start by explaining what “mounting network shares” means.

The simplest explanation would be:

Mounting Network Shares
The action of attaching a directory located on a different computer, shared over a network, to your computer as if it was a local disk drive.
(under Windows this is often a drive letter)

Note: this is most certainly not the most complete, technical or most correct description, but for most regular users this will suffice.

The “different computer” can be another computer, a NAS (Network Attached Storage – like from QNAP, Synology, Western Digital, Seagate, etc.), a shared USB stick connected to your router, or even a full size server. The Operating System of these “computers” does not need to be relevant, as long as it supports one of the needed protocols.
For example most NAS devices, like a QNAP NAS, run a Linux variant, however can share directories in a Windows originated protocol (SMB), and be accessed by a macOS computer.

Out of the box, under macOS, you’ll need to go through some hoops to “open” such a Network Share.
Either the “server” is listed in Finder on the left, and you’ll have to click it to be confronted with selecting a share-name and entering username and password, OR you have to use “Go” menu in Finder and select “Connect to server” option – which comes with even more questions.

Both options are rather cumbersome, if not slow, if you ask me (Apple: please pay attention here – this is a rather poor user experience!).

So this is where ConnectMeNow is supposed to come in. I just got tired of doing all this manual labor.

On that note: The Finder is even with ConnectmeNow not the best way to get to your mounted network shares.
When using ConnectMeNow, the easiest way is by going to the “/Volumes/” directory on your Mac where you’ll find all mounted network shares that are active.
More about that later, since ConnectMeNow also allows you to create your own directory where a mount should be placed and ConnectMeNow has the option in the menu to reveal the mount in Finder with a single click.

Naming convention for Shares, Sessions, etc … 

ConnectMeNow was originally designed to just support SMB (Samba) network shares, but as usual with my silly “little” projects, things went out of control.
So not it supports NFS, SSHFS, FTP, AFP, etc. which are all still legit “network shares”.

Since I frequently use SSH, I’ve added SSH as well. However, SSH is technically not a network share, rather a remote shell/terminal access.
As you may notice, I still use the phrase “share” quite often, and with that (incorrect as it may be) I’m also referring to SSH connections.

 

ConnectMeNow – How did we get to version 4?

Even though previous versions worked well, I just could not resist making a new version.
The main reason was actually to try to reduce the load on the system as much as possible.

In previous versions I’ve used polling for certain activities, which isn’t ideal.
So to reduce that, I’ve used some new techniques and API calls, and kernel related tricks.

Additionally, I found myself annoyed with the occasional beachball appearing.
To avoid that I’ve added multithreading, so that mounting, unmounting and status checks, all happen in separate tasks, that are only created if needed of course.

A bonus for this all, is that I now have Apple Silicon hardware available, so a native ARM64 version is available now as well.

Some of the less relevant tools found in v3, I did remove to try to make the application more task oriented and light weight.
Additionally, I hope I changed the settings so that things are more intuitive.

To distinguish from previous version, I also changed the icon design.

Quick overview of Features

ConnectMeNow has quite a lot to offer.
It has most of the functionality as v3, just improved some of the functions and added a few new features.

Just to name a few …

  • Protocols support for SMB, AFP, NFS, SSH, SSHFS, WebDAV and FTP.
  • Dark Theme support, in the menu bar as well
  • Auto Mount at startup
  • Auto Mount after a network change, with the option to do this only for a specific gateway (network)
  • Auto Remount after waking up from sleep or standby
  • Auto Mount when a device appears in the network
  • Support for Fallback servers, for when a server is not available
  • SSHFS (needs macFuse) support with automatic password entry or SSH keys
  • SSH support with automatic password entry or SSH Keys
  • Support for Generating and Installing SSH keys on server(s)
  • Mount, unmount, and Reveal-in-Finder from the ConnectMeNow menu
  • Open or Close SSH connections straight from the menu
  • Indication in the menu if a connection is active or not
  • Grouping options in the menu
  • Official Mount (Apple API) or Fast Mount support
  • Mount in /Volumes/ or in your own preferred mount directory
  • Mount/Unmount notifications related to the shares defined in ConnectMeNow
  • Detection of Mount, Unmount, Standby/Sleep/Wake up, and network changes
  • Sharing of configurations amongst multiple Mac’s
  • Optional Ping and/or Wake On LAN before mounting
  • Run script after mount completion
  • Much more detailed debug log, with option to debug to Console
  • Intel 64 bit and Apple Silicon native applications (signed and notarized)
  • Icon visible in dock when opening settings
  • More modern design of the application
  • and more … oh, and it’s still free …

 

Some things to pay attention to …

You can import v3 settings, but this will be based on a best effort … 

During the life span of v3, I’ve used 2 different ways of storing the settings. Both should work with the import tool.
However, some of the features in v4 have changed, so keep in mind that the settings are imported based on a best effort.
After an import it is a good idea to briefly go through the settings and verify things.

  Older ConnectMeNow (v1 and v2) settings are not supported.

FTP is unfortunately READ ONLY … 

Unfortunately, Apple’s implementation of the FTP protocol only allows us to mount an FTP connection as “read-only“.
If anyone knows about a macFuse add-on that supports read/write FTP, then please leave a comment below, I’d be happy to look into this as an option.

SSHFS requires macFuse … 

If you’d like to use SSHFS, and I can actually recommend giving it a try, then you must install macFuse (also known as OSXFuse) and their SSHFS extension.

  macFuse and the SSHFS add-on are both FREE.
  SSHFS is actually quite a bit faster than some SMB implementations.
  Bonus: macFuse allows you to add support for other filesystems to your Mac as well (for example, read/write support for ext3 and NTFS drives).

 

Getting started with Mounting Network Shares and ConnectMeNow

Ok, so much for a quick intro, let’s get started with ConnectMeNow.


p.s. if you like ConnectMeNow, then a friendly request to please like it at Alternativeto.Net as well, so other users can find it as well.

Super cool to see ConnectMeNow being mentioned in Derek Seaman’s IT Blog – Top macOS App picks for 2023.
A nice gold mine on its own, for those looking for useful macOS apps.

ConnectMeNow has also been mentioned in one of the MacObserver Podcasts before.
Feel free to visit MacObserver / MacGeekGab for cool Mac related topics.

MacGeekGab - Excellent Mac related Podcasts

 

Download ConnectMeNow

You can choose either the Intel version or the new Apple Silicon version (a.k.a. ARM64, AARCH64 or M1/M2 version).
Note that these straight up are native binaries, so pick the right one for your system – these are not so called “fat” binaries that hold both versions.

For those interested: The Change Log can be found at the end of this article.

Not sure what version to use …? 

To find out if your Mac is Intel or Apple Silicon based, click     “About this Mac“.
Look next to the word Processor or Chip in the opened window.
An Intel Mac will specifically mention the name “Intel“, where as an Apple Silicon Mac will say “Apple“.

Note: The Intel version will run on an Apple Silicon Mac as well. It is just a little less efficient since Rosetta needs to be started as well and translate the Intel code to ARM while running.

Upgrading from ConnectMeNow v3 

A few things to know:

  1. You can run v4 next to v3 without any conflict. So if you’d like to test v4 before having it replace v3, you can.
  2. v4 has an “import v3 config” option, which tries to import the v3 config file by the best of its abilities (see below).
  3. If you decide to remove v3, then do not forget to follow the v3 Uninstall instructions.

 

You can downloaded here:

 

Download - ConnectMeNow4-v4.0.14-macOS-arm64.dmg 

Filename:  ConnectMeNow4-v4.0.14-macOS-arm64.dmg
Platform:  Apple macOS
Version:  4.0.14 ARM64
File size:  3 MB
Date:  2024-03-13
 Download Now  Send me a cup of Coffee    

Download - ConnectMeNow4-v4.0.14-macOS-x86-64.dmg 

Filename:  ConnectMeNow4-v4.0.14-macOS-x86-64.dmg
Platform:  Apple macOS
Version:  4.0.14 Intel
File size:  3.5 MB
Date:  2024-03-13
 Download Now  Send me a cup of Coffee    

Beta version

If a beta version becomes available, then it will be listed here.

Currently there is no beta version available.

Installing ConnectMeNow

Installation is easy: open the DMG file you have just downloaded and drag the ConnectMeNow icon to the Applications directory icon.

Installing ConnectMeNow v4

Installing ConnectMeNow v4

Uninstalling ConnectMeNow

Removing ConnectMeNow is pretty easy as well:
Simply drag the ConnectMeNow icon from the Applications directory to the Trashcan.

You may also want to remove the configuration files, even though they are small, by simple dragging the files to the trash (where “<username>” is your username).
Note: In case you used a custom location for your configuration file, then you’ll have to remove those as well.

These are the only 3 files related to ConnectMeNow:


/Users/<username>/Library/Preferences/com.Tweaking4All.ConnectMeNow4.ini
/Users/<username>/Library/Preferences/com.Tweaking4All.ConnectMeNow4.ini.bak
/Users/<username>/Library/Preferences/com.Tweaking4All.ConnectMeNow4.plist

 

Supported Protocols

The protocols, you may or may not have heard of, supported by ConnectMeNow are (same as v3):

SMB, one of the most commonly used protocols for so called “Windows shares” or “Samba Shares’.

Note: back in the day there was CIFS. macOS still supports (kinda) CIFS, by implementing this in SMB.
This can come with some issues, but it usually points to your server or NAS being very old and in desperate need for an update so it starts working with more recent SMB versions.

NFS or Network File System started in the mid 80s as a protocol to share disk space amongst different computers.

It is still supported by quite a few platforms, but it is not used as much as SMB. You will find NFS on most Linux/Unix based machines, where it has its origins as well (Sun).

AFP or Apple Filing Protocol is Apple’s protocol for working with network shares.

Obviously this protocol is typically only used on Mac based computers, and if the stories are true – which I think they very well may be – even Apple is dropping it in favor of SMB.

FTP or File Transfer Protocol, has been around for quite some time and is often used to share files with a web server.

For the longest time, FTP was the only way to download files from the Internet. It still is a very commonly used protocol for those accessing web servers, but more so for developers or admins who know what they are doing (most of the time anyway hahah).

  FTP shares are Read Only: due to limitations of macOS’s FTP implementation, a FTP network share can only be mounted as read only!

WebDAV or Web Distributed Authoring and Versioning, is not used very much either.

I’m not 100% sure if this is really the fact, but to me it feels like this was thought as an alternative to FTP, allowing the user “easier” and more reliable access to their web servers (WebDAV is after all a HTTP extension – read: web server).

SSHFS or SSH File System, is maybe a little bit of an odd duck here. It runs file sharing over the SSH protocol. This comes with interesting possibilities, especially when a server or NAS is already running SSH (Secure Shell, kinda like a remote DOS prompt), since there is no need to install another network sharing protocol. The latter being great when you have no say in what is being installed on said server.

  SSHFS will only work is macFuse is installed, with its SSHFS add-on.

SSH: I do have to get into my NAS, Firewall or Raspberry Pi every now and then with SSH, so I have added SSH support as well.

  SSH is not a network file share protocol like the other protocols mentioned here. It is most commonly used for a remote terminal/shell/DOS prompt.

Protocol Parameters

For sharing a directory using a network share, most protocols rely on these parameters:

Server address, path (this is typically the share-name on the “server”, not to be confused with the actual directory on the server), username and password.

Some protocols allow for some extra wiggle room, where the user fro example can define a specific network port, or pass special command line parameters.

In a more professional environment, SMB shares can also require you to provide a so called “domain” name.
The use of domain is something you’ll see in companies, rarely at home.

 

ConnectMeNow Daily use – The Menu bar

At first start, the menu will be quite empty – after all, you’d still have to add your shares.

ConnectMeNow4 - Empty menu

ConnectMeNow4 – Empty menu

But once you’ve created shares, and optional menu groups, things will look different for sure.
(The menu looks quite similar to what you may have seen in v3)

The menu will show icons based on the selected protocol and they will indicate if a share or connection is active or not.

Additionally we can make groups in the menu, which can be a horizontal line, a group name, or both.
Here for example the group “QNAP File Shares” and “SSH Connections”.
Note: the first menu group will never have a horizontal line and a group name will always show in gray (under the horizontal line, if applicable).

When clicking an inactive item (for example “Bender AllShares (SMB)”), ConnectMeNow will try to mount or open the connection.
However when the connection is already active (eg. “Marvin AllShares (SMB)”) then a sub-menu will appear.

For mounted network shares this will show the option to reveal the mounted share in Finder (“Reveal in Finder“) or to “Unmount Share“.
With active SSH connections, you will see the option to “Close SSH Session“.

ConnectMeNow4 - Menu Features

ConnectMeNow4 – Menu Features

Adding Shares

This chapter tries to briefly show you how to define new shares, with their basic settings and advanced option.

Adding shares is done by selecting the “Settings” – “Share Definitions” option in the ConnectMeNow menu.
This will open the preferences window where you can define shares.

Adding a new network share or SSH connection is done by clicking the “Create new share or SSH connection” button ( Add a new Share or SSH Connection ) in the lower left corner of the settings window.

Share Details – The Basic Settings needed for every share

By default you will be presented with the basic details of a share.
As you can see, there is a tab for more advanced settings – for each individual share.
Most users will not need the advanced settings.

  Notice the Test Mount button at the bottom right to test if your mount/share settings are working as expected.
After a successful test, you can use the Test Unmount button to unmount or close your share.

Example Share setting

Example Share setting

After clicking the “Add new share” button, a new form will appear and in this form you can start by entering what the name should be in the menu, by entering this in the “Menu Title” field.

You’ll see a few options below that line allowing ConnectMeNow to automatically name your share based on selections you’ll make, like name of the server, connection type (mount type), remote path and if it utilizes Wake On Lan or not. This is optional, so you can uncheck the “Auto Menu Title” option if you’d rather type a name yourself.

Share Type

The next step is making a selection of what type of connection we’d like – set “Share Type” to the preferred protocol.
When doing so, you may see some fields change, appear or disappear. This is related to the capabilities of the selected share type.

  As mentioned before: SSHFS requires macFUSE to be installed with the SSHFS add-on.

 

In the next steps, the selected protocol may or may not support certain options and will be displayed accordingly.

For example:

SSH and SSHFS do not support the selection of the path on the server – so that field will not be shown when setting up an SSH or SSHFS share.

Use SSL

The WebDAV protocol supports HTTP and HTTPS – it is recommended to use HTTPS by leaving “Use SSL” checked.

Auto Mount when ConnectMeNow start

Each connection can be mounted right away when ConnectMeNow starts by selecting this option, which happens usually when you start your Mac or login to your Mac.

On Mount, reveal in Finder

This option, opens up Finder, showing the mounted drive (or its content) after a successful mount.

  SSH does not mount to a directory, so Reveal on Mount will not be available with this protocol.

Server Address

For every server “kind” we will need to enter the “Server Address” – I mean, where else would we go right?
The “server” can be even the smallest computer and this can be entered as an IP address (recommended) or a computer name.

The Ping button allows you to test and see if you Mac can ping the set server.

  Here we enter only the IP address or computer-name – do not add the path on the server or any protocol indictors!

  Note: Using computer names only works well, when your DNS knows the IP address that goes with this computer name. Not all setups work equally well with this when your Mac cannot retrieve the IP address based on the computer name.

  Not all network devices support being pinged, and some even have ping intentionally disabled.

Port

Some protocols allow you to use a specific TCP/IP port number, for example: SSH, SSHFS, WebDAV and FTP.

  Normally there is no need to change this value. Only do so if you know what you’re doing.

Path

Not all protocols support this (for example SSH and SSHFS), but this is typically the share name on the server (SMB) or the actual path on the server (FTP).

  When left blank certain protocols, for example SMB and AFP, may result in a popup window asking for what share you’d like to access when mounting a network share – or the mount may fall all together.

Domain

The “Domain” name is typically only needed in a corporate setting where a domain controller is being used – consult your IT administrator if needed.
Domains are rarely used in private/home settings – leave it blank if you’re not sure.

Login

Naturally we like to keep things secure so login credentials can be used as well (username and password),
If not entered, when mounting a share, you will be asked for username and password.

The password can be revealed, however you will be asked for permission to reveal this information. This can only be done by an admin (which usually is you).

  To reveal a passwords, if hidden, the administrator password will be requested.

 

Installing SSH Keys … 

For SSH and SSHFS you will see an Install SSH key button. Clicking this will make ConnectMeNow try to install SSH keys on your server so a password is no longer needed when connecting to this server. Installing the keys requires username and password to be entered. Once the keys have been installed, blank the password so ConnectMeNow know to use the key instead of a password. For more information, read this article: SSH Login without a Password.

 

Advanced Options – For specific purposes

Under this tab you will find settings for less common features, often used by the more experienced users or exceptional circumstances.

Auto Mount Options

Besides the Auto Mount option that gets triggered when ConnectMeNow gets started, I’ve included a few other options.

ConnectMeNow4 - Advanced Auto Mount

ConnectMeNow4 – Advanced Auto Mount

Mount on Appear (not recommended)

The first one, is when a certain IP address appears in a network.
For example, the share you configured is on the server with the IP address 192.168.1.100.
ConnectMeNow will keep looking for that IP address until it finds it, and mounts it when it does.

The reason why I would not recommend using this option is that there is no standard mechanism where a newly appearing IP address will report to your Mac.
This means that every so many seconds, ConnectMeNow has to check if the IP address is in the network, by trying to ping it.
As you can imagine, this does not only take resources of your Mac, but also generates quite a bit of network traffic which may be undesirable.

Mount On Network Change

When your Mac changes network, for example because you plugged in an Ethernet cable, or switched WiFi network, macOS will alert ConnectMeNow.
This could be a good moment to try to mount a drive, for example when you arrive at the office with your laptop.

Having said that, randomly trying to mount a drive may work just fine, but we can even refine the attempts by limiting these attempts when certain Default Gateways appear.
Now quite a lot of Default Gateways (your router or modem) share the same IP addresses, since they need to be in a private IP address range, which can be:

  • Class A: 10.0.0.0 to 10.255.255.255
  • Class B: 172.16.0.0 to 172.31.255.255
  • Class C: 192.168.0.0 to 192.168.255.255

This could cause a problem of course when your router at home has IP address 192.168.1.1, and the router at work for example as well.
Where these will be most likely be different is their MAC address.

So for identifying the right Default Gateway (router/modem), we can enter here the MAC address.
Since MAC addresses are a pain to find and enter, I’ve added some tools to help you find the right one.
Typically you just click the Detect Default Gateway button and IP address and MAC address will be pre-populated.

Note: The IP address is irrelevant for ConnectMeNow and is only shown for your reference.

 

Mount Style and Mount Location

ConnectMeNow allows you to mount in two ways, each with their own advantages and disadvantages.

ConnectMeNow4 - Advanced Mount Style

ConnectMeNow4 – Advanced Mount Style

System Call (uses the official macOS API)

The biggest advantage of using a System Call is that this is how Apple intended it to be done.
This is also the only method that (optionally) allows you to mount in /Volumes .

This would be the recommended method for the average user.

Command-line (uses plain Terminal commands)

Using the command-line option comes with the advantage of speed and options.
Downside though is that you can not mount in /Volumes .

Advantages are speed, and the option to add command-line options.
That makes it also more suitable for experienced user, or protocols that require special options in your setup, not supported by the standard System Call (API).

The extra options, like the example here “-o follow_symlinks” will be inserted into the command-line statement.
Be careful how you use this.

Location: Default or Custom

Typically, a network share is mounted or tied to an empty directory. This way the user can go to this directory like any other directory and access files.

By default macOS uses the directory /Volumes  to collect these shares.
For each mounted network share, macOS will automatically create a sub directory in the /Volumes directory.

However, the command-line functions to mount a network share however are not allowed to mount in that directory.
Instead of /Volumes, you can also make your own “mount” directory.
I like to use a directory in my home directory and call it /Users/<username>/MountPoints – but you can pick anything you want (as long as you have access to it to course).

Note: Using a custom path is supported by both mount styles.

With a custom mount directory, we have two options:

  1. The custom directory gets automatically a sub directory for each network share (like seen in/Volumes) – recommended.
  2. The custom directory will become the directory representing the network share (check “do not create sub-directory for mounting“).

I would recommend option 1 where we leave “do not create sub-directory for mounting” unchecked, unless you know what you’re doing.

 

Extra Options

Besides the Auto Mount and Mount Style options, you will find a few more handy little options here as well.

ConnectMeNow4 - Advanced Extras

ConnectMeNow4 – Advanced Extras

PING and WOL

Before doing a mount attempt, a PING can be helpful to wake up a share or server (there is a global setting for this as well, see Preferences).

Now a PING is not how you wake a sleeping server, so for that we also offer a Wake On LAN option to wake up a server or NAS.

Note that for Wake On LAN (or WOL), we will need the MAC address of the server or NAS.
With the provided tools you can try to Detect the MAC address (if the first attempt fails, give it a second and try again).
Broadcast mask and port can be set here as well. Not sure what to use? Then just use the defaults by clicking Default.

It is a good idea to test if Wake On LAN works before relying on it, so clicking Test Wake On LAN is recommended to make sure.

Mount Delay

The mount delay is recommended when having to wake up a NAS or Server with for example Wake On LAN, or when accessing for example a new network.
Sometimes it takes a little before your Mac actually sees or can access such a device. This is where this can become quite useful.
As an example: my very old backup NAS takes less than 5 seconds to become visible for my Mac. So for that one I set the mount delay to 10 seconds to give it some breathing room.

Run Script after Mounting

After a mount completes, it can sometimes be useful to run a script.
Think about activating a printer, or a script that makes a copy of certain files and even puts the server back to sleep if you want it to.

Try this for the fun of it: say "server access, granted"

Fallback Server

The Fallback server allows you to select another server for when the mount to this share fails.
Which can be practical for the use of backup servers, or for example use share1 for when you’re at home, and share2 for when you’re at work (laptop).

If the fallback server fails as well, then ConnectMeNow will try to mount the fallback server of the fallback server, etc.

  A fallback server must to be defined as a regular share before it appears in this list.

  This fallback server must be using the same protocol.

  To avoid endless looping: prevent using a fallback server that has a fallback server as well.

 

 

Adding Menu Groups

Adding a group works in a similar way. Click the “Add Group” button ( Add Menu Separator ) in the lower left corner of the Shares window.
This will create a new horizontal bar for the menu.
Optionally you can give this “group” a title by entering text in the “Menu Label” field.

Notes :

  • The group title (Menu Title) is optional, leave it blank if you do not want to use a label here,
  • A group can have a horizontal line, but this is optional,
  • If the horizontal line is the first item in the menu, then this line will not be shown (a limitation of the menu),
  • The Menu Label, or Group Title, will show as greyed/disabled in the menu to distinguish them from actual network shares.
ConnectMeNow4 - Menu Group

ConnectMeNow4 – Menu Group

 

Application Preferences

ConnectMeNow also has a few settings, that cover the entire application and all defined shares.
You can find this in the ConnectMeNow menu, under “Settings” – “Application Preferences“.

You can toggle back and forth between Share Definitions and Application preferences with the buttons Shares and Preferences at the bottom of the settings window.

Most of these options are easy to understand, with a little hint …

Common Application setting

Preferences

Preferences

Information and Notifications

In this section you can Enable or Disable …

  • Notifications when shares are mounted or unmounted (only for those defined in ConnectMeNow!),
  • Warnings and confirmation dialogs, for example when you delete something,
  • Application hints (little text balloons when you hover over certain items).

Generic Application Settings

Here we can determine if …

  • ConnectMeNow should start when your computer starts,
  • ConnectMeNow should save and restore window positions and size,
  • and … if Passwords should be shown, or should always be masked (you can still look at them, but you’ll need to enter the admin password to reveal the passwords).

Mount Related options

Here we find some tools that are mounting related …

  • Should shares that were mounted when your computer went to sleep mode, be re-mounted when your computer wakes up?
  • Should all shares and mounts, defined in ConnectMenow, be quickly unmounted when there is no network?
  • Should all shares and mounts, defined in ConnectMenow, be quickly unmounted when ConnectMeNow is closed?
  • Should a server always be pinged first, before mounting a share (overrides setting for individual shares)?
  • Reveal in Finder show the content of the mounted share, or the directory content that holds the mounted share?

Network Polling

This doesn’t have much of a function anymore, since most detection mechanisms are bot implemented differently than in v3.
The only thing that would require polling is when you want a share to be mounted when the IP address appears in a network.

I would recommend a value between 30 and 60 seconds.

If none of the shares are set to “Auto Mount” – “On server IP address Appear“, then the “pollution” on your network will be negligible.
With pollution I mean: to detect an IP address in the network, ConnectMeNow will have no choice than trying to ping that IP address.
As you can imagine, this may be undesirable and maybe even unneeded.

Having said that; if not absolutely needed, the consider setting this to a higher value, and avoid using “Auto Mount” – “On server IP address Appear“.

For Admins only – Debug Logging

The two options here should by default be unchecked.
Debugging messages is great and all, but if not needed they produce more overhead than needed.
This isn’t anything dramatic of course, I just like to keep things “clean”.

Debug messages can be send to Console (found in Applications Utilities), which is fairly common for macOS applications, and can be enabled by checking “Log to System Console”.
Keep in mind though that this may not be as wonderful as one would hope, as messages do end up in a pile with tons of messages that are not very relevant for our purposes.
You can limit the messages by setting the filter in Console to “process“-“connectmenow4“.

To find our messages quicker, I’ve implemented a debug log window, as seen with ConnectMeNow v3, with more advanced features.
The messages in this window are much easier to go through and there is even a search function.

This Log Window can be accessed by simultaneously pressing Control Option  Command, which will reveal a Show Log and Clear Log button while keeping these keys pressed..

Less Common Application setting

These settings are less used, or modified, but can proof quite useful for specific users.

Preferences

Preferences

Settings Config File Location

As with previous ConnectMeNow versions, you can place the config file in alternative locations, so these are being backed up automatically, or shared with other users or computers.

I’ll illustrate this with how I use this myself.

I have more than one Mac, and I want them all to have ConnectMeNow configured the same way.
For this purpose I have defined all shares and settings on one Mac.
These settings will be saved in the default location:


/Users/&lt;username&gt;/Library/Preferences/com.Tweaking4All.ConnectMeNow4.ini

 

Once I have everything configured the way I like it, I actually tell ConnectMeNow to copy it to a directory on Dropbox, by selecting the “Save preferences in custom path” option, and clicking the Dropbox button and selecting the directory where I want to save the config.

ConnectMeNow will now do two things:

  1. In the local config file, it will reference to that location in Dropbox, so it can find the shared config next time it starts.
  2. It will copy the config locally and to the Dropbox location each time it is saved.
Making a backup of your config

Having said that: Sharing files can like this can have its issues. Personally I have not encountered any, but that doesn’t mean it can go side ways at times.
This is why I have added the Backup Config and Load Config buttons – so you can make a backup of a config you like, and load it again if something went wrong.

Password Encryption

Please note that passwords in the config files are encrypted.

However,… everything can be hacked, and these files were not designed to protect Fort Knox either.
I do think the protection is pretty decent though, and it will take some effort (I hope) to decrypt the passwords.

System Admin Functions – Preventing Access to Settings

This little section was created with Schools and Companies in mind, where the user should not tinker with or copy settings like passwords and such. Not a 100% guarantee that a user will nog ruin your settings, but at least this is a hurdle for them to get to the settings.

The System Admin can lock down the preferences and share definitions window, so an Admin password is asked when a user wants to access the Preferences or Share Definitions.

The “admin password” is the password of the administrator of the Mac you’re using ConnectMeNow on.
So please be aware that your users should not have admin privileges on this Mac if you want to prevent them from accessing these settings.

When a user tries to access the settings, a popup will request the admin password.
If the user fails to enter the right password, a dialog will appear displaying the “Admin contact info”.
For example the phone extension or email of the system administrator or help desk that can assist with this.

Default New Share Template

Some values or settings for a new Share or Menu Group can be predefined here, and will be used as the initial settings of a new share or menu group.
The idea being that one can enter new shares quicker and more consistent.

Preferences Tools

At the bottom you will find some obvious buttons:

  • Reset Preferences to defaults will reset all settings – this will not change or delete your defined shares.
  • Reset the Share Template to Defaults which will not affect existing defined shares of course.
  • Import v3 Config will do a best effort attempt to import ConnectMeNow v3 configurations. Since some features have changed or no longer exit, I’d recommend verifying the new settings after an import.
  • And, as mentioned before, the option to make a Backup Config of the config file, and the option to Load Config of such a backup at a later time if needed.

Change Log

Bug Reporting and Feature Requests

Please feel free to report bugs and feature requests in the comments.
Especially with bug reporting it is critical to post version information of your macOS version and ConnectMeNow version.
This is easiest done through the ConnectMeNow menu: Help & About Version info to Clipboard.
Now your clipboard holds version, which looks like this example below, and can be pasted straight into comments.


1
2
3
4
Version: 4.0.3 (Build 25)
OS: macOS Monterey
Version 12.6.1 (Build 21G217)
Intel x86-64 (64 bits) application

Update 4.0.13 (Jan 6, 2024)

– Bug fix: ConnectMeNow would not detect a connection if no slash was placed before remote path (thanks to Bensen9 for finding this one! )
– Bug fix: Preferences window would align all the way to the left under certain conditions
– Bug fix: Under certain conditions the log window would not show if the Preferences window wasn’t open.

Update 4.0.12 (Dec 12, 2023)

– Added: Option to place a group in a sub menu (feature request)
– Added: Option to “hide desktop icon” (feature request)
– Added: Option to “Open Log” straight from the main menu
– Improved the “show raw data in log” option for more enhanced debugging
– Bug fix: Menu would initially show incorrect menu items briefly at startup

Update 4.0.11 (Oct 21, 2023)

– Added option to hide individual icons from the desktop (when show “Connected Servers” is checked in the Finder options)
– Upgraded macOS target to macOS 11 (Big Sur). This doesn’t mean CMN will not work with older macOS version.

Update 4.0.10 (July 7, 2023)

This version hopefully resolves the password encryption issue.
Under certain circumstances, an encrypted password was not detected as such and was handled as a normal password.
Some users would see their passwords appear as encrypted in the “password” field.

Additional minor bug fix: opening the about window before opening the preferences window would generate an access violation.

Update v4.0.9 (May 28, 2023)

– Improvement: “Show Log” and “Clear Log” buttons now always visible when the option “Log to Log Window” is checked
– Cosmetic fix: Typo APF “AFP Share (Apple Share – Apple Filing Protocol)” (one l) (Smiles)
– Cosmetic fix: “Extra Options” label and “Test Script” button remained visible even if they shouldn’t (Smiles)
– Cosmetic fix: Fixed inconsistency in com.Tweaking4All.ConnectMeNow4.plist vs com.Tweaking4all.ConnectMeNow4.plist (Smiles)
– Bug fix: Issue where by default a new share would always use ‘Command-line’ even though set to ‘System’ (Smiles)
– New feature: Auto Encrypt Username/Password when entered as raw text (eg. manually edit ini file, enter username(s) and/or password(s) as plain text.
Unencrypted usernames/passwords will be encrypted automatically when ConnectMeNow is being closed again.
(This is mostly thought for system administrators that want to auto generate INI files)

Update v4.0.8 (March 15, 2023)

– Fixed a SHHS related bug, caused by fixing another bug in 4.0.7 (thanks Christian for reporting this one!)

Update v4.0.7 (March 13, 2023)

– Bug fix: Mount detection bug when remote path would end with a directory separator
– Bug fix: WebDAV mount detection (failed as it looked for an unlisted username)
– Cosmetics: Typo in mount options hint fixed
– Improvement: Disabled command-line mount style for WebDAV (fails silently 100% of the time)

Update v4.0.6 (Feb. 2, 2023)

– Bug fix: Added path to SSHFS (using root directory if left blank)
– Bug fix: Fixed command-line options bug in SSHFS when using SSH Keys
– Improvement: SSHFS now also supports non “-o” options like compression (-C)
– Improvement: Test mount/unmount button only works when a share is enabled (to avoid conflicts)
– Improvement: Detect missing SSHFS at an earlier stage when trying to do a mount

Update v4.0.5 (Jan. 30, 2023)

– Improvement: Mounting sub-directories (Command-line mount style) in auto created sub directory will be formatted properly (format: Share (Server))

– Bug fix: Percent encoding for username, password and share path
– Bug fix: Mount subdirectory of a hidden ($) share
– Bug fix: Drag and drop beyond last item in shares list would trigger an error or fail
– Bug fix: [visual] Changed domain name example from “WORKGROUP” to “YOURDOMAIN” as this is more appropriate
– Bug fix: Notifications of failing mounts is now done correctly (60 second wait time, like macOS does)

– Test: added 1 second delay between mount attempts (prevent potential race condition)

Update v4.0.4 (Jan. 11, 2023)

– Feature request: Option to enable/disable beep with (un)mount notifications
– Feature request: Added a small notes field with each share, for some optional user notes
– Feature request: Implemented Drag and Drop for reordering shares in list

– Feature: Updated “Network Change” criteria to support IPv4 and IPv6 (used to be only IPv4)

– Bug Fix: “$” got URL Encoded, which made mounting hidden SMB share impossible
– Bug Fix: Special characters in password issue fixed (avoid using double quote!)

– Bug fix: [visual] “Paste” and “Get MAC” button overlap under “Auto Mount”
– Bug fix: [visual] Part of the “Extra options” section in my Advanced panel were cut off
– Bug fix: [visual] Typo in auto mount log

Update 4.0.3 (Dec. 20, 2022)

– Improvement: Added some Terminal tools in log window (output of: mount, ls /Volumes, etc)
– Improvement: When no share defines exist; open main window and ask if blank one should be created (helps first time user/start)

– Bug fix: sometimes CMN still thinks there is no network (related to VPN bug)
– Bug fix: [Visual] Where “Test Mount” button wouldn’t properly position with NFS shares
– Bug fix: [Visual] Text fixed in SSH explanation, when using a password instead of security keys
– Bug fix: [Visual] Info messages in share definitions now align properly to bottom of window
– Bug fix: [Visual] Workaround for Ventura visually being different (spacing) where content would not fit in window
– Bug fix: Directly mounting a sub directory of a share would fail due to slash removal/cleanup.

Update 4.0.2 (Dec. 13, 2022)

This update adds a few features and fixes a few bugs. This will hopefully address the reported issue – please feel free to report if you find new bugs.
Note: v4 should not touch the v3 config file, in case you’d like to test first.

– Improvement: Notification (if enabled!) when a mount fails
– Improvement: “Force save settings” added to menu
– Improvement: Optional Ignore username when doing a mount detection (see if a share is mounted)
– Improvement: Shared file location: added “iCloud Drive” and “Cloud Storage” (used by “One Drive” and “Google Drive”).

– OS Fix: Work around for mount procedure due to ARM64 and/or Ventura bug (still needs more testing!)

– Bug fix: Dark theme: fixed some icon colors on some buttons
– Bug fix: Proper TAB order (when tabbing through controls with keyboard)
– Bug fix: Save settings when shutting down Mac (ARM/Ventura)
– Bug fix: Occasional missing detection of a mounted share
– Bug fix: Network not detected for VPN users

Support Us ...


Your support is very much appreciated, and can be as easy as sharing a link to my website with others, or on social media.

Support can also be done by sponsoring me, and even that can be free (e.g. shop at Amazon).
Any funds received from your support will be used for web-hosting expenses, project hardware and software, coffee, etc.

Thank you very much for those that have shown support already!
It's truly amazing to see that folks like my articles and small applications.

Please note that clicking affiliate links, like the ones from Amazon, may result in a small commission for us - which we highly appreciate as well.

Comments


There are 381 comments. You can read them below.
You can post your own comments by using the form below, or reply to existing comments by using the "Reply" button.

  • Nov 19, 2022 - 3:44 PM - John Comment Link

    Hans, you’ve outdone yourself again. Special thanks for adding M1 CPU support!
    Since this must have kept you busy for several weeks, I’d like to send you a coffee or a beer your way.
    Well done!

    Reply

    John

    • Nov 20, 2022 - 6:12 AM - Hans - Author: Comment Link

      Thanks John!

      And thanks for taking the time to post a thank-you and sending me some coffee! 

      It is very much appreciated 

      Reply

      Hans

  • Nov 19, 2022 - 9:49 PM - Thomas Comment Link

    I had to manually “stretch” the size of the preferences settings window to get a hold of the “Tools” line with the import, backup config line. It was hidden some how and when I stretched the window size about 2mm it appeared. Is that the way it is supposed to be? MacBookPro 13″ (2016) intel on Ventura.

    Thanks for letting us have your tool!

    cu

    Reply

    Thomas

    • Nov 20, 2022 - 6:50 AM - Hans - Author: Comment Link

      Hi Thomas,

      Thank you for posting a thank-you as well! 

      Thanks for the feedback as well.
      And … no, that is not how this should have been.
      Bummer – I’ll look into this right away.

      p.s. what resolution is your screen?
      I found these spec for your laptop: 2560-by-1600 native resolution with supported scaled resolutions: 1680 by 1050, 1440 by 900, 1024 by 640.

      Reply

      Hans

    • Nov 23, 2022 - 10:03 AM - Hans - Author: Comment Link

      Version 4.0.1 should resolve this. Seems a Ventura specific issue. 

      Reply

      Hans

  • Nov 20, 2022 - 2:58 PM - Ash Comment Link

    I tried out v4 earlier and I am unable to connect to NFS shares. 

    The shares are configured the same as I had them in v3. I can still mount them using v3, or manually via finder. Checking through logs, I think there’s just an error about timeout, but that’s about all I can see. I have the shares set to connect with System Call in /Volumes (same as v3). 

    If I am connected to the share (via v3 or Finder) and use the “Test Unmount” function it does unmount the drive as expected, but I can’t seem to get “Test Mount” working at all.

    It does, however, work fine with SMB shares on the same server, and on another NAS. I unfortunately don’t have a second server setup with NFS to see if it’s an isolated issue, but given that I can still connect with v3 and finder makes me think I’ve either misconfigured it somehow, or v4 isn’t able to mount NFS shares. 

    I also noticed the same issue of needing to resize the window that Thomas experienced. For reference, I am using an M1 Mac Mini (Ventura 13.0.1) and an Asus VG289 (3840×2160 native resolution) scaled to 2560×1440. 

    Outside of that issue, v4 has been working great so far, and I appreciate the effort you out into the app! I

    Reply

    Ash

    • Nov 21, 2022 - 8:45 AM - Hans - Author: Comment Link

      Hi Ash,

      Thank you for reporting issues! It’s much appreciated.

      NFS has always been a though cookie for me since I never use it, and am therefor not the most experienced person on that topic.
      I also do recall macOS being a little finicky about NFS – something about the ports being used.

      • Tests I did on my Intel Mac running Monterey:

      I tried NFS v4 on my QNAP NAS, and initially both System call and Command-line style failed. In Terminal I even got a “RPC not found” error.

      Well, all that changed when I tried just one single attempt using the Command-line style, with the “-o nfc” option (in ConnectMeNow).

      After that every NFS mount variation I tried just worked – even the ones that failed before, and even without the “-o nfc” option.
      Even switching my NAS to NFS v2/v3 did not have any impact. It just kept working.
      Great for testing – not so much. 

      • Tests on my M1 Mac running Ventura:

      With NFS v2/v3 and v4 on my NAS and every call with the command-line worked just fine, even without the “-o nfc” option.
      However … every System call just fails. Doing some online searching, some other (not ConnectMeNow) users report similar struggling with NFS and Ventura – but I’m not sure how much of that is related to the odd behavior we see here.

      I’ll do some testing to see what the issue may be.

      As for the resize issue: I’ve been able to reproduce this on my M1 Mac, just not on my Intel Mac haha. Odd. I hope to find a fix for that as well.

      Thanks again for reporting – I’ll post an update when I have one (soon)! 

      Reply

      Hans

      • Nov 21, 2022 - 5:48 PM - Ash Comment Link

        Thanks Hans! I appreciate your time taken to try and debug this, especially as it is a feature that you don’t use. 

        I’ve been playing around  with it again tonight, and I am unable to find any combination (System Call/Command Line/-o nfc) that can mount the NFS shares. 

        I have also tried enabling NFS shares on the snyology NAS (NFS v2, v3, v4) to see if the issue was with the unRaid NFS implementation, with no luck at all. Similarly to my previous post, the NFS shares on the synology NAS connect okay using v3.0.7, but not in v4. 

        I noticed something interesting after I deleted all config files for both v3 and v4 tried starting from scratch. In version 3.0.7 if I enter the server IP address it provides me with a dropdown list of available NFS shares. However, in v4, this drop down list does not populate for NFS shares. It does, however, appear for SMB shares. 

        Reply

        Ash

        • Nov 23, 2022 - 4:10 AM - Hans - Author: Comment Link

          Hi Ash,

          that’s an interesting find.
          So to populate the NFS shares list, I use the Terminal command “showmount“, which works something like this (IP = IP of my NAS):

          showmount -e 192.168.1.100

          This should list NFS shares.
          The odd thing is that I use the exact same function in v3 and v4 … 
          Can you try this command in Terminal?

          Also please try:

          smbutil status 192.168.1.100 

          p.s. if you’re OK with it, we could move this conversation either to the forum or to email.

          Reply

          Hans

        • Nov 23, 2022 - 8:16 AM - Hans - Author: Comment Link

          Just did a few tests myself on my M1 Mac running Ventura and “showmount” works just fine for my NFS share on my QNAP, and lists the shares.

          I did some additional tests today, on Intel Monterey and on M1 Ventura, and all variations worked with both (at the same time) NFS v2/3 and v4 enabled on my NAS. System API mounting in /Volumes and in a custom path worked. Commandline, with and without the “-o nfc” options, both worked as well.

          You said this worked before with v3 – and I totally believe you on that one – can you test this again?
          Your v3 config file remains untouched by v4.
          The mount function should be identical to the code in v3 – so if v3 works, but v4 does not, then I have to go find my magnifying glass and see if I by accident some changed something.

          Doing a manual mount, assuming you have the share “Downloads” and your NAS’s IP address is 192.168.1.100, should look something like this:

          cd ~
          mkdir test
          mount_nfs 192.168.1.100:/Downloads ~/test

          Unmount that same mount:

          umount ~/test

          Also note, even though probably not relevant; I have had at least 3 Synology users run into unexpected firewall issues on their Synology NAS. Try and see what happens if you disable the Synology firewall (assuming you do not open up your NAS to the Internet – which would be a bad idea to begin with).

          As for a CMN release with fixes: I did fix 2 small issues as well, but before releasing a new version, I’d like to make sure we got this NFS issue resolved as well.

          Reply

          Hans

        • Nov 23, 2022 - 8:17 AM - Hans - Author: Comment Link

          Maybe we should start a forum topic here … 

          Reply

          Hans

          • Nov 25, 2022 - 3:32 AM - Hans - Author: Comment Link

            Hi Ash,

            Not sure what happened, but I did see a forum post flying by from “controversialfigure”, describing what you’re running into, but for some odd reason the user and forum post are both gone (I still have the email message). In case this was you; did you remove the post? And/or did the NFS issues get resolved?

            Hans

          • Nov 25, 2022 - 5:58 AM - Ash Comment Link

            Hi Hans,

            Yes, that was me posting, but I didn’t delete it. Not sure what happened with that one. 

            I’m still having issues with it connecting in v4.0.1. The shares are now populating in the drop down list after the latest update. 

            “Showmount” worked as intended, and also manually mounting and u mounting the drives from the command line with the code you suggested.

            I am still able to connect with v3.0.7 too without any issues. 

            Thanks again,

            Ash

            Ash

          • Nov 25, 2022 - 10:49 AM - Hans - Author: Comment Link

            So the mounts not showing was a dumb mistake on my end – I utilized smbutil (which I did with v3 as well!) to see if a server is available.
            Since you had mentioned that smbutil failed; do you have SMB enabled on your server? Should not be related to the NFS question of course, I was just wondering.

            Hans

    • Nov 21, 2022 - 10:35 AM - Hans - Author: Comment Link

      FYI: I did find out why the buttons were not visible at the bottom of the preferences screen.
      The “title” or “caption” of the group-boxes in Ventura use a different (taller) spacing than in previous macOS versions.
      This results in the content needing much more vertical space than in other macOS versions.
      I have a work around for that – so the next version will have that fixed.

      Doing some more experiments with the NFS situation before releasing an update.

      Reply

      Hans

  • Nov 22, 2022 - 9:09 AM - wea Comment Link

    v4 not working with VPN :( 

    Reply

    wea

    • Nov 23, 2022 - 4:01 AM - Hans - Author: Comment Link

      Hi Wea,

      Since ConnectMeNow doesn’t really do anything with VPN – VPN is a “network” completely independent of ConnectMeNow.
      Could you provide more information? I’d love to resolve an issue if there is one. 

      p.s.: Just tested it with a WireGuard connection, and that one worked with ConnectMeNow.

      Reply

      Hans

  • Nov 22, 2022 - 2:55 PM - Guido Comment Link

    Thanks a lot. Apple Silicon support is really appreciated. The content of my NAS shares is now displayed much faster.

    Reply

    Guido

  • Nov 23, 2022 - 9:54 AM - Hans - Author: Comment Link

    UPDATE 4.0.1

    Minor bug fixes after release

    – Import v3 config; no longer importing former Windows postion (since windows are sized differently in v4)
    – Bug fix: Window height issue due to macOS Venture issue where a group-box caption is taller than other macOS versions
    – Bug fix: Auto mount forgot to verify if a share was even enabled or not

    Reply

    Hans

    • Nov 23, 2022 - 11:08 AM - Guido Comment Link

      Did the update and now shares are not connected anymore. Even if I try to trigger the connection manually, nothing happens.

      Reply

      Guido

      • Nov 23, 2022 - 2:41 PM - Guido Comment Link

        Update: after one hour everything seems to be fine again. Somehow strange.

        Reply

        Guido

        • Nov 24, 2022 - 12:38 AM - Guido Comment Link

          It seems that it is not working 100%. This morning only 3 of 5 shares were connected automatically. The settings are the same for all shares. 

          Reply

          Guido

          • Nov 25, 2022 - 2:10 AM - Guido Comment Link

            OK. CMN 4.01 is not working.If I add a share it will not connect automatically. If I click “Execute Auto Mount” nothing happens. Same for unmount. Only after I quit CMN and open it again my 5 shares will be connected. But they are shown in CMN as not connected (no green dot and no flash).After my NAS starts up in the morning no share will be connected automatically. And so on.
            It is possible to redownload Release 4.0?
            I deleted CMN 4.01 3 times including the three config files but that did not change anything to these issues.

            Guido

      • Nov 25, 2022 - 3:09 AM - Hans - Author: Comment Link

        Hi Guido,

        apologies for the late response.

        Are you by any chance running on Apple Silicon and/or Ventura (you can copy the version info straight from the CMN menu)?
        I’ve noticed some odd behavior like this on my M1 – same version on Intel has zero issues. It is almost like (at times like mounting doesn’t do anything or is waiting for something until the end of days to actually execute the mount. This happens only on my Apple Silicon Mac, but since I’m doing some extreme and odd tests, I figured it may be because I keep pushing it a little too far. A reboot always “cleared” this (had it happen twice in the last 3 weeks).

        On the v4.0.0 differences: nothing you describe should be related to any of the changes in 4.0.1.
        Naturally, I can never assume anything for 100%. Would you be able to post your version info?

        Reply

        Hans

  • Nov 23, 2022 - 11:54 AM - bernd Comment Link

    HI! 

    Unfortunately, version 4 does not work with an active VPN connection. The program shows the message “no network avaiable”. Ping to the host works but the program can’t mount the resource. After disconnecting from the VPN everything works, after logging in again the resource remains mounted but the message “no network avaiable” returns. 

    Version 3 has no problem with this.

    Thanks for your hard work!

    Best regards, Bernd

     

    Reply

    bernd

    • Nov 25, 2022 - 10:28 AM - Hans - Author: Comment Link

      Hi Bernd,

      apologies for the late reply, I had almost forgotten to reply 

      Would you mind posting the version info of CMN and your OS?
      Easiest way to get this: CMN menu -> Help and About -> Version info to Cliboard.
      You can paste it here in the comments and should look something like this:

      Version: 4.0.1
      OS: macOS Monterey
      Version 12.6.1 (Build 21G217)
      Intel x86-64 (64 bits) application

      Reply

      Hans

      • Nov 25, 2022 - 1:22 PM - Bernd Comment Link

         

        Version: 4.0.1

        OS: macOS Monterey

        Version 12.6.1 (Build 21G217)

        ARM (64 bits) application

        Reply

        Bernd

      • Nov 26, 2022 - 5:44 AM - Hans - Author: Comment Link

        Yikes, ARM again … 

        Can you describe your VPN setup?
        I’d assume you have some regular network connection (Ethernet or Wifi) and a VPN connection running over that connection?
        When connected to your VPN, does ConnectMeNow show “NO NETWORK AVAILABLE” in the settings window, above the list of shares?

        Reply

        Hans

        • Nov 27, 2022 - 7:42 AM - Bernd Comment Link

          Its a OpenVPN over Ethernet. No Wifi.

          “When connected to your VPN, does ConnectMeNow show “NO NETWORK AVAILABLE” in the settings window, above the list of shares?”

          exactly.

          Reply

          Bernd

          • Nov 29, 2022 - 11:33 AM - Hans - Author: Comment Link

            I think I found the issue in your particular case ….

            With your VPN connection you may not have a default gateway configured – unlike my setup where I use WireGuard, yet still have a default gateway defined.
            eg. certain traffic goes through Wireguard, but my local network is till active as well, where as in your case the VPN connect is the only network connection.

            I’m trying to find an alternative way to detect if there is an active network.
            Just detecting network or VPN is maybe not the most reliable way to do it.

            I’ll keep you posted! 

            Hans

        • Nov 28, 2022 - 4:54 AM - Hans - Author: Comment Link

          Thanks Bernd – This is good info! 
           I’m doing some testing today, to see if I can reproduce the issue.

          Reply

          Hans

    • Nov 28, 2022 - 9:47 AM - Daniel Comment Link

      I’m having the same issue on my corporate VPN connection. I’m using the ARM version on my M1 MacBook Pro.

      Reply

      Daniel

      • Nov 29, 2022 - 12:07 PM - Hans - Author: Comment Link

        Thanks Daniel for the confirmation!
        I think I found the issue – please see my reply to Bernd.
        Seems you guys have a VPN only setup which appears to have no default gateway – I learn something new every day 

        So now I have to find a way to detect if there is a network, or introduce the option to ignore network availability.
        (terminal suggestions are welcome)

        Reply

        Hans

        • Nov 29, 2022 - 1:55 PM - Daniel Comment Link

          Thanks, Hans. My company doesn’t allow me to change any VPN gateway settings on my device. Perhaps instead of checking for the default gateway, you can ping a site such as google.com to test for connectivity? Or maybe include a setting “Do not check for Internet connectivity on VPN” which can bypass this requirement?

          Reply

          Daniel

        • Nov 30, 2022 - 4:07 AM - Hans - Author: Comment Link

          No worries Daniel.
          I wouldn’t expect any company to change their settings just for one application, and … it seem rather common for VPN users.

          Checking Google would not be a reliable way to do this. I’ve worked with VPN (for work) in the past where they blocked Internet access for security reasons.
          I’ll try and see if I can find a way to do network detection, and keep “Do not check network connectivity” as an option.
          I already found that VPN detection is not very reliable (eg. OpenVPN detected in one location, WireGuard in another etc) – but I think that should be transparent anyway.

          I may call for your (and Bernd) help in case I find a trick to do network detection.

          Reply

          Hans

    • Nov 30, 2022 - 5:14 AM - Hans - Author: Comment Link

      Hi Bernd and Daniel,

      in an attempt to detect if there is any networking going on under VPN, could either of you post the output if you run this command in Terminal while your VPN is active?
      I do not have access to a setup that at times runs VPN only like you guys do.

      ifconfig | grep 'status: active'

      I’m hoping to see something like this:

       status: active
      Reply

      Hans

      • Nov 30, 2022 - 7:15 AM - Daniel Comment Link

        I am seeing two “status: active” entries on VPN.

        Reply

        Daniel

      • Nov 30, 2022 - 2:12 PM - Bernd Comment Link

        Yep. I see status: active.

        Reply

        Bernd

      • Dec 1, 2022 - 3:42 AM - Hans - Author: Comment Link

        Awesome! Thank you for testing this!

        This one is trickier: just run:

        ifconfig

        This will produce a much larger list – would you be willing to email me that list (just to not clutter this comment section – webmaster at tweaking4all dot com).
        Or, if you know what you’re looking at, mention the devices with the “status: active” statement?
        (device names look like something like these “utun0:“, “p2p0:“, “en0:” or “bridge0:“)

        Reply

        Hans

  • Nov 28, 2022 - 11:52 AM - Moondiver Comment Link

    Hello,
    I have tried the latest version 4.0.1, but I have the problem that my created shares are not saved. After a restart they are gone. What am I doing wrong?

    Then another question, my NAS always boots up at a certain time. How do I configure ConnectMeNow to always check if the NAS is already on and establish the connection.

    Many greetings,
    MM

    Reply

    Moondiver

    • Nov 29, 2022 - 12:04 PM - Hans - Author: Comment Link

      Hi MM,

      Ehm … configs that do not save … that’s a new one. I have not experienced this.
      Can you see if this file is being created?

      /Users/<username>/Library/Preferences/com.Tweaking4All.ConnectMeNow4.ini

      As for connecting to your NAS, you have a few options there. 
      I guess it depends a little on your workflow.

      Probably the most reliable way would be:

      Under Advanced Settings, of a defined share, check the options “On Server IP appear” and optionally “On Network Change” (nothing else needs to be set with these 2).

      As soon as ConnectMeNow sees you NAS because of this, it will start the mount procedure for this particular share.
      The following options are part of that procedure. You can use them as you see fit, to see what works the best and most convenient for your purposes.

      – Setting Mount delay to the number of seconds it takes your NAS to be “online” in case your NAS is rather slow in getting its services up and running.
      – Set “Mount attempts” to more than one, not sure which one would work best for your setup, just so mount failures are tolerated a few times.Say it takes your NAS 10 seconds from cold start to being available for mounting, then this would be a good value to use.

      I’d play with those options first.

      If you’re the only user, you could consider using Wake On LAN before mount instead of the power schedule you’re set for your NAS. But that’s totally optional of course.
      Note that PING Before mount may not be very useful in this case – ConnectMeNow has already seen the server because of the “On Server IP appear” setting. 

      Reply

      Hans

      • Nov 29, 2022 - 11:32 PM - Moondiver Comment Link

        Hi Hans,

        It’s a little curious. But the INI file was created. Nevertheless, after a restart the set up share is no longer available.

        MacOS: 13.0.1
        Apple Mac Studio

        Reply

        Moondiver

      • Nov 30, 2022 - 4:08 AM - Hans - Author: Comment Link

        Oh wow, that is super weird.

        Can you create a share or two, close the application, and send me that file -(webmaster at tweaking4all dot com?
        (remove sensitive info like username/password from the file)

        Reply

        Hans

        • Dec 1, 2022 - 4:20 AM - Eugenio Comment Link

          Hi, I have the same issue… Created shares are gone after a restart.

          I have a 2021 MacBook Pro with M1 Pro and Ventura 13.0.1

          Reply

          Eugenio

        • Dec 1, 2022 - 6:58 AM - Hans - Author: Comment Link

          Hi Eugenio – thank you for confirming.
          I’m testing on a 2021 MacBook pro M1 Max with Ventura 13.0.1 as well.

          Can you verify the file is begin created and if you open it with a text editor, see what is in the file that may resemble an entry of your share(s) – I don’t mind taking a look, if you’re comfortable emailing me the file.

          Note:
          – Are either of you the only user on your Mac?
          – Do you guys maybe share the config with other Macs?

          The config file:

          /Users/<username>/Library/Preferences/com.Tweaking4All.ConnectMeNow4.ini
          Reply

          Hans

          • Dec 1, 2022 - 7:43 AM - Eugenio Comment Link

            Hi Hans thank you for your quick reply

            I tried quitting ConnectMeNow before restarting and it works fine, shares are saved.

            So the issue is only when restarting without without quitting the app.

            The config file is created but if I restart the shares are not saved in it, if I quit ConnectMeNow the shares are getting saved in the config file.

            I am the only user on this mac and the config isn’t shared

            Hope this helps

            Eugenio

          • Dec 1, 2022 - 7:54 AM - Hans - Author: Comment Link

            Excellent find! This is really good info. Now I have to look where I goofed up. 

            Hans

  • Dec 1, 2022 - 11:03 AM - Moondiver Comment Link

    I can confirm the behavior that Eugenio described. Quitting before restart save the shares.

    Reply

    Moondiver

    • Dec 1, 2022 - 11:32 AM - Hans - Author: Comment Link

      Thanks for confirming! Much appreciated. 
      I have it fixed in the next release. 

      Reply

      Hans

      • Dec 1, 2022 - 1:32 PM - Moondiver Comment Link

        That’s great  

        I have found something else.
        I have set up 2 shares to be mounted when the server is visible on the network. For each share I have set up a delay of 60 seconds. When I restart the computer, the first share (first in the share overview) is mounted after 70 seconds, but the second only after 220 seconds.

        Another point:
        Under Advanced Options I cannot select default Mount Path but only Custom Path. In the settings under Perferances Mount Path is set to default.

        Translated with http://www.DeepL.com/Translator (free version)

        Reply

        Moondiver

      • Dec 4, 2022 - 4:05 AM - Hans - Author: Comment Link

        Thanks for reporting Moondiver!

        I’ll fix these with the next release, hopefully in the next few days! 
        Reply

        Hans

  • Dec 9, 2022 - 3:56 AM - Stephan Comment Link

    Hello all,

    first of all many thanks for the great tool. I have used the v3 version until now and I am very satisfied.

    Just now I wanted to test my SMB shares under the v4 version. I manually copied the settings from the v3 version. Apparently the new version can’t handle the username properly.

    The username consists of the form

    AD\firstname.lastname

    However, when I try to mount the SMB share, it throws an error in the log window :( And the share is not connected:

    – CMD: mount_smbfs “//AD\firstname.lastname:PASSWORD@xx.xx.xx.xx/SharesPublic” “/Users/Username/MountPoints/SharesPublic (xx.xx.xx.xx)”- Error – Possible error occured. Shell may have returned a fail code

             │ – Result: Mount request did not return an error (not a guarantee that it worked though!)

    What could be the reason?

    The identical settings/access data work in the v3 version without problems.

    Addendum: The problem seems to occur only with the mount method “Commandline”. If you change it to “System Call” it seems to work.

    Reply

    Stephan

    • Dec 10, 2022 - 5:55 AM - Hans - Author: Comment Link

      Hi Stephan,

      thank you for reporting this potential bug.
      I’m working on an update, trying to fix an unrelated Apple Silicon / Ventura bug.
      I’ll try to dig into this one, and see if I can find the cause and possible fix.

      Did you try to run this manually?

      mount_smbfs "//AD\firstname.lastname:PASSWORD@xx.xx.xx.xx/SharesPublic" "/Users/Username/MountPoints/SharesPublic (xx.xx.xx.xx)"

      (make sure the directory “/Users/Username/MountPoints/SharesPublic (xx.xx.xx.xx)” exists, and of course replace xx.xx.xx.xx) 

      If that fails, can you try:

      mount_smbfs "//AD;firstname.lastname:PASSWORD@xx.xx.xx.xx/SharesPublic" "/Users/Username/MountPoints/SharesPublic (xx.xx.xx.xx)"

      (assuming “AD” is a domain? – I have no means to test SMB mounting with domains)

      If all fails: What macOS version are you running?

      Reply

      Hans

    • Dec 11, 2022 - 8:52 AM - Hans - Author: Comment Link

      Trying to find what may be wrong here, before releasing and update … 


      For one; using a backslash in a username would make the first character of the username escape, meaning “\f” becomes a form-feed character. Definitely not we would want. 

      Now the question will be why there is a backslash in your username?
      If this is for the workgroup or domain controller? Eg. DOMAIN\Username ..?
      In that case you will need to enter the domain name in  the separate domain field, and the username in the username field.
      Reply

      Hans

  • Dec 13, 2022 - 4:22 AM - Hans - Author: Comment Link

    UPDATE 4.0.2

    This update adds a few features and fixes a few bugs. This will hopefully address the reported issue – please feel free to report if you find new bugs.

    Note: v4 should not touch the v3 config file, in case you’d like to test first.

    – Improvement: Notification (if enabled!) when a mount fails
    – Improvement: “Force save settings” added to menu
    – Improvement: Optional Ignore username when doing a mount detection (see if a share is mounted)
    – Improvement: Shared file location: added “iCloud Drive” and “Cloud Storage” (used by “One Drive” and “Google Drive”).

    – OS Fix: Work around for mount procedure due to ARM64 and/or Ventura bug (still needs more testing!)

    – Bug fix: Dark theme: fixed some icon colors on some buttons
    – Bug fix: Proper TAB order (when tabbing through controls with keyboard)
    – Bug fix: Save settings when shutting down Mac (ARM/Ventura)
    – Bug fix: Occasional missing detection of a mounted share
    – Bug fix: Network not detected for VPN users

    Reply

    Hans

    • Dec 13, 2022 - 5:08 AM - Eugenio Comment Link

      Hi Hans, I’m having the following issues with version 4.0.2

      – The Shares and Application Preferences windows are blank (only the title bar, no buttons or anything, I have to quit the app to close them)

      – if I try to open the “About ConnectMeNow 4.0.2” window or copy version info I get the Access violation warning

      It does seem to fix the issue I had with 4.0.1 that only one share was auto mounted at startup. Now all the shares with auto mount options are mounted when I start the app

      Thanks

      Eugenio

      Reply

      Eugenio

      • Dec 13, 2022 - 5:41 AM - Hans - Author: Comment Link

        Would you be able to send me some screenshots by email? (just reply yo this notification)
        I’m compiling and testing on a 2021 MacBook Pro M1 Max, running Ventura 13.0.1, but cannot reproduce the issues you’re seeing.
        p.s. Did you try rebooting? On Apple Silicon, I noticed a very odd behavior with 4.0.1 – almost felt like a mount queue being “stuck”.

        Reply

        Hans

      • Dec 13, 2022 - 4:41 PM - Eugenio Comment Link

        Well this is weird… I was taking the screenshot to send you but now the windows show up fine. Also the About window works fine now, no Access violation error.

        I had tried to reboot before but did not fix it… not sure what fixed it. Everything seems to work fine now. I’ll email you in case it breaks again.

        thanks!

        Eugenio

        Reply

        Eugenio

    • Dec 13, 2022 - 8:50 AM - Daniel Comment Link

      Hi Hans, I just updated to 4.0.2 and I can finally mount shares on VPN (thanks for that!) but I cannot unmount them. Is this related to the Ventura mount procedure on ARM that still needs to be resolved?

      Reply

      Daniel

      • Dec 13, 2022 - 8:58 AM - Hans - Author: Comment Link

        No, that should not be related to the AMR/Ventura problems I ran into.
        ConnectMeNow does recognize that they are mounted? Or it doesn’t do that either?
        Would you be able to email me (webmaster at tweaking4all dot com) the output from the “mount” command in Terminal (after you mounted your network share – feel free to change/obscure IP address, username or password).

        Reply

        Hans

    • Dec 14, 2022 - 6:30 AM - Ash Comment Link

      Hi Hans, 

      Just a quick update – NFS shares are now working again with 4.0.2. 

      Sorry for the silence since I last posted about the issue. I had some trouble getting through the spam filters on the forum and the email form. 

      Thanks again for taking the time to look into this – especially as it was a very isolated issue! 

      Ash

      Reply

      Ash

      • Dec 14, 2022 - 11:07 AM - Hans - Author: Comment Link

        You’re welcome, and no worries about a delayed response. All good – I’m slower in responding at times as well. 

        Good to hear its fixed – I’ll try to not break it again 

        Reply

        Hans

  • Dec 14, 2022 - 12:40 AM - Guido Comment Link

    OK. I have the feeling that unmounting is an issue and after my Mac went to sleep mode to recognize if the share is still connected or not.Therefore CMN4 always connects another share with the same name + “-x”. I can see that if I open the Music App and try to add manually music files. Then I can see that e.g.the music share of my NAS is there multiple times. After a reboot of my Mac everything is clean until my Mac goes into sleep mode. Because of this issue this morning only 3 of 5 shares got reconnected to my Mac after my NAS startet at 07:00. “Remount mounted drives on wakup from sleep” is enabled. Enabling or disabling “Quick Unmount shares on network loss” has no impact at all.

    CMN3 is running fine. No issues at all. 

    macOS 13.1

    Reply

    Guido

    • Dec 14, 2022 - 11:12 AM - Hans - Author: Comment Link

      Thanks Guido (replied to your email as well)!

      Oh that’s something I can try to repeat and see if this happens here as well.
      Actually, I’m doing that with my MacBook Pro (M1) every day as well, so I will keep an eye on it.

      Reply

      Hans

    • Dec 20, 2022 - 7:58 AM - Hans - Author: Comment Link

      Guido; no guarantee 4.0.3. will fix the issue you’re running into.
      I have not seen it happen again though. So fingers crossed 

      Reply

      Hans

  • Dec 14, 2022 - 7:38 AM - Daniel Comment Link

    I’m having an issue with the mount path. I’m not sure which version I began having issues with this as I just tested now changing it in 4.0.2. In Preferences, I have Mount Path set to Default but it still tries to mount to the path I have defined in Custom (/Users/username/Mountpoints). I can change it to custom and it does save it, but when I change back to Default it doe not mount in /Volumes like it is supposed to.

    Reply

    Daniel

    • Dec 14, 2022 - 11:14 AM - Hans - Author: Comment Link

      Hi Daniel,

      apologies for the inconveniences.

      Do you have more info? For example: do you share your config with other Macs, or do you store the config at a custom location?
      Wat version MacOS are you using? Is it an Intel or Apple Silicon Mac?

      Reply

      Hans

      • Dec 14, 2022 - 11:32 AM - Daniel Comment Link

        I am using the default .ini file in my user account’s Library/Preferences folder. I am using 4.0.2 on an 16″ M1 MacBook Pro on Ventura 13.1. I don’t share the config with other Macs. The config file is being updated just fine, the issue is the app is not properly accepting the change to use the default /Volumes if I select it.

        Reply

        Daniel

      • Dec 16, 2022 - 4:54 AM - Hans - Author: Comment Link

        Any chance you can email me the INI file? (feel free to remove sensitive info from the INI file)

        I have the almost exact same setup for testing (16″ Macbook Pro, M1 Max, Ventura 13.1, CMN 4.0.2).
        I did quite a bit of testing last night and this morning, but cannot reproduce the issue.
        I’d love to find out what may be going wrong though.
        Does this reproduce consistently on your computer? Also after quitting CMN? or even rebooting your Mac?

        Reply

        Hans

        • Dec 16, 2022 - 9:09 AM - Daniel Comment Link

          My apologies, this is a non-issue. I had created my shares when my default template setting was set to custom path. I updated the default template, but realized I also needed to change the mount path for all my shares. All good now!

          Reply

          Daniel

        • Dec 16, 2022 - 9:33 AM - Hans - Author: Comment Link

          No apologies needed – just glad this is no longer an issue 
          Thanks for letting me know!

          Reply

          Hans

  • Dec 19, 2022 - 10:34 AM - Ronnie Hoffmann Comment Link

    Hi,

    I have a problem with the path. In version 3 I could still specify some subfolders here (/sharename/folder1/folder2/folder3).

    Now I get this error: 

    CMD: mount_smbfs “//domain;USER:PASSWORD@server/sharenamefolder1folder2folder3” “/Users/USER/MountPoints/sharenamefolder1folder2folder3 (domain)”- Error – Possible error occured. Shell may have returned a fail code

    Reply

    Ronnie Hoffmann

    • Dec 20, 2022 - 4:28 AM - Hans - Author: Comment Link

      Hi Ronnie,

      sorry to hear you’re running into issues, and thank you for reporting!
      I can see why this has not been reported yet haha … Mounting a subdirectory of subdirectory of a share is not very common. 

      I think I may have found why this happens though (my bad) and hope to be able to release a new CMN today, maybe tomorrow.
      (running into some visual issues under Ventura that I’m trying to resolve before releasing an update)

      Reply

      Hans

    • Dec 20, 2022 - 6:38 AM - Hans - Author: Comment Link

      Included the fix in the update I just posted (4.0.3). 

      Reply

      Hans

      • Dec 20, 2022 - 6:53 AM - Ronnie Hoffmann Comment Link

        You are a Monster 

        It’s working again. Thanks Hans

        Reply

        Ronnie Hoffmann

      • Dec 20, 2022 - 7:57 AM - Hans - Author: Comment Link

        I’ll take that as a compliment 

        Note every bug gets fixed that quick though haha. Good to know it got fixed.

        Reply

        Hans

        • Jan 9, 2023 - 7:35 AM - djam Comment Link

          Hi,

          I confirm that it is not possible to mount a share with sub folders

          command line : ok on terminal but not in app

          smb://AD/dfs/folder1/Folder2 
          Reply

          djam

          • Jan 9, 2023 - 8:04 AM - Djam Comment Link

            Version 4.0.3

            Arm version

            Djam

          • Jan 9, 2023 - 9:37 AM - Hans - Author: Comment Link

            Unfortunately, I cannot reproduce this issue here. It works on my Intel Mac and M1 Mac.

            Can you provide some more info please?

            1) What mount style are you using? “System Call” or “Commandline”? (in CMN)
            2) Is “AD” your server name (try IP instead), workgroup (typically not needed), or active domain controller (I cannot test that, since I do not have one),…?
            3) Does the log window show any specific message (In settings enable “Log to Log Window”, press and hold CONTROL+OPTION+COMMAND to make the “Show Log” button visible).

            Hans

        • Jan 9, 2023 - 7:48 AM - Hans - Author: Comment Link

          Hi Djam,

          What version are you using?
          This was fixed in 4.0.3 (and was confirmed to work properly now).

          Reply

          Hans

          • Jan 9, 2023 - 10:09 AM - djam Comment Link

            ok,

            in my path i have a dollar caracter $ (hidden folder on Windows )

            but which is replaced by %24 in CMD

            djam

          • Jan 9, 2023 - 10:30 AM - djam Comment Link

            Les caractères réservés en encodage-pourcent

            ! # $ & ‘ ( ) * + , / : ; = ? @ [ ]

            %21 %23 %24 %26 %27 %28 %29 %2A %2B %2C %2F %3A %3B %3D %3F %40 %5B %5D

            djam

          • Jan 9, 2023 - 10:35 AM - Hans - Author: Comment Link

            Ah OK, that could be an issue indeed – totally forgot about that hidden share option with SMB.
            The URL encoding is only used with path names, but I can see that “$” is a problem as it has a special purpose.
            I’ll fix that.

            Not sure what you’re trying to say with your other message?

            Hans

          • Jan 9, 2023 - 10:40 AM - djam Comment Link

            The last post was to show the encoding problem.

            Finally, thank you for a update.

            Great responsiveness from you.

            Happy new year

            djam

          • Jan 9, 2023 - 10:47 AM - Hans - Author: Comment Link

            You are welcome – Thanks!
            You have a great New Year as well! 😊 

            I’ll try to get a release this week (takes some work to prep files for posting here).

            Hans

          • Jan 12, 2023 - 2:33 AM - djam Comment Link

            Hi,

            I installed version 4.0.4.

            Access to dfs$ is ok but impossible to mount subdirectories

            //AD/dfs$ —> ok

            //AD/dfs$/subfolder —> ko

            djam

          • Jan 12, 2023 - 3:47 AM - Hans - Author: Comment Link

            Oh my, that’s odd. Oh man this is why I hate special characters … 

            Both “$” and “/” are not being encoded … so nothing changed there.
            I’ll add this to my “to do” list because now I have to figure a way to test this.

            Hans

          • Feb 6, 2023 - 2:35 AM - djam Comment Link

            Hi !

            You are a genius.

            With version 4.0.6 I confirm that everything works correctly with DFS and subdirectories

            Many thanks for your work. 

            Best wishes.

            djam

          • Feb 6, 2023 - 3:14 AM - Hans - Author: Comment Link

            Awesome! That is good news!  Thanks for confirming 

            Hans

  • Dec 20, 2022 - 6:31 AM - Hans - Author: Comment Link

    UPDATE 4.0.3

    A few bugs fixed. 

    I’m sure I may have missed one or the other bug – apologies for the inconvenience, and feel free to report here again. It’s been a little chaotic lately (my bad!).

    One “bug” I have may not [intentionally] have solved, but have seen and not been able to reproduce these past 5 days now testing on Intel (Ventura and Monterey) and ARM (Ventura).
    This would be the bug where something just does not get mounted for unclear reasons. Please let me know if you run into this.

    Note : When reporting a bug, please paste the version (CMN menu: Help & About -> Version Info to clipboard) in your comment, and post possible steps to reproduce the issue.

    – Bug fix: sometimes CMN still thinks there is no network (related to VPN bug)
    – Bug fix: [Visual] Where “Test Mount” button wouldn’t properly position with NFS shares
    – Bug fix: [Visual] Text fixed in SSH explanation, when using a password instead of security keys
    – Bug fix: [Visual] Info messages in share definitions now align properly to bottom of window
    – Bug fix: [Visual] Workaround for Ventura visually being different (spacing) where content would not fit in window
    – Bug fix: Directly mounting a sub directory of a share would fail due to slash removal/cleanup.

    – Improvement: Added some Terminal tools in log window (output of: mount, ls /Volumes, etc)
    – Improvement: When no share defines exist; open main window and ask if blank one should be created (helps first time user/start)        

    Reply

    Hans

  • Dec 22, 2022 - 4:18 AM - Loek Comment Link

    Thanks for updating this very usefull piece of software.

    I just upgraded to a M1 iMac, but just wondering… why didn’t you make an universal binary ?

    Another question/feature request… as far as I know it’s not possible to mount the share by its name on the network, you need to know
    the IP address, right ?

    Reply

    Loek

    • Dec 22, 2022 - 5:16 AM - Hans - Author: Comment Link

      Hi Loek,

      Thank you for posting a thank-you 

      Creating a universal binary would indeed have been an option, but there are a few reasons why I didn’t.

      1. File size: Universal binaries are about twice the size of a regular binary, since it is basically two binaries glued together.
      2. Temporary nature: Having gone through the PowerPC-Intel switch myself, universal binaries only serve the transition moment and will disappear rather quickly.
      3. Extra chance to make mistakes: For each universal binary I have to do some extra manual steps (I’m not using XCode). Not a drama, just another potential point of failure.

      As for your IP address question: 

      Short answer is: Yes, you can use the hostname.

      However … this may or may not work reliably, depending on your network configuration.

      As you probably know, whenever used, the hostname will need to be looked up with the DNS server of your network (often your modem or router).
      If configured right, then this should work OK (some situations would like to see a “.local” added to the hostname).
      In my experience though this doesn’t always work all that great.

      For example: if your server or NAS is setup to use DHCP, then this will likely work correctly, since (you’d hope) the DNS server will know about this.
      However, if you entered a static IP address, then the DNS may or may not know about this, depending if you did made an IP address reservation in your DHCP server.

      Easiest way to find out, is by just trying – ConnectMeNow supports it, if your computer and network do as well.

      I know it works well with my network config and NAS, but it may just as well not work on your setup.
      Personally, I prefer using the IP address, and I do give my NAS a fixed IP address so I can always find it, even when my router (read: DNS server) is dead.
      But I do know that most come with default set to use DHCP, so you can access your NAS by using their default hostname.

      If you want to know more about this; let me know.

      Reply

      Hans

      • Dec 23, 2022 - 8:29 AM - Loek Comment Link

        Thanks for the long reply. I will try it out.

        Other question…

        I notice that when drives are mounted, you hear a “beep”. Is that on purpose ? Is there a way to turn it off ?
        (running iMac 24″ with M1, Ventura 13.1)

        Reply

        Loek

        • Dec 23, 2022 - 8:38 AM - Loek Comment Link

          Update…. yes host name (e.g. NASA12C12 for a QNAP NAS) works fine.

          It’s handy, because sometimes after a firmware update, the IP address changes (of course I can give clients a fixed IP, but didn’t do that)

          Reply

          Loek

        • Dec 23, 2022 - 9:00 AM - Hans - Author: Comment Link

          Cool! 

          What I did with my QNAP NAS (which still uses DHCP):
          In my router/modem, I have an IP address reserved in the DHCP, for the MAC address of my QNAP. This way DHCP will always give the same IP address to my NAS. Obviously an easy one to remember like 192.168.1.100 or something like that.

          Your way works as well of course. 

          Reply

          Hans

        • Dec 23, 2022 - 9:26 AM - Hans - Author: Comment Link

          Almost forgot to answer your beep question:

          To disable the beep, uncheck the “Show Mount/Unmount Notifications”.
          Granted, I should probably add a “mute beep” option with that (added it to my to-do list!). 

          Reply

          Hans

  • Dec 27, 2022 - 5:03 AM - Rob Ligthart Comment Link

    As always very grateful for this wonderful tool!
    Really appreciated!

    FYI, I “converted” my v3 config when I upgraded to v4 and that seemed to have worked fine without any problems.
    But I do understand your warnings about such endeavors of course!

    I do have a minor question if I may;
    I’m using MacOS Monterey and noticed nowadays in the naming of the shared (QNAP) folders names (in my mountpoints) such as “Superman-2”, “random name-3” and so forth when I look into my shares via the Finder.
    Normally, those “..-2” and “..-3” depict the 2nd, 3rd iteration of the same(!) share re-used several times.
    But I can assure you that is not the case in my situation, I only mount a share only once.
    When I look into my home-directory I can see indeed several same-name mounting points (with the “..1”, “..2” etc) with zero bytes and I can delete without getting a warning.
    But still after that I can see the names of the shares still using “..-2” etc
    Any thoughts, suggestions?

    Reply

    Rob Ligthart

    • Jan 9, 2023 - 11:18 AM - Rob Ligthart Comment Link

      Gentle reminder to myself;
      Don’t bother as you don’t get a response I guess…
      (noticed several times already)

      Reply

      Rob Ligthart

    • Jan 9, 2023 - 11:52 AM - Hans - Author: Comment Link

      Hi Rob,

      my apologies for not having responded yet, it is most certainly not intentional.
      There is no reason to be an ass about it though. I do not work for you.
      You can however always sent a gentle and polite reminder. (this was neither)

      Please do keep in mind that I do have a life outside of this website, that I’m not on your payroll, and I help people for free by the best of my ability. Oh and maybe you missed it, but there is such a thing as the holidays that have kept us busy recently as well. 

      Finally: I’m just human so I do make mistakes and do forget things as well. 

      Coming back to your question:

      “-1”, “-2” etc are indeed added to create a unique name.
      Normally a directory used for mounting will be removed after unmounting. If the directory is not removed, a second mount attempt will not use the old directory and instead (to be safe) another unique name will be created.

      I’ll do some tests in the next few days and see what I can reproduce.

      Reply

      Hans

    • Jan 9, 2023 - 12:07 PM - Hans - Author: Comment Link

      I just did some tests with 4.0.3 (latest version at this time).

      I’ve tested some of my QNAP shares in ~/MountPoints, using “Commandline” as the Mount Style.
      Repeatedly mounting/unmounting did not make additional directories.
      Now I do recall having seen what you mentioned in a pervious version, and I do recall making a minor change in determining a unique mount point.

      So I’d recommend testing this:

      1. Make sure you’re running at least v4.0.3 of CMN.
      2. Unmount all network shares (that would be mounted in ~/mountpoints).
      3. Remove all “dead” mount directories in ~/mountpoints. 

      Now start CMN again, and mount your shares again – possibly mount and unmount repeatedly, to see if it fails.
      I just tested this on my Intel (Monterey) and M1 (Ventura) Mac – both worked correctly.

      Reply

      Hans

      • Jan 13, 2023 - 4:02 PM - Ronny Comment Link

        I’d like to swing in here, too. Similar problem.

        System: macOS Catalina, CMN 4.0.3, Synology NAS. I’m using Network poll because my Mac should remount the NAS shares as soon as the NAS resumes from standby (so it’s the other way around most people use the remount: they put their machine to sleep and the NAS keeps running, my use case is the other way around :-) ). I’m using the system mount option in /Volumes/
        CMN often reports it failed to mount. When I look into the Volumes dir there are multiple directory share, share-1, share-2. Only one of them (or none) does show up in the finder. The other directories can’t be unmounted via diskutil force command. Only a reboot helps. CMN is very unreliable on this machine (also with pinging/discovering the awaken NAS, although a manual mount via menu does work).

        Any ideas? :-O How can I help with more debug information?

        Reply

        Ronny

        • Jan 14, 2023 - 6:28 AM - Hans - Author: Comment Link

          Hi Ronny,

          Thank you for reporting!

          When mounting in /Volumes (using mount style “System Call”), there will not be much CMN can do about what is happening when it comes to these “dead” directories in /Volumes. macOS completely manages /Volumes, and CMN cannot even clean up dead directories.

          Seeing share, share-1, share-2 etc is caused by multiple mounts that are being mounted, with the same named share name. macOS automatically adds the “-1′ etc automatically.

          Now, CMN reporting a failed mount, may also be cause when a mount is already active – macOS will not let you mount the same share twice at the same time.

          Having said that, makes me believe there could potentially be another application mounting the affected shares. One user reported this with a Folder Sync tool (forgot the name, sorry), and I have seen Path Finder and Forklift mount shares as well. This could even be triggered by an alias or symbolic link.

          What you could try: Start you Mac and make sure CMN does not start. 

          Now look in Terminal what the command “mount” shows (lines that with “//”). If there is no line that starts with “//” then clean up /Volumes (if Finder lets you, or try Terminal if you know how to do this).

          Now after that work a little with your Mac for a few minutes, and look in /Volumes, and at the “mount” output again. See if you recognize something.
          If everything looks “clean”, start CMN, and see if it picks up your NAS and mounts the shares.

          Reply

          Hans

        • Jan 18, 2023 - 5:43 AM - Hans - Author: Comment Link

          Doing some extensive tests, I do notice that multiple auto mounts can somehow “congest” requests in macOS.
          I haven’t been able to pinpoint this yet, but this only happens when using the Mount Style “System Call”.
          This does not happen when using “Commandline” (not mounting in /Volumes).

          I’m still trying to find what “congest” macOS when it comes to these failing mounts (only a reboot seems to clear this congestion).

          Reply

          Hans

  • Dec 28, 2022 - 5:33 AM - Marcus Comment Link

    Hello

    I’m wondering if this tool is able to remount volumes when switching from LAN to WLAN within the same network.

    I have often the problem when I change my workplace from the living-room, where the WLAN is used to my office room where the wired LAN is used, the SMB volumes to my servers are still using the slow WLAN  connection but not the wired lan. To clarify this: I’m still in the same IP net (192.168.20/24)

    The device order in MacOS is correct and when I dismount and mount the volumes manually they are using the LAN adapter.

    I have tried the switch “On Network Change” but this does not help and ich thing it’s more for a real change (other ip, subnet …). The GW does not change in my case.

    Greetings and a happy new year

    Marcus

    Reply

    Marcus

    • Dec 28, 2022 - 7:48 AM - Hans - Author: Comment Link

      Hi Marcus,

      I think the challenge here will be that WiFi works in both locations, so there may be no reasons for macOS to assume it should switch to Ethernet. At least; if I understood your scenario correctly.

      This is what I do with my laptop: When working at my desk WiFi is disabled, and when I’m in my living-room WiFi is enabled.
      I have never tested this, but it seems this script does exactly that fully automatic.
      Note: this may be outdated. This looks similar and is quite recent.

      ConnectMeNow can then be used to mount shares “On Network Change”, since CMN will notice WiFi and Ethernet changes.
      You can consider doing some tests with “Quick Unmount shares on network loss”, but I’m not sure unmounting is needed. You’ll have to do some tests 😊 

      Hope this helps!

      Happy New Year to you as well!

      Reply

      Hans

  • Dec 30, 2022 - 5:32 AM - Michael Comment Link

    I was struggling to keep my NAS connected for backups when I discovered this gem. Coffee coming your way! A question however: I’d like to mount the NAS at /Volumes/mynas but ConnectMeNow apparently does not allow you to choose your own name for mounts in /Volumes. I am wondering why?

    Another question: When I press “Test Mount”, I hear a plop sound, but there is no indication whether the test succeeded or failed.

    Finally: there is a typo on the Advanced Options screen: “automatcially”.

    Thanks for your work and a happy New Year!

    Reply

    Michael

    • Dec 30, 2022 - 9:24 AM - Hans - Author: Comment Link

      Hi Michael,

      thank you for sending coffee my way – it is always very much appreciated, especially in these harsher times (for all of us). 

      macOS will just not allow you to define the name used in /Volumes. This is a (security?) feature introduced a few macOS versions ago – I forgot which one.
      When using the official/proper System API call, even when providing a custom path, it will just not do it and decide by itself what the name of the directory will be in /Volumes. Sometimes even displaying a different name in Finder (compared to what you may see in Terminal).
      Command-line mounts are not even allowed to mount anything in /Volumes anymore, but comes with other advantages.

      Plop sound: in the next release I’ll have an option in settings to disable the sound (already implemented – just waiting for a good time to release).

      Typo: Excellent catch! Thank you!

      Reply

      Hans

      • Dec 30, 2022 - 11:47 AM - Michael Comment Link

        Hi Hans,

        Regarding the “Test Mount” feature: it would be nice to have some visual feedback on whether the test succeeded or not. Maybe some text below the button?

        In the meantime, I also tried to enable logging by check the “Log to Log Window” checkbox. But where can I find this log window?

        Reply

        Michael

      • Dec 31, 2022 - 6:19 AM - Hans - Author: Comment Link

        Feedback for the test button is something I’ll add to the “things-to-explore” list. 
        There currently is already a feedback for mounting (or unmounting) through notifications. Disabling notifications of course would break this.
        Due to the different methods of mounting, there is no solid “return” value, and in therefor CMN will wait for the system to report a mount (or have it flagged as “failed” because it wasn’t mounting within 60 seconds – a value used by macOS).

        To see the log window: Open the Share or Applications Settings window, press the CTRL+Option+Command key.
        While keeping these keys pressed, a “Show Log” button will appear which you can click to open the log window.

        Hope this helps! 

        Wishing you a Happy New Year Eve and a fantastic 2023!

        Reply

        Hans

  • Jan 3, 2023 - 5:16 AM - Hans - Author: Comment Link

    One of the users (Derek) reminded me that when upgrading to v4, you may want to remove v3 completely.
    This involves the app, the config file(s) and the helper tool (see also the v3 uninstall instructions).

    In short:

    1. Move the ConnectMeNow app to the Trashcan
    2. Remove the settings, default location: /Users/<username>/Library/Preferences/ConnectMeNow
    3. Unload the helper tool (if applicable): sudo launchctl unload /Library/LaunchDaemons/com.tweaking4all.ConnectMeNowHelper.plist
    4. Remove the helper tool (if applicable): sudo rm /Library/LaunchDaemons/com.tweaking4all.ConnectMeNowHelper.plist

    Thanks again Derek!

    Reply

    Hans

  • Jan 10, 2023 - 3:55 AM - Tiago Comment Link

    Hey man, my name is Tiago and I have been using ConnectMeNow since version 3.

    First of all, I’d like to thank you for this fantastic piece of software. It really helps out in managing all the shares from work servers, personal servers and so on…

    Second, I’d like to report a few (possible) bugs in the current version:

    1. The “Auto Mount:” section in my Advanced panel overlaps the two buttons next to “IP Address” (“Paste” and “Get MAC”), so they can’t be properly clicked.
    2. The “Extra options” section in my Advanced panel is not entirely shown. I don’t know if there should be a sidebar for scrolling, but I can’t see it and I can’t access anything after “Broadcast mask”.
    3. I was unable to connect to some shares in my work server, and I traced the problem to exactly what is being described here. I tried the described solution of encoding special characters in the credentials password and it works, so I wondered if an automatic encoder could be implemented in the application to avoid issues with special characters when it is using the `mount_smbfs` command.

    In any case, great work, really. I’ll make sure to send you a cup of coffee at the end of the month!

    Reply

    Tiago

    • Jan 10, 2023 - 5:58 AM - Hans - Author: Comment Link

      Hi Tiago,

      Glad to hear you’re enjoying ConnectMeNow 

      Thank you also for the feedback.

      UI issues; I have been struggling with Monterey/Ventura where the controls do not behave in a consistent manner.
      Always report these issues though, since I do miss them at times. 

      SMB special characters; One user (DJAM) reported issues with the dollar sign ($), which will be resolved in the next version.
      Anything in the URL will be automatically encoded to a percent-number combo (example: a space will become a %20).
      With some characters ($ for example) this may not be desirable, so if you have any other special characters I should exclude from being converted, then please let me know, possibly with an example. (username and password will NOT be converted to a percent-number combo as this will break things for sure)

      Reply

      Hans

      • Jan 10, 2023 - 6:41 AM - Tiago Comment Link

        Hey Hans,

        thanks a lot for the quick reply!

        Regarding the UI issues: let me know if I can help in any way, with screenshots for example. If you’d like me to send them, send me an email; you should have access to my address from the post form.

        Regarding the special characters: my problem is in fact with the passwords. I’ve had to substitute both “&” and “?” symbols by their encoded versions (“%26” and “%3F”) for the connection to work. These connections used to work just fine in version 3, probably because it was established via System Call instead. Actually, for this reason I’d love if each Share Details pane had a “Notes” field to add comments to myself on how I got that share to work.

        Since we are on the topic… I don’t know if you are open to suggestions, but I’ll add here a list of extra remarks with full understanding they might be unwanted or perhaps difficult to implement:

        • it would be great if one could enable/disable sets of shares (i.e. multiple shares all at once);
        • it would also be great if one could click-and-drag shares in the Defined Shares field to re-order them.

        Finally, for some reason Auto Mount does not work when I connect/disconnect with (Open)VPN to my home server. Can you advise some tests for me to try and make it work?

        Thanks again,

        Reply

        Tiago

        • Jan 10, 2023 - 6:56 AM - Hans - Author: Comment Link

          I think in v3, I may just bluntly had it encode all characters of the entire string.
          I do recall that this in some cases caused issues though (maybe not SMB).
          Yikes using a “?” is something I’d avoid all together anyway. But that’s just me 
          I will see if I can add this in the next version maybe as an option. I honestly have no clue what kind of disaster will await us if we do this by default (converting special characters to %-number).

          I do like the “notes” idea. I may not implement it right away, but I’m adding this to my “good ideas” list!
          Your other suggestions;
          1. Group mounting has been requested before, and it’s on my list of ideas. For now I’d like to focus on getting v4 completely stable first though since this would have some implications that may make things more complicated.
          2. Drag and Drop ordering: Most certainly an option – I’ll look into what the consequences will be. I have left it out for a reason back in the day.
          Auto Mount not working with VPN. Well, that is a tricky one for me to test, since I do not use a VPN.
          Did you try “Auto mount on Appear” (advanced options)?
          Reply

          Hans

          • Jan 10, 2023 - 9:04 AM - Tiago Comment Link

            Regarding the SMB connections: I don’t really have a choice on symbols used in the passwords of some work shares. They are sent to me by the IT department and I can’t change them.In any case, so far it is not a problem because I managed to make it work by manually altering the symbols to encoded format in the “Password” field of the Share Details pane. My only fear is that I’ll forget I did that in a couple of months, hehehehe (which is why I proposed the “Notes” field/tab; btw I’m glad you like the suggestion!).
            Regarding the other suggestions:

            1. my request was simpler than group mounting, hehehe… I just wanted to enable/disable the shares in the shortcut drop-down menu of the menu bar, but by the lot. An example case of usage for me: when I am not working, I’d like to hide all work-related shares to reduce the height of the drop-down menu.
            2. Great!

            Regarding the Auto Mount: I essentially would like some of my personal server shares to be auto-mounted when I turn on my VPN. It does work with Auto Mount on Appear, but I would not like to use it because I agree with you that the additional processing power required is undesireable. It feels like it is not working with the VPN because I am not really changing the network, but I am not sure what the app considers a “Network Change”.
            Thanks again,

            Tiago

        • Jan 10, 2023 - 9:02 AM - Hans - Author: Comment Link

          I think I found a better fix for the special character issue that should work all the time 

          Reply

          Hans

          • Jan 10, 2023 - 9:05 AM - Tiago Comment Link

            Oh, that’s great! Can’t wait for the next release!

            Tiago

          • Jan 11, 2023 - 5:44 AM - Hans - Author: Comment Link

            I have already implemented drag and drop, and the option to add notes, last night. 

            As for the work/home grouping: I have to think about this one. I can see where this is useful, but it will have some big implications. For now I may have to put that on hold. Groups and VPN’s on top of that make it a challenge for me, since I cannot test with VPNs at the moment and it would be a big change for how the menu works.

            By the way; You’re right that it doesn’t work with VPN right now, since indeed the network doesn’t change. Just something is being added. This is why a previous issue didn’t even detect a network when only VPN was being used (no default gateway!).

            The “Network Change” is when macOS detects a network change – macOS reports a global network change to ConnectMeNow. These are typically WiFi on/off, Ethernet cable unplugged or plugged in, etc. 

            Note: In the next version it will not only pay attention to IPv4 but also IPv6, even though this will probably not make a difference for your situation.

            Hans

          • Jan 11, 2023 - 8:28 AM - Tiago Comment Link

            Wow, that was quick! Awesome! XD

            Any idea when you intend to release the new version? Just so that I don’t have to check in every day to see if the app needs an update. In fact, an automated version-checking in the app (to notify you when a new version is out) would be pretty cool. But I imagine this needs some further work and will probably not be quick to implement.

            About the grouping, and just to be clear, my point about the work/home visibility of shares was not a request for an automatized toggling, as fun as that may be… I just meant a button to toggle multiple shares visible or invisible in the drop-down menu at the same time… kindda like the green buttons we already have, but for all defined shares e.g. under the same menu separator.

            In any case, I completely understand that some features can be a challenge to implement and thank you for all that you have already done. Just keep them in mind, if you ever think about adding anything new!

            About the VPN: one solution that comes to mind is to check whether your public IP address has changed, in cases of full tunnel VPNs (i.e. not split tunnel). But then we go back to the issue of constantly querying something… =( 

            Since we are at this for a while already, one more question about which I was curious: is the default ‘alert’ mac sound given on mounting only when something goes wrong? Because I hear the sound most of the times I connect to a share, even when the mount is successful.

            Finally: for some reason I am unable to format words in these messages in *bold*.

            Anyhow, thanks a lot for the zeal Hans.

            Tiago

          • Jan 11, 2023 - 9:08 AM - Hans - Author: Comment Link

            Hi Tiago,

            Version check: I’ve been tinkering with it a little bit, but for now it has a very low priority for me.
            To be honest, it may actually cut in the income which right now barely covers hosting costs, costs for developer signing certificates, and domain registration. Maybe I should offer that as a paid option?  (and I would really hate that)

            Grouping: I just looked at your suggestion, but had to wonder how useful this would be (using the green toggle buttons). I would think it being inconvenient to have to go into the settings window each time. I see what you’re going for, and I’ll let that sink in a bit. I wasn’t assuming anything automated yet (even though that would be amazing). 

            VPN: Yeah, checking the public IP would only work under certain VPN configurations. Some VPN configs route only very specific traffic over the VPN, other configs allow (or demand) all traffic to go over VPN. So in some scenario’s this may work, and in some scenarios it will not work.

            Alert sound; it sounds when there is a notification. In the next version i have already implemented that you can disable the sound. 

            Release: either today or tomorrow. Aiming for today though, depends a little how smooth this goes. Have to do some testing on Apple Silicon and Ventura – both having their “moments” …

            Hans

          • Jan 11, 2023 - 9:10 AM - Hans - Author: Comment Link

            Oh formatting bold isn’t working? Weird.

            Hans

          • Jan 11, 2023 - 9:41 AM - Hans - Author: Comment Link

            Just uploaded v4.0.4 

            Hans

          • Jan 11, 2023 - 10:49 AM - Tiago Comment Link

            Hi Hans!

            First of all, thanks a lot for the new version! The GUI problems are fixed, the notes are super useful, I’ve already disabled the alert sounds and the drag-and-drop works really well! I am glad the computer “moments” passed, hehehe…

            Unfortunately, the fix for password encoding did not. =(

            In the original link I had found about the issue, I read that this is a problem for passwords that end in symbols, and that quotations do not change the issue. I will keep using the hard-coded encoding for now, especially considering that now I have the notes field to add my comments (thanks again!).

            Version check: I totally understand, forget I even mentioned it then. I would say you can always add the option “pay as much as you want”, to allow people to help out in the expenses. But I assume these costs would be recurring, while people usually pay only once. Might not be worth it regardless. =(

            Grouping: I go back to the settings each time. XD

            That’s why clicking a single button would make it easier: currently, I sometimes have to click 8-10 buttons to enable/disable a whole set of shares when I move offices. But for sure a “non-settings solution” would look much better. Let it stew.

            VPN: Yep, full tunnel might do the trick, but it is too limiting a solution to even bother.

            Finally, about the bold: I had formatted the “*bold*” in bold in my last message; I am doing it again now. The posted message always returns every font to normal. I can send you a screenshot if you want! XD

            Thanks again for all the help,

            Tiago

          • Jan 12, 2023 - 5:40 AM - Hans - Author: Comment Link

            Hi Tiago!

            Glad to hear the first few changes are being utilized right away 

            — Password fix did not work.

            Hmm … that’s not good. It’s a little sad that you’re being forced to use special characters in your password. I mean “%” and “\” would already be stupid to have in a password. Anyhoo … nothing you can change. I had hoped quoting would fix it, but I guess I’ll have to implement either a global option, or a button that translates a password right away (in the password field). 

            — Grouping

            Not sure how many users would use it this way, but I understand what you’re going for.
            Let me think about that one. Ideally one would want a menu with sub menu items allowing you to enable/disable certain groups.
            It comes with some additional complexity that I have to let sink in.

            May I ask why you show/hide certain shares? (just being curious)

            Marking comment bold

            That is really odd, what browser are you using? (so I can do some testing).

            Hans

          • Jan 12, 2023 - 6:46 AM - Tiago Comment Link

            Hi Hans!

            – Passwords fix

            Indeed, no “%” and “/” in the passwords, but there are other symbols… I think they are automatically generated with a given length and random characters for strength. If you want my opinion, a check-box next to the password might be a cleaner way to turn on enforced encoding (for the `mount_smbfs` command, see my comment below), since the button alters what’s written in the field. This forces you to click it every time you write the password, and can’t be established as default in the Preferences pane.

            The strange part to me is that this problem does not exist for the System Call option. So, for sure Apple uses a different way of connecting to smb shares and provide saved credentials. Perhaps a multi-step smb connection attempt in which the username and password are given in a second command might solve the issue.

            – Grouping

            I currently have

            • 12 shares in group 1,
            • 12 shares in group 2,
            • 5 shares in group 3, and
            • 2 in group 4.

            Groups 1 and 2 are personal use, but I only want one of them enabled at
            each time (depending on a certain router configuration I have at home,
            which sometimes needs to be altered; long story).  Groups 3 and 4 are
            constantly enabled at my work computer, but I want
            them visible in my personal laptop (only) if I am working. Otherwise they pile on top of Group 1
            (or 2) and create visual clutter on the laptop’s small screen.

            Also, no worries, think about this on your own time, only if you even want to. I’m already extremely happy about how much easier you made my life with the current implementation of ConnectMeNow.

            – Formatting

            I currently use Firefox (108.0.2, 64-bit). The issue is the same in both computers I use. I’m making the test again: your name is bold, the Firefox version is italic and each topic title is underlined.

            Also, just sent that delayed coffee your way!

            Thanks again,

            Tiago

    • Jan 10, 2023 - 6:01 AM - Hans - Author: Comment Link

      p.s. it is always good to copy version info from the menu (in the “Help and About” submenu choose “Version info to clipboard“). This way you can paste all that good info in a comment, and I would right away have an idea what version we are talking about, what macOS version and what processor family your Mac is using. 

      Reply

      Hans

      • Jan 10, 2023 - 6:21 AM - Tiago Comment Link

        Ah, shoot! Sorry! Here you go:

        Version: 4.0.3 (Build 25)
        OS: macOS Ventura
        Version 13.1 (Build 22C65)
        Intel x86-64 (64 bits) application

        Reply

        Tiago

  • Jan 11, 2023 - 9:42 AM - Hans - Author: Comment Link

    Update v4.0.4

    Changes:

    – Feature request: Option to enable/disable beep with (un)mount notifications
    – Feature request: Added a small notes field with each share, for some optional user notes
    – Feature request: Implemented Drag and Drop for reordering shares in list

    – Feature: Updated “Network Change” criteria to support IPv4 and IPv6 (used to be only IPv4)

    – Bug Fix: “$” got URL Encoded, which made mounting hidden SMB share impossible
    – Bug Fix: Special characters in password issue fixed (avoid using double quote!)

    – Bug fix: [visual] “Paste” and “Get MAC” button overlap under “Auto Mount”
    – Bug fix: [visual] Part of the “Extra options” section in my Advanced panel were cut off
    – Bug fix: [visual] Typo in auto mount log   

    Reply

    Hans

  • Jan 19, 2023 - 7:59 AM - Hans - Author: Comment Link

    Completely independent of ConnectMeNow, but I ran into this post at OSXDaily, which may or may not be useful for you.

    Fix File Sharing Not Working in MacOS Ventura

    Quote:

    Some MacOS Ventura users have found that file sharing between a Mac running macOS Ventura does not work reliably between Ventura and another Mac, iPhone, iPad, Windows PC, and even some NAS drives like Synology. For many users, file sharing setups that worked fine for years prior to updating to macOS Ventura are now no longer working at all or behaving in an inconsistent manner.

    Reply

    Hans

  • Jan 27, 2023 - 3:28 AM - Reke Buchenau Comment Link

    Hi Hans,

    i wish you a late happy new year 

    thank you very much for the new Version CMN 4.

    Reply

    Reke Buchenau

  • Jan 29, 2023 - 11:11 AM - Lloyd Bayley Comment Link

    G’day!

    Have just discovered ConnectMeNow4. Well-done!

    It solves a problem I had with an app I run called Dropzone. I have shares on my NAS that I have mapped in it and to use it, I have to manually connect to the shares. Your program solved the problem. I am about to send you something as a thank-you.

    A small oddity is that when it’s starting up and auto-connecting the shares, I get a failed message and then a connected message. Same for both.

    It’s not a huge problem as it does so what it should but thought I’d report it to you all the same in case it’s an indicator of something more serious.

    Anyway,

    Thanks again for ConnectMeNow4. 

    Reply

    Lloyd Bayley

    • Jan 30, 2023 - 4:25 AM - Hans - Author: Comment Link

      Hi Lloyd,

      first of all: thank you for the coffee 

      Thank you for reporting! I’ll do some tests to see if I can reproduce this.

      Reply

      Hans

  • Jan 29, 2023 - 2:40 PM - Peter Comment Link

    Having some issues with latest version. ConnectMeNow is successfully mounting the shares but it thinks it has not and is showing as failed. 

    Version: 4.0.4 (Build 26)
    OS: macOS Monterey
    Version 12.4 (Build 21F79)
    ARM (64 bits) application
    Log file, have pasted relevant bits
    Mount successful - API did not return an Error code, wait for confirmation
    ...
    Mount Status Updated: Counted 1 active share(s)
    Matched 0 Network shares. (1 unknown)
    Mounting failed for "AFP Videos (192.168.2.3)"
    Reply

    Peter

    • Jan 30, 2023 - 4:21 AM - Hans - Author: Comment Link

      Hi Peter,

      thank you for reporting this issue.
      Unfortunately, to debug this, I’d need some more details.

      If you’d like; Feel free to reply to this notification email, so we can go through some of the settings and such.

      Reply

      Hans

  • Jan 30, 2023 - 6:41 AM - Hans - Author: Comment Link

    UPDATE v4.0.5

    – Improvement: Mounting sub-directories (Command-line mount style) in auto created sub directory will be formatted properly (format: Share (Server))

    – Bug fix: Percent encoding for username, password and share path
    – Bug fix: Mount subdirectory of a hidden ($) share
    – Bug fix: Drag and drop beyond last item in shares list would trigger an error or fail
    – Bug fix: [visual] Changed domain name example from “WORKGROUP” to “YOURDOMAIN” as this is more appropriate
    – Bug fix: Notifications of failing mounts is now done correctly (60 second wait time, like macOS does)    

    – Test: added 1 second delay between mount attempts (prevent potential race condition)

    Reply

    Hans

  • Jan 30, 2023 - 7:41 AM - Tiago Comment Link

    Hey Hans, Tiago here.

    Thanks a lot for the last version!

    Apparently you’ve really fixed the encoding problem, because I don’t seem to have the issue anymore. I’ll keep testing and let you know if anything happens.

    Thanks again,

    Reply

    Tiago

    • Jan 30, 2023 - 11:03 AM - Hans - Author: Comment Link

      Hi Tiago,

      You’re most welcome, it took me some tinkering and I was hoping this would work — thanks for confirming! 

      Reply

      Hans

  • Feb 1, 2023 - 7:52 AM - Guido Comment Link

    Hi Hans

    I tried the new release and it seems that it works now. I will keep an eye on it the next days.

    The test seems to be a good one.

    Guido

    Reply

    Guido

    • Feb 2, 2023 - 3:11 AM - Hans - Author: Comment Link

      Hi Guido!

      Good to hear that – let me know if you run into issues 

      Reply

      Hans

      • Feb 4, 2023 - 8:49 AM - Guido Comment Link

        Yesterday I saw one message that mounting of one of five shares failed and “mount” shows that that share has a -1 now. Seems that the issue is in general much better but not completely solved.

        Reply

        Guido

      • Feb 4, 2023 - 9:43 AM - Hans - Author: Comment Link

        Thanks for reporting. 
        Did you looked into your network stability?

        Reply

        Hans

        • Feb 5, 2023 - 1:26 AM - Guido Comment Link

          My network (2.5 GBit/s) is very stable. No other issues as far as I can see. This morning I restarted my MacBook Pro to “fix” the “-1” but again 1 of the 5 gets an -1 but not the same as before.

          My network:

          Wifi 6 router with one 2.5 Gbit/s – LAN and four 1 Gbit/s LAN ports. The router is Broadcom based and very reliable and fast. My MacBook Pro is connected by Wifi (5 GHz / AX).

          There are two switches between the router and my NAS, both 2.5 Gbit/s. A D-Link and a QNAP. Both unmanaged but the D-Link supports in “turbo mode” some QoS functions what is necessary because the TV service is based on multicast. As I said everything works fine (TV, streaming, etc.).

          Reply

          Guido

        • Feb 5, 2023 - 5:07 AM - Hans - Author: Comment Link

          I must have confused your message with one of the emails where a user (also named Guido) who stated that some mounts would disappear every now and then and then reappear again. I thought it was you who had asked if this was caused by CMN (which would explain the -1 and such) – apologies for mixing up 😁 

          Reply

          Hans

          • Feb 6, 2023 - 2:53 AM - Guido Comment Link

            😜 No problem. I found out that after a reboot of my MacBook in most cases one or two shares of five get the +1. But after that it is almost stable. 

            Guido

    • Feb 12, 2023 - 1:03 AM - Guido Comment Link

      Hi Hans

      After several days I can say that the problem is not solved an slowly one after one share is getting a “-1”. But overall it is much better than before.

      Guido

      Reply

      Guido

      • Feb 12, 2023 - 5:26 AM - Hans - Author: Comment Link

        Hi Guido,

        Thank you for keeping me up to date – and sorry to hear that it is still happening.
        For now it will be very difficult to debug this issue since none of the 4 Mac’s that I use for testing produce this behavior.

        I’d look at the “mount” output in command-line as soon as a (for example) “Music-1” appears – just to see what is mounted on “Music” and what is mounted on “Music-1”. 

        Reply

        Hans

  • Feb 2, 2023 - 7:50 AM - Hans - Author: Comment Link

    UPDATE v4.0.6

    – Added path to SSHFS (using root directory if left blank)
    – Fixed command-line options bug in SSHFS when using SSH Keys
    – SSHFS now also supports non “-o” options like compression (-C)
    – Test mount/unmount button only works when a share is enabled (to avoid conflicts)
    – Detect missing SSHFS at an earlier stage when trying to do a mount      

    Reply

    Hans

  • Feb 2, 2023 - 8:15 AM - bjokib - Author: Comment Link

    This is an awsome tool, sent you a small coffee.

    Having an issue though. If I go to the finder, press CMD + k and type in the ip to my server, like this: smb://192.168.1.172

    I get a prompt of a username and password, i type it in, then I get a prompt on what shared drive on the computer i want to mount. C or D. 

    This works fine, directly in macOS, it connects and shows the content.

    However when I try to input this into a share, it looks like it wont mount it. Am I doing something wrong?

    Images:

    https://drive.google.com/file/d/1_K9HBKKvUBqDPkQ8HBqBwZhBpnkjqzr3/view?usp=share_link

    https://drive.google.com/file/d/1MlJEsQ1-NVMEunHN3pE0fzxwLsLYuMhS/view?usp=share_link

    Under “path” the share names are written in. But I have tried /C \C \C\ etc… :D

    Any assistance would be apprechiated. Thanks!

    Reply

    bjokib

    • Feb 2, 2023 - 8:35 AM - Hans - Author: Comment Link

      Hi Bjokib!

      Well, first of all; thank you for liking CMN and especially for sending a cup of coffee. Support is always appreciated! 

      I’d be happy to help if I can.

      • Does your username and/or password have any special symbols in it? (looks like you maybe have the “@” symbol in your username? This could be a problem)
      • Have you tried CMD+K any of these 2:
      smb://192.168.1.172/C 
      smb://username:password@192.168.1.178/C
      Reply

      Hans

    • Feb 2, 2023 - 8:44 AM - Hans - Author: Comment Link

      p.s. if your password has indeed a “@” character in it, try logging in by replacing the “@” with “%40” – let me know if that works, then I can try and see if I can make a modification to CMN to support this.

      Reply

      Hans

      • Feb 2, 2023 - 8:55 AM - Bjokib Comment Link

        This works fine: 

        smb://192.168.1.172/C

        Show the folder contents right away.

        smb://username:password@192.168.1.178/C

        This did not work (supplying my username and pw ofcourse)

        I tried replacing the @ with %40 in the app, same issue.

        Maybe I have to add another user account without @ in the username on the Windows machine?

        Reply

        Bjokib

      • Feb 2, 2023 - 9:42 AM - Hans - Author: Comment Link

        Ah OK, so your username is definitely a problem. Having an ampersand in it is something I would avoid.
        Having said that ,… would be nice to figure out how to get it to work though.

        Can you try replacing the “@” with “\@“?
        (sorry, I have no mean to test this here)

        Reply

        Hans

        • Feb 2, 2023 - 9:57 AM - Hans - Author: Comment Link

          This failed on my Mac … (I have created a test username on my NAS with an “@”)

          Reply

          Hans

      • Feb 2, 2023 - 9:55 AM - Hans - Author: Comment Link

        I did find others running into the same issue with all kinds of systems.
        I managed to do a test here on my NAS, but the mount statement doesn’t like it at all. (I’ll keep testing)

        In the meanwhile, maybe this helps:

        On your Windows computer, find out what the actual username is that Windows is using.
        Go to Computer Management -> Local Users and Groups -> Users.  (assuming Windows 10 or 11)

        You’ll see all accounts listed here. On my Windows machine I login with my Microsoft account email address, but internally it actually only shows my first name. Use this name and try again (column “Name”).

        Reply

        Hans

        • Feb 2, 2023 - 10:26 AM - BjoKib Comment Link

          My account name had “struk” that could be used, but that didnt work.
          I created a new account, called it bjokibshare and it is able to connect to that account. So that is fine by me :)

          Reply

          BjoKib

        • Feb 2, 2023 - 10:36 AM - Hans - Author: Comment Link

          Too bad … would have been nice to find a fix, but after looking for an answer, I do see that quite a few report this issue, but none seem to have a working solution … 

          Reply

          Hans

  • Feb 3, 2023 - 11:45 AM - arthur Comment Link

    I have upgradet to ventura 13.2 and cmn 4.06 I’ using CMN for al long time but it stopped working after those upgrades. I’using it to makes shares om my headless macmini to my imacpro. I do not think this problem is cmn because in finder I can’t mount the shares either. But mount a share from the imacpro on the macmini works fine. Also I can ping the macmini from the imacpro.

    I do hope you can give me a clou because I have no idee how to fix this problem. 

    Reply

    arthur

    • Feb 3, 2023 - 3:17 PM - Hans - Author: Comment Link

      I’d love to see if I can help.

      Sounds like your network is stable – since it works one way.
      If you’re connecting over SMB from Mac Mini to iMac Pro (running Ventura?), then you may want to try AFP, see what that does?
      I’ve heard some rumors that SMB under Ventura could potentially cause some issues when hosting a SMB share on your Mac.

      p.s. Since this is a little off-topic; maybe you’d like to make either under the ConnectMeNow topic, or more generic under the macOS topic.

      Reply

      Hans

      • Feb 4, 2023 - 4:53 AM - arthur Comment Link

        Thans for your reply. I wasn’t aware that it was off topic. I apologize and will go to the macos topic

        Reply

        arthur

        • Feb 4, 2023 - 5:06 AM - Hans - Author: Comment Link

          No worries – no harm done, and not entirely off-topic since it’s related to MacOS networking 😊 

          Reply

          Hans

          • Feb 4, 2023 - 6:52 AM - arthur Comment Link

            So I leave it here? Macmini mount a share on the Imacpro, noproblem not SMB or AFP. Imacpro try to mount a share on the macmini doesn’t work. the macmini is pingable and screenshare works fine. No idee what the problem is, firewall on or off makes no diffference. Help is very much appreciated. THis is the message “De server bestaat niet of is momenteel niet beschikbaar. Controleer de servernaam of het IP-adres van de server, controleer de netwerkverbinding en probeer het vervolgens opnieuw.”

            arthur

          • Feb 4, 2023 - 8:39 AM - Hans - Author: Comment Link

            I would have preferred the forum, but the messages are short, so lets keep going for now.

            What protocol are you using, and are you seeing this error when trying to use Finder?

            Hans

  • Feb 4, 2023 - 11:26 AM - arthur Comment Link

    I have tried AFP and SMB  and yes I  see this error when I try to fetch the shares with finder Connect just gives mount attemp failed

    Reply

    arthur

    • Feb 5, 2023 - 6:12 AM - Hans - Author: Comment Link

      Hi Arthur, 

      For now I’d have to guess and I would probably start with comparing both Mac’s and see where there may be a configuration difference (assuming both macs run the same macOS version). We can already eliminate share protocol (AFP/SMB) and firewall, and we know ping works – those would be my first attempts as well.

      Did you ping based on IP address or computer name? Maybe try mounting based on IP address?

      Reply

      Hans

      • Feb 5, 2023 - 11:24 AM - arthur Comment Link

        Hello Hans, thanks for your assistence. IP or servername makes no differenc. But if i want to mount a share from the harddrive on the macmini everything works fine. The share I’m trying to mount is an external harddrive connect via USB-C and i’m not able to mount this specific drive. So I think it is not network related but is has something to do with my specific configuration.

        Reply

        arthur

      • Feb 6, 2023 - 3:22 AM - Hans - Author: Comment Link

        That does indeed sound like something is interfering when mounting the USB drive.

        Considering how the filesystem works, a mounted USB drive is just another directory on your Mac, this is still a little odd.

        The error, stating that the server doesn’t exist or cannot be reached (De server bestaat niet of is momenteel niet beschikbaar) is even weirder in this context.
        After all: the “server” can be found when mounting a share that is located on the internal harddrive of your Mac Mini – so why can it not be found when mounting a directory on the external drive on your Mac Mini.

        I’ve been trying to see if I could find anything online, but wasn’t able to find anything useful, except for this older post in the Apple Forums. Not sure how helpful that will be.

        Reply

        Hans

        • Feb 7, 2023 - 4:51 AM - arthur Comment Link

          Thans for the good work and support Hans. I couldn’t find anu either on the internet. The suggestion in the post I had already tried and they didn’t work. Also the firmware of the extarnal drive is up todate.

          Reply

          arthur

        • Feb 7, 2023 - 4:56 AM - arthur Comment Link

          I’m not tje onlu one a new different search brought me to this topic. Ventura file sharing

          Reply

          arthur

        • Feb 7, 2023 - 8:16 AM - Hans - Author: Comment Link

          Nice find Arthur. 
          Bummer at the same time though – reading that sounds like you need to repeat that procedure every so many days – which doesn’t sound like a good solution. I hope Apple will soon come with a fix for that.

          Note:
          You can report this bug here (not the most convenient way), or here (seems the online version of the feedback assistant), or leave a macOS feedback here (easier, just not sure if Apple does anything with it).

          Note:
          I wanted to suggest using SSHFS: enable SSH on one Mac where the shared folder is, and install OS X Fuse and their SSHFS addon, on the other Mac – in my experience SSHFS is faster than SMB. However, I found that Ventura on my Apple Silicon Mac made a total drama out of that one, not allowing extension to be installed without rebooting and such – so I gave up trying. On my Monterey Intel Mac this works fantastic though. If you get it to run though: OS X Fuse has the option to get free read/write access to NTFS disks (Windows) and EXT disks (Linux: ext3 and ext4).

          Reply

          Hans

          • Feb 7, 2023 - 10:41 AM - arthur Comment Link

            Thanks again, I have submitted the bug and wil try your suggestion.

            arthur

          • Feb 8, 2023 - 3:53 AM - Hans - Author: Comment Link

            Sorry for not being able to help you resolve this issue. 
            Let’s see what Apple comes up with – since there are more people running into this issue.

            Hans

  • Feb 8, 2023 - 4:20 AM - arthur Comment Link

    That’s no problem, you did what you can. But I have installed MAcfuse and the SSHFS addon, enabled SSH on the shared folder but that doesn’t work either. I’m not a network specialist so maybe I did something wrong. When I choose to install the SSH key, CMN gives the next message “Something may have gone wrong installing SSH keys on the server (MacMini)” when I try to mount with username/PW nothing happens, basically the same as SMB or AFP mounting. Any Clues?

    Reply

    arthur

    • Feb 8, 2023 - 7:33 AM - Hans - Author: Comment Link

      Try if you can SSH into the macmini.

      1. Open Terminal on your iMac.
      2. ssh username@ipadres-macmini  (so something like: ssh arthur@192.168.1.100)
      3. It will prompt for a password.

      if this works, then we should be good for SSHFS.
      If this did NOT work, then there is something preventing network access on the macmini, even though already looked at the usual suspects (firewall, using IP instead of computername, trying a different protocol [AFP, SSH]).

      Reply

      Hans

      • Feb 8, 2023 - 10:39 AM - arthur Comment Link

        As normal user nothing happened. So I logged in as administrator and got the next message. To be honest this is beyond my knwlegde. But ik looks not ok. A suggestion would be appreciated. 

        ” ssh arthur@192.168.1.142

        The authenticity of host ‘192.168.1.100 (192.168.1.100)’ can’t be established.

        ED25519 key fingerprint is SHA256:etc.

        This key is not known by any other names

        Are you sure you want to continue connecting (yes/no/[fingerprint])? yes

        Warning: Permanently added ‘192.168.1.100’ (ED25519) to the list of known hosts.

        ssh_dispatch_run_fatal: Connection to 192.168.1.100 port 22: Broken pipe”

        Reply

        arthur

      • Feb 9, 2023 - 3:19 AM - Hans - Author: Comment Link

        Interesting, so it connected to your macmini, and even tried verifying the encryption key, then got a new key, and … the connection got disrupted (broken pipe). So this looks like a network issue, and in your case (from what we’ve talked about so far) because Ventura seems to be doing something odd. I may already have asked this, but did you try switching to ethernet cable (in case you’re using WiFi) on the macmini?

        Reply

        Hans

        • Feb 9, 2023 - 4:36 PM - arthur Comment Link

          Hello Hans, the macmini is on cable and wifi, but primararly cable. 

          Reply

          arthur

        • Feb 10, 2023 - 3:15 AM - Hans - Author: Comment Link

          OK, well, now we most certainly have explored most options I can come up with. (I always try to avoid WiFi)
          The only options left, short of Apple solving the issue (if it is an OS issue):
          – replacing the Ethernet cable, or
          – try different port on the switch/router, or
          – try different switch or router (if you have one).

          I can imagine that traffic in one direction may be more forgiving, than in the other direction – but I’ll admit: it’s a random guess.

          Reply

          Hans

          • Feb 10, 2023 - 10:12 AM - arthur Comment Link

            Thanks I will give all 3 options a try this weekend and let you know of it solved the problem

            arthur

          • Feb 13, 2023 - 10:55 AM - arthur Comment Link

            I have tried all your 3 suggestions. Still doesn’t work. Funny thing is that the shares to my synology are not given any problems. It is only apple to apple. Thans for your support and I suoppose I have to wait till the next release.

            arthur

          • Feb 14, 2023 - 2:48 AM - Hans - Author: Comment Link

            You’re welcome and it sucks that we did not resolve the issue 
            Weird that it is a problem from one Mac to another, but not the other way around.
            Makes me think that either the connection isn’t very reliable (which you tested) or some software or setting is interfering on the one Mac.

            Please let us know if you ever find a fix! 

            Hans

          • Apr 18, 2023 - 3:42 AM - Arthur Comment Link

            Hello Hans, It’s me again. I’m giving e reply on the old message, so that you know  were I’talking about. As we are no with ventura 13.3.1. I’m able too make an manual connection again. When  I manual mount a share by Finder. Unfortenaly  ConnectMe now still refuse to make a connection (as SMB AFP). Any suggestion?

            Arthur

          • Apr 18, 2023 - 11:02 AM - Hans - Author: Comment Link

            I’m running the same version (Ventura 13.3.1) and on my system mounting works just fine  – I use SMB mounts daily on an Intel and an Apple Silicon Mac, and nothing changed.
            I do recall you going from Apple to Apple – maybe best to move to the ConnectMeNow forum topic.
            Would be good to go through the usual steps (try mount style “system” and “commandline”, look at debug info, “mount” out put etc).

            Hans

  • Feb 19, 2023 - 5:31 PM - Roger Comment Link

    Just tried to install v4. Imported my shares configuration from v3 no problem.  When I try to mount, the ConnectMeNow log shows this error:

    Mount failed (Error code: 30)

    M1 Macbook.  Trying to mount SMB shares on QNAP NAS that worked fine with ConnectMeNow v3.

    Reply

    Roger

    • Feb 20, 2023 - 5:14 AM - Hans - Author: Comment Link

      Hi Roger,

      sorry to hear you’re running into issue with v4.

      Unfortunately, I have not been able to find what error code 30 could be, as it seems to be an undefined error.
      The Apple documentation and API C-headers do cot cover this error number for some reason.
      (note: Apple’s NetFSMountURLSync documentation is pretty bad to none-existing)

      Do you have some more info about what you’re working with? 

      – What ConnectMeNow version,
      – macOS version,
      – Are you using the default system mount style (I’m assuming this is the one you’re using) or command-line method?
      – Did you try the “other” method (eg. if API style failed, did you try command-line method)?
      – Are you mounting to the default location or a custom path?
      – Does the path or username have special characters or spaces in them?

      Reply

      Hans

      • Feb 20, 2023 - 8:39 AM - Roger Comment Link

        Thanks for your quick feedback. I reviewed the Advanced Options and noticed the Mount Path was set to Custom Path (Not in /Volumes) I could have sworn it was origionaly “Default in Volumes” because that is my setting in v3.0.15.
        I changed to Mount Path: Default and it is working for me.

        Reply

        Roger

      • Feb 21, 2023 - 3:58 AM - Hans - Author: Comment Link

        Awesome! Glad to hear you got it to work properly.
        Yeah the import of the v3 settings came with a few challenges since certain things changed quite a bit and were hard to convert. However, your specific config example should have worked . Oh well – I’ll take a look. Glad it works for you now.

        Reply

        Hans

  • Feb 23, 2023 - 9:36 AM - Jim Boyd Comment Link

    CMN v4 Server Disconnection Issue: Should I Reinstall Keep Drive Alive or Enable a Missing Feature?

    I have been using CMN v3 for a long time, but after upgrading to CMN v4, I’ve been encountering server disconnection issues. The CNM v4 fail to reconnect the servers until I manually press the “Execute Auto Mount” button. I’m not sure whether I need to reinstall Keep Drive Alive in addition to CMN v4 or if I missed enabling a feature. If I need to enable a feature, I couldn’t find it. Can anyone help me troubleshoot this issue and suggest a solution?”

    Reply

    Jim Boyd

    • Feb 25, 2023 - 9:19 AM - Hans - Author: Comment Link

      Hi Jim,

      Sorry to hear you’re running into issue (note: nothing wrong with using v3, it is just no longer maintained or updated).
      I’m a little confused and I honestly have no idea what “Keep Drive Alive” is.
      Do you maybe mean “Auto mount” – “On Server IP address appear”? (for each share, under the “Advanced options”)
      I’d be happy to help where I can, and if it is a bug in v4 then I’d be happy to try to figure out how to fix it 😁 

      Reply

      Hans

      • Feb 26, 2023 - 7:17 AM - Jim Boyd Comment Link

        Thank you, Hans. The “Auto mount” was indeed not on for “On Server IP address appear”. I changed it now for all shares and trust this solves the issue. Thanks again!

        JFYI – the utility I referenced is actually called Keep Drive Spinning or KeepAlive on github.com (writes small text file to external drives every few minutes); I’m sure you lknow it – sorry for the confusion caused by combining the names into a new (be it non-existing :-)) name. 

        Reply

        Jim Boyd

      • Feb 26, 2023 - 8:41 AM - Hans - Author: Comment Link

        Hi Jim!

        That’s good news – glad it got resolved

        As for the Keep Drive Spinning, would that be this one: KeepAliveHD ?
        One never knows if another user may find this a useful tool 
        Note for other users: this tool is not related to ConnectMeNow or any network shares.

        Reply

        Hans

  • Mar 10, 2023 - 4:41 AM - Jay Comment Link

    Hello, thanks for this great application.

    I’m trying to use this app to auto mount my sparsebundle file to execute timemachine backup.

    The sparsbundle file is located on smb share.

    How can I proceed to get a good result?

    Reply

    Jay

    • Mar 10, 2023 - 6:54 AM - Hans - Author: Comment Link

      Hi Jay,

      I just tried this on my Mac that runs Monterey, and got it to work like so  … (assuming the share is called smb://192.168.1.100/MyShare)

      1. Create a directory on your SMB share, for example “Mac Pro Backup”, or maybe even a main “ComputerBackups” directory with a subdirectory “Mac Pro Backup”. This way you can make more directories later on for other Macs (this is what I just did).

      /Computer Backups/Backup Mac Pro/

      2. Configure ConnectMeNow to connect to this share:
        – Make sure ConnectMeNow starts when your Mac starts (Preferences -> check “Start ConnectMeNow on system startup“)
        – Create a new share definition in ConnectMeNow for your SMB Share, entering the path with subdirectories, eg. /MyShare/Computer Backups/Backup Mac Pro/
        – Make sure “Auto Mount when ConnectMeNow starts” is checked for this share (optionally, under “Advanced Options” you can set even more auto mount options)

      3. Click “Test Mount” or just mount t from the menu (just this first time).

      4. Next, goto TimeMachine and click “Select Disk…”, where you can now select the share we just created, and click “Use Disk” – note that a dialog may popup asking for the share login credentials. –> TimeMachine will create the sparsebundle for you.

      And you should be good to go … 

      Note: I’m letting mine run for a couple of days, just to see if this works flawless or not, but it seems to work properly. 
      Note: I noticed a little bug in ConnectMeNow when detecting a mounted share with a path multiple levels deep – will try to fix this soon.

      Hope this helps, please let us know it this works, or if it needs a little refinement 

      Reply

      Hans

    • Mar 10, 2023 - 8:25 AM - Hans - Author: Comment Link

      p.s. Seems with the SMB method I mentioned first, one would not need ConnectMeNow after one has set TimeMachine. TimeMachine will remember the SMB share network path and mount it by itself when it needs it.

      Reply

      Hans

  • Mar 10, 2023 - 7:16 AM - Jay Comment Link

    Hi Hans,

    Unfortunately this not works, the destination share should be “timemachine” prepared with AFP protocol (basically Synology).

    In my case, it’s not, the timemachine does not regognize the share. That’s why I follow this tuto to workaround the mistake => https://ohok.org/how-to-use-any-smb-share-for-time-machine-backups/

    But now, I’m searching a way to automount the file created (sparsebundle on SMB share).

    When I mount the share, I can see the sparsebundle file, then I double click on it, and my virtual drive mount and timemachine start.

    It’s a particular situation, I know :).

    Reply

    Jay

    • Mar 10, 2023 - 7:52 AM - Hans - Author: Comment Link

      Hi Jay,

      That was my first thought as well, as this used to be a requirement indeed.
      However, when looking at what you were referring to, I looked at TimeMachine on my Mac and noticed that I could actually select a mounted (!) SMB share … It literally works (on my Monterey Mac) as described. (it’s actually doing a backup like that right now)

      Anyhoo,… Are you running an older macOS version maybe?
      As mentioned; Mine no longer requires the AFP protocol for time machine as a network share.

      Having said that; you could use a regular SMB mount, and mount the sparsebundle with a Terminal command or shell script. With each defined share, in ConnectMeNow, you can tell it to run a script once mounted successfully (see bottom of the Advanced Options tab of a define share). 

      However,… the script I’m seeing with most of these examples (found a few other ones) seem to require sudo – therefor this will not work this way, since you will need to enter a password at some point. Please correct me if I understood the Terminal command wrong.

      Note: ConnectMeNow was made to mount network shares, yet a sparsebundle is mounted as a disk. ConnectMeNow does not mount “disks”. 

      Reply

      Hans

      • Mar 16, 2023 - 9:20 AM - Jay Comment Link

        Hi Hans,

        No no I’m running last macos version, it’s strange.

        Finally, I think I found a good way to my problem.

        First I mount the share with CMN and secondly, in the advanced option, I check “run script after mount” option with cmd : open /Users/…/MountPoints…/file.sparsebundle

        Use the automount based on network change, it works.

        I don’t know if I’m clear, if needed I can take some screenshots.

        Thanks for your work.

        Reply

        Jay

  • Mar 13, 2023 - 7:12 AM - Hans - Author: Comment Link

    UPDATE v4.0.7 released

    – Fix minor mount detection bug when remotepath would end with a directory separator
    – Fixed WebDAV mount detection (used to look for username)
    – Typo in mount options hint fixed
    – Disabled commandline mountstyle for WebDAV (fails silently 100% of the time) 

    Reply

    Hans

  • Mar 15, 2023 - 8:02 AM - Hans - Author: Comment Link

    UPDATE v4.0.8 released

    – Fixed minor bug with SSHFS caused by fixing another bug 😜 

    Reply

    Hans

    • Mar 18, 2023 - 9:12 AM - Hans - Author: Comment Link

      For Apple Silicon users; I’ve just update 4.0.8 to the correct build (build 31).
      Thanks to Christian I found a little sync issue between the code on my M1 Mac and Intel Mac.

      Reply

      Hans

  • Mar 15, 2023 - 12:06 PM - Wizgod Comment Link

    Greetings Programs!

    I am running Monterey (MacBook Pro early 2015) and mounting using System Call w/ Default does not mount the volume; however, using Commandline w/ Custom Path does work.

    Other than the login, the other settings were pretty much the defaults. Any thoughts?

    Thanks

    Wg

    Reply

    Wizgod

    • Mar 16, 2023 - 6:45 AM - Hans - Author: Comment Link

      Hi Wizgod,

      What type of mount are you trying to do? (SMB, APF, NFS etc)
      And what version of ConnectMeNow are you using?

      Reply

      Hans

      • Mar 16, 2023 - 10:04 AM - Wizgod Comment Link

        Hi Hans,

        I’m using the latest v4.x to connect via SMB to a PC running Windows Server 2022.

        Thanks,

        Wg

        Reply

        Wizgod

    • Mar 18, 2023 - 11:14 AM - Hans - Author: Comment Link

      That is odd indeed … I do not have Windows Server 2022, just a QNAP NAS, but my own experience and from the user feedback so far, I wouldn’t expect any issue with your setup. Well, unless you’re using anonymous/guest login – but then I’d expect the command line version to have issue with that as well.

      Can you provide some more info?
      Are you using a domain? (if not: leave that box empty!)

      Reply

      Hans

      • Mar 28, 2023 - 1:46 PM - Wizgod Comment Link

        Hi Hans,

        I do have a domain and use a user/pwd for login; I am able to connect successfully when I connect to the server via Finder, Also, my server does show up in the Network locations.

        I could use the custom path option but it would mean recreating all my Plex Media Server libraries using the new path; which I’m not too keen on doing.

        I’ll continue to mess around with the settings and see what might work.

        Thanks,

        Wg

        Reply

        Wizgod

      • Mar 29, 2023 - 6:57 AM - Hans - Author: Comment Link

        Oh I hear ya – nobody would want to change a path in a collection like that. Been there, done that, and will probably never do it again haha.

        Are there any special characters in username or password?

        When connected to your server through Finder, can you run “mount” in Terminal and share the output?
        Feel free to replace sensitive information – if username/password/server uses special characters, then please leave those special characters in the text, and replace characters with other characters (just enough so I get an idea what we’re looking at). Also: only copy that one line that shows the mount (recognizable by servername). 

        For example:

        //username@192.168.1.100/MyShare on /Volumes/MyShare (smbfs, nodev, nosuid, mounted by santaclaus)
        Reply

        Hans

  • Mar 17, 2023 - 4:00 PM - Murat Comment Link

    Hello, I got a tip today from a user in the forum about this software so that I can use it to mount two Macs on each other. Unfortunately, I just couldn’t manage to mount via smb – although the ping is sent successfully. I inserted the folder path via Copy path name and also entered my user name and password. Unfortunately, nothing still happens. I have assigned a fixed IP to the Mac Book Pro and the Mac Studio. I can mount the drive without any problems via Go to. So the connection is OK. What could be the reason that I’m making a mistake and can’t get it to mount?

    Otherwise, I really like the software and would be happy if it would work.

    I would be very happy about your help.

    Big thanks

    Greetings from Hanover

    Murat

    Reply

    Murat

    • Mar 18, 2023 - 9:21 AM - Hans - Author: Comment Link

      Hello from Holland 😁 

      I’m assuming you are running Ventura on both Mac’s?
      Another user ran into a seemingly similar issue. See this comment a little further up on this page.

      Of course, there may be something else going on, so for that please clarify the steps you took on each individual Mac, so I can try to mimic your steps and see if I can reproduce the issue. (our forum topic for ConnectMeNow could be an alternative place for us to discuss the details)

      Reply

      Hans

    • Mar 21, 2023 - 8:00 AM - Hans - Author: Comment Link

      For those interested: This conversation is continued in this forum topic.

      Reply

      Hans

  • Mar 25, 2023 - 4:39 PM - Kevin Comment Link

    Excited to try v4 (4.0.8 build 31) but I’m having trouble importing a v3 config. The instructions don’t say specifically what file to use to import my old shares or settings. I have tried ConnectMeNow.ini and NetworkShares.ini from the Library/Preferences/ConnectMeNow folder but nothing seems to change and no shares are imported. What am I doing wrong? Thanks very much for this tool and any assistance!

    Reply

    Kevin

    • Mar 26, 2023 - 6:47 AM - Hans - Author: Comment Link

      Hi Kevin,

      Either file should work (ConnectMeNow.ini or NetworkShares.ini) – ConnectMeNow4 will detect the “other” file if needed.
      If you’re not seeing anything being imported;

      1. Try restarting ConnectMeNow after the import and see if something changed.
      2. Verify if both files (especially the NetworkShares.ini file) contain the information you expect.

      If the file does not contain the proper settings, then it could be that it is stored elsewhere.

      If nothing gets imported and NetworkShares.ini does contain the share definitions, then please let me know – something else may be going wrong.

      Reply

      Hans

      • Mar 26, 2023 - 8:10 PM - Kevin Comment Link

        Nothing imported for me. So I created what I think is a minimal NetworkShares.ini file, and that didn’t load either. This is what I used, although I have replaced my identifiers with “test” here. (I also tried it with these test values and nothing imported.)

        [Info]
        Version=1
        ShareCount=1
        [Share_1]
        ShareID=1
        isSeparatorLine=0
        isEnabledInMenu=0
        MenuName=Test
        RevealOnMount=0
        autoNameServerName=1
        autoNamePath=1
        autoNameType=1
        autoNameWOL=0
        URL=test
        RemotePath=/Volumes/test
        Port=0
        ShareType=stNFS
        UseSSL=1
        Domain=
        UseVolumes=1
        CustomMountPath=/Users/test/
        UseLogin=0
        Username=
        Password=
        FallBackServer=-1
        AutoMount=0
        AutoMountOnChange=0
        AutoMountOnAppear=1
        AutoRunThisScript=0
        AutoRunScript=
        WakeOnLAN=0
        WOLMac=00:00:00:00:00:00
        WOLBroadcast=255.255.255.255
        WOLDelay=0
        WOLPort=9
        PingFirst=0

        I use Import v3 config with that file (named test.ini) in the ConnectMeNow folder.

        Reply

        Kevin

        • Mar 29, 2023 - 7:47 AM - Hans - Author: Comment Link

          Oh before I forget,… the filename(s) are important: 

          • The old v3 method (uses 2 files) must have these filenames: ConnectMeNow.ini and NetworkShares.ini.
          • The newer v3 method (uses 1 file) requires the file to be: ConnectMeNow.Preferences.ini.
          Other filenames will be ignored. The log window would show that too – but I’m assuming you look there yet. 

          Reply

          Hans

      • Mar 29, 2023 - 7:10 AM - Hans - Author: Comment Link

        Yep, that looks about right.
        Are you seeing any messages in the log window?

        (in the preferences/shares window press and gold Control+Option+Command to reveal the log window button – you’ll need to set the “Log to Log Window” option — I’ll make that easier in a next release)

        Reply

        Hans

        • Mar 29, 2023 - 3:32 PM - Kevin Comment Link
          16:19:38 │ Import v3 Config data
          16:19:38 │ - Basedir: /Users/test/Library/Preferences/ConnectMeNow/
          16:19:44 │ - Old style config file (2 files: ConnectMeNow.ini and NetworkShares.ini)
          16:19:44 │ - Importing Preferences (ConnectMeNow.ini)
          16:19:44 │ - Opening INI file (/Users/test/Library/Preferences/ConnectMeNow/ConnectMeNow.ini)

          This is all the log shows. It stops logging after that. The program continues to work but no more log messages. If I start the program but don’t try importing, I can see normal log messages (adding a share generates a log, for example). It’s only after I try to import that log messages stop being generated.

          The contents of the ConnectMeNow.ini file:

          [ShareDefaults]
          MenuLabel=[undefined]
          Enabled=0
          AutoLabel_MountType=0
          AutoLabel_RemotePath=1
          AutoLabel_ServerName=0
          AutoLabel_WakeOnLAN=0
          Default_PingFirst=0
          ShareType=stUndefined
          Default_UseVolumes=1
          CustomMountPath=/Users/test/ [Application] ShowNotifications=1 UseSSHStatusPolling=1 RemounteOnWakeup=1 SSHStatusFrequency=15 MountOnAppear_Attempts=50 AutoRun=1 RestoreWindowPosition=0 Prefs_Width=1142 Prefs_Height=640 Prefs_Left=389 Prefs_Top=220

          Reply

          Kevin

          • Apr 2, 2023 - 3:01 AM - Hans - Author: Comment Link

            The log stopping after the import sounds correct (I had to think about this one for a minute haha).
            By default logging is disabled, since most users will have no use for it and CMN would then pull unnecessary resources.
            In v3 however there was no option to disable logging, so when importing v3 this value will be set to its default value (off).

            Still unclear though why your shares are not being imported. Will try to look into this some more (have to find some time to do some more testing).

            Hans

  • Apr 5, 2023 - 8:25 PM - Joe Comment Link

    Sorry..posted this first to v3 by accident:

    Been using this for a few days. Great app. So much more robust than my terminal/applescript solution!

    Question….I have some apps that must have certain volumes mounted before they will run properly…So I’d like to make either shortcuts or applescripts to make sure the disk is mounted and then launch the app. In fact, I’ve already done this using applescript GUI scripting to tell connectmenow to mount the disk…then I make sure it mounted..then I launch the app… The only prob is that it is a bit clunky with GUI scripting and all..Is there any way to send connectmenow an apple event or command-line argument to fire of one of the pre-defined mount presets?

    Just curious…not make-or-break.

    Thanks, again.

    Reply

    Joe

    • Apr 6, 2023 - 5:09 AM - Hans - Author: Comment Link

      Hi Joe,

      (I’ve removed your other comment already )

      Glad to hear your like ConnectMeNow! And super cool that you’ve got some GUI scripting going on there. I’ve never really looked much into that and wasn’t even aware anyone would do this with ConnectMeNow haha. Cool!

      Command-line arguments, Apple script etc, – none of that is supported by ConnectMeNow. 

      What may be helpful, or maybe not, is “Run script after mount“.
      For each share, you can find this setting under the “Advanced Options” tab, almost at the bottom of the window.
      It is kind-a the opposite of what you’re asking: it can be used to start an application after a share has been mounted.
      This may even trigger if the mount was done by a mount done by (for example) Finder (!).

      Please let me know if that does the trick for you. 
      If not then I’d be more than happy to look into some kind of support for this purpose.
      (may need a little thinking to see what would be the best option for this, since I’ve never implemented something like this)

      Reply

      Hans

      • Apr 6, 2023 - 10:56 AM - Joe Comment Link

        Hi Hans,

        Thanks for your prompt reply!

        I saw the checkbox for launch after connecting. I could use that for sure. The only issue is that I have need to mount that share at times when I am not using the app that I’d be launching. So, I’d have to have two entries, one with, and one without the launch. And, though there is nothing wrong with that…it offends my sensibilities! :) :) The other advantage to the way I am doing it now, is that I can save this script as a compiled app and give it the Lightroom icon…this way, whenever I launch Lightroom w/ the dock, spotlight, raycast, etc… it shows up as an app that i simply launch instead of the actual Lightroom app…kind of a set-it-and-forget-it replacement for the app.

        You absolutely shouldn’t spend time adding a feature just for my benefit – if no one else needs it :)

        For your own curiosity, I’ll share the way I am doing it now…largely using GUI scripting:

        --This script mounts "Big Data" prior to launching Lightroom. If Lightroom launches without "Big Data" already mounted, the auto-import of new photos fails and has to be manually re-enabled.
        
        --Check if "Big Data" is mounted or not
        tell application "System Events" to set theDisks to name of every disk
        set theDisk to "Big Data"
        --if "Big Data" is not mounted, mount it
        if theDisk is not in theDisks then

         tell application "ConnectMeNow4"
          launch
          activate
         end tell

         --After launching ConnectMeNow4, wait until menu item is available before continuing 
         try
          tell application "System Events"
           tell its application process "ConnectMeNow4"
            repeat until exists its menu bar item 1 of menu bar 1
             delay 0.2
            end repeat
           end tell
          end tell
         end try

         delay 0.5

         --Click on the menu item on the menu bar 
         ignoring application responses
          tell application "System Events"
           tell its application process "ConnectMeNow4"
            tell its menu bar 1
             tell its menu bar item 1
              click
             end tell
            end tell
           end tell
          end tell
         end ignoring

         do shell script "killall System\\ Events"
         delay 0.1

         --Click on the first entry which is "Big Data" 
         tell application "System Events"
          tell its application process "ConnectMeNow4"
           tell its menu bar 1
            tell its menu bar item 1
             click menu item 1 of menu 1
            end tell
            
           end tell
          end tell
         end tell
        end if
        --Wait until "Big Data" mounts and then launch Lightroom Classic
        tell application "System Events" to set theDisks to name of every disk
        repeat until theDisk is in theDisks
         delay 0.2
         tell application "System Events" to set theDisks to name of every disk
        end repeat
        tell application "Adobe Lightroom Classic" to activate

        Reply

        Joe

        • Apr 7, 2023 - 4:05 AM - Hans - Author: Comment Link

          Hi Joe!

          Thanks for sharing the code – the way you did the automation makes sense, even though you’ll have to pay attention if you change the order of shares showing in the menu.
          Sharing is good though as others (including myself) may learn something from it. 

          I agree that the run-script option isn’t ideal and not quite matching your purpose.
          Ideally I’d want a AppleScript call to ConnectMeNow, asking it to mount share XYZ and return the result (true/false) if the share was or has been mounted.
          Implementing such an interface appears rather poorly documented (or I need to improve my Google skills  ).

          I’ll keep an eye open though – interesting to find out how this works!

          Reply

          Hans

  • Apr 7, 2023 - 5:04 PM - Joe Comment Link

    Another option would be to accept CLI commands and get results via stdout. In Applescript you can easily execute shell commands with the ‘do shell script’ command.

    Reply

    Joe

    • Apr 8, 2023 - 3:53 AM - Hans - Author: Comment Link

      I looked into that yesterday afternoon, and that is unfortunately not all that easy to implement it seems (or at least I didn’t an “easy” way to do this yet).
      Ideally I’d want to implement an AppleScript interface, with commands like “mount xyz”, “unmounted xyz”, “status xyz” and “quit”.
      However, I have yet to find an example how to do this. (note: I do not use XCode)

      Reply

      Hans

      • Apr 8, 2023 - 5:23 PM - Joe Comment Link

        Thank you for looking into this. Sounds more complicated than we had hoped!

        I also use a product for my cloud storage mounting (Dropbox, GoogleDrive, SFTP Shares) when I want to have local caching and such called MountainDuck…..Works pretty well…Their original, and now free client is called CyberDuck. Interestingly it offers a CLI:

        https://docs.duck.sh/cli/

        Of course, your app is superior for my needs (direct Finder mount, lightweight, etc…)…Just thought maybe their approach might offer some clues/ideas.

        Joe

        Reply

        Joe

      • Apr 9, 2023 - 3:26 AM - Hans - Author: Comment Link

        Thank for the Tip Joe!

        The challenge is how to build an AppleScript interface. Unfortunately, Apple has zero for support for dev tools other than XCode, and documentation is rare (it seems). Once I find out how to do it, I’d be more than happy to implement it. 

        As for mounting Cloud drives; for that I actually use my QNAP, which allows me to use and stay in sync with One Drive, Google Drive and Dropbox (and about 20 other services). This way I can locally mount these as regular network shares. Of course, it depends on your situation if this is practical or not of course.

        Reply

        Hans

        • Apr 10, 2023 - 11:21 AM - Joe Myers Comment Link

          HI Hans-

          I guess my point was that you could skip the whole Applescript thing and just implement a CLI interface – shell/terminal interface. It is easy to issue shell script commands from applescript.

          But I totally understand if that is not something you are interested in. Just wanted to make sure my point was clear :)

          Thanks for the great software,
          Joe

          Reply

          Joe Myers

        • Apr 11, 2023 - 2:22 AM - Hans - Author: Comment Link

          I’ve considered that as well. However this would start the application a second time, which I’d like to avoid as it may trigger other issues.
          I’m very interested in building an AppleScript interface though – been looking into it few times now, and Apple most certainly has not made it easy for non XCode users.

          Thanks for the suggestion, it is appreciated – I hope that one day I can add this functionality 

          Reply

          Hans

  • Apr 10, 2023 - 12:17 PM - LarAl Comment Link

    I finally upgraded to Ventura from Monterey, knowing that, without a doubt, many things that were not ‘broke’ would suddenly be ‘fixed’ by the in’genius’ so-called ‘devs’. I, like millions of other Apple user/victims, had been happily accessing shared folders on several devices, without incident, before the upgrade. Imagine my surprise and outrage when, suddenly I got the dreaded “SMB Access denied (MY-IMAC)” on my Android Galaxy Tab tablet, after previously having no problems for years. I was able to edit the server on the tablet, which was set to SMB2, but turning that off, presumably switching to SMB1, gave me the same access denial. I had been using SMBUP on another Mac, which uses SMB3, without this problem, and default sharing on Monterey on my iMac, which presumably uses the same version. I can’t verify but I am assuming that Ventura is using SMB2, which is rejected by Android for who-knows-what reason.

    I came upon your software while searching for an SMBUP replacement. I was delighted that someone had developed a replacement. That was short-lived when, after hours of trying to get the right configuration, there are too many variables, and many reboots, nothing seemed to work. I could get no SMB mounts no matter what I did. So I set the app to start at bootup and that’s when my troubles began. Suddenly I got the Apple logo and not progress bar when I rebooted. I was horrified. I thought my relatively new iMac was bricked. My wife suggested that I disconnect the external USB hard drive before booting and, though I was skeptical, that worked. I turned off starting at bootup but got the same freezeup. I finally deleted the app and the configuration files and rebooted but the problem still persists. I have to disconnect the drive to boot up and then reconnect it afterwards. This is obviously anomalous. What did the app change in my system and how can I get back to where I was before running the app?

    Reply

    LarAl

    • Apr 11, 2023 - 3:21 AM - Hans - Author: Comment Link

      Hello LarAl,

      sorry to hear your running into issues here …

      First off all …

      1) ConnectMeNow is not a replacement for SMBUp.

      SMBUp acts mostly as a Server – a replacement for the build SMB protocol, used for “serving” shares to other other computers.
      ConnectMeNow is a Client – Used accessing served shares like the ones served by SMBUp.
      So they are each others opposites, and ConnectMeNow cannot provide SMB access for your Android device.

      In your case; SMBUp could provide access for your Android phone to files on your Mac – so you Android devices can read files on your Mac.
      ConnectMeNow on the other hand, is the opposite, to provide access to files your Android device (if it would support SMB shares).

      2) ConnectMeNow does not install anything other than just the app – no drivers, no helper tools, etc. – and doesn’t change any system settings.

      ConnectMeNow doesn’t change anything, or install anything, that could cause problems as you described. Deleting the app reverts your Mac to how it was before you installed ConnectMeNow. At best the config file is still there, but that would have absolutely no impact on your system.

      Note, when removing an App, consider using a tool like AppCleaner (this one works very well, and is free) – it will give an insight about additional files as well. For example: your Mac will create some additional files, like plist files, cache files, or whatever it thinks is needed (controlled by Apple, not by the app developer), and AppCleaner would show these and optionally remove those as well.

      You’re saying “Apple logo and not progress bar when I rebooted” is not related to a user application either.
      This would be in a very early booting stage of the Mac’s “BIOS” (UEFI to be correct).
      An external hard-drive could play a role in that – especially when you Mac needs a lot of time to inspect the external disk. There can be other reasons of course, like drivers or so called Kernel Extensions (Kext) – again: ConnectMeNow does not install anything like that.

      Since that issue came back, you must have installed something else, or damaged some file – this cannot however be ConnectMeNow related in any possible way. Of course that is unfortunately, otherwise I would be able to give you a fix. Or maybe a changed settings since Ventura supports all kinds of new features where Mac’s, iPads and iPhones can share screens, controls, clipboard etc.

      In case you tried to install SMBUp at some point, or another low level tool or driver (ConnectMeNow is neither), then this could be a source of these issues as well. Not sure if SMBUp can even be installed on your Mac though (may be 32 bit Intel – intended for macOS Lion from 2012).

      If you want to install Samba on your Mac, like with SMBUp, then you’ll have to consider something like installing Samba with HomeBrew.
      I cannot recommend doing this though – unless you really know what you’re doing.

      Now coming back to your original share issue, so your Android device can access the files on your Mac:

      I have seen other Apple Silicon users run into the same issue – and it seems Apple is aware. So I hope Apple will fix this soon.
      As I have never ran into this issue, since I gave up opening network shares on macOS after macOS Lion, I can only list what I found as possible solutions that may be helpful:

      Again: Untested … since I do not have this issue – if any of this works, please let us know, since others may benefit from this as well 

      1) One option seems to be to remove the extended attributes of a shared directory (source) in Terminal;

      xattr -c /shared/directory

      2) Another option, although I do not see this as a permanent fix, could be the one described here. Basically disabling sharing, reboot you Mac, and enabling sharing again.

      3) While searching I ran into this more detailed article: SMB File Share Not Working In MacOS Ventura (not sure how useful this will be since you seem to be looking for SMB1 and, from what I have seen in other article, your problem may not appear on Intel Mac’s running Ventura.

      Reply

      Hans

  • Apr 11, 2023 - 3:17 AM - loek Comment Link

    Hi Hans,

    Is ConnectMeNow doing anything special to mounted SMB shares when macOS enters sleep mode ?

    Already for some time, even with the previous macOS release, it looks like my QNAP NAS is still getting accesses when the iMac is in sleep mode.
    When I eject the share, the NAS remains quiet

    Any idea ?

    (I’m sure, e.g. Spotlight is not indexing my NAS, nor any other programs/processes in the background)

    Reply

    loek

    • Apr 11, 2023 - 3:36 AM - Hans - Author: Comment Link

      Hi Loek,

      ConnectMeNow doesn’t do anything special with your shares while your Mac is sleeping.
      The only thing related to sleep mode is that macOS reports to ConnectMeNow when your Mac goes into sleep mode, or wakes up.

      If you have the option “Remount mounted drives On Wakeup from sleep“;

      • When macOS tells CMN that it wants to go to sleep, CMN makes a list of active shares.
      • When macOS tells CMN that it just woke up, then CMN will compare this list with existing/active mounts, and remounts missing shares.

      Having said that; A few things may trigger the “wake up” event of your Mac.

      macOS is a little bit odd at times when it comes to features like “Wake for network access” (I recommend you disable this option, or set it to “never” – depending on your macOS version), as it may wake up your Mac at random moments. Under Ventura this may include Power Nap.

      * the “Power Nap” option is a separate option under Monterey, and may wake up your Mac at set times to retrieve email, messages, updates and such, potentially triggering the “wake up” event as well. So I’d disable that option as well. I was not able to find a separate Power Nap option under Ventura.

      Also interesting to test if you disabled these extra macOS options – just to see if Finder is doing anything odd:
      Mount your QNAP share with CMN, and then quit CMN. Now let your Mac go to sleep, see what happens.

      Reply

      Hans

  • Apr 11, 2023 - 1:12 PM - Chris Comment Link

    Hi Hans!

    Great work again! I have now an Apple with M2. Upgrading from the older v3 to v4. My NetworkShares should be imported, but nothing happened! I already read the comments and also did those explained steps.

    Output log:

    20:08:21 │ Import v3 Config data
    20:08:21 │ - Basedir: /Users/someuser/Library/Preferences/ConnectMeNow/
    20:08:23 │ - Old style config file (2 files: ConnectMeNow.ini and NetworkShares.ini)
    20:08:23 │ - Importing Preferences (ConnectMeNow.ini)
    20:08:23 │ - Opening INI file (/Users/someuser/Library/Preferences/ConnectMeNow/ConnectMeNow.ini)

    This is meaning: No NetworkShares were imported – only Preferences did the job.

    Reply

    Chris

    • Apr 12, 2023 - 5:47 AM - Hans - Author: Comment Link

      Hi Chris,

      Good to hear you’re got new hardware to work with 

      Any way you can email me you config files (webmaster at tweaking4all dot com)? (modify sensitive data in the ini file if need be)
      I have not yet figured out why this fails, and got delayed because of some other things I had to take care of.

      Reply

      Hans

      • Apr 18, 2023 - 5:19 AM - Chris Comment Link

        Thanks for your answer.

        Meanwhile I created the Shares manually. But thanks for your offer.

        Now I have another problem, which I do not understand. Not even one share is being mounted. There are even no error messages :-)

        Reply

        Chris

      • Apr 18, 2023 - 5:28 AM - Chris Comment Link

        By the way, I noticed that when I clicked on one of the Generic options in a share and go back to the same share again, there is no checkmark set

        Reply

        Chris

  • Apr 18, 2023 - 5:34 AM - Chris Comment Link

    Forget it, please!

    I tried other options, now I can connect to my shares (e.g. I deleted the Domain Name).

    Reply

    Chris

    • Apr 18, 2023 - 11:03 AM - Hans - Author: Comment Link

      Haha, shit happens to the best of us – just glad you got the issue resolved  

      Reply

      Hans

  • Apr 19, 2023 - 12:54 PM - darkfusion Comment Link

    Hello!  Thank you for the great app.  I have a question.  When running ConnectMeNow4 and mounting my shares from Synology NAS works great no complains there.  When I am running Plex Server on Mac Mini M2 and add a share from Synology drives the path shows as the path /mountingpoint/Servername (IP Address)/Shared Folder.
    Is there a way to make it so that the IP Address will not be showing up in the Path Name?

    Reply

    darkfusion

    • Apr 20, 2023 - 6:01 AM - Hans - Author: Comment Link

      Hi DarkFusion!

      Yes there most certainly is.

      GO to the Advanced Options for that share (in ConnectMeNow).
      Check the option “Mount Path” -> “Custom Path“.
      When you check the option “Do not create a sub-directory for mounting“, the entered path will be used very specifically for the mount of this share.

      A few notes:

      1) You cannot mount in /Volumes with this option. macOS doesn’t like you to touch /Volumes.
      2) Make sure the entered path does not conflict with other mounts. 

      For example if you mount everything in /Users/yourname/Mountpoints, then you can not use that path for this approach, since you Plex share would use this path and other mounts would try to make a sub-directory in it, which would of course be a problem.
      On the other hand /Users/yourname/Mountpoints/MyPlexServer would work.

      Hope this helps 

      Reply

      Hans

  • Apr 30, 2023 - 12:17 PM - Loek Comment Link

    Just wondering, can I switch network polling off ?

    I tried to set it to 86400, but it looks the max is 32768, so it’s apparently an unsigned 16-bit int. So in my case it polls now every ~9 hours.

    Reply

    Loek

    • Apr 30, 2023 - 12:38 PM - Hans - Author: Comment Link

      Yes you can. 

      By default network polling is inactive.
      Network polling is only used for when the option “On Server IP address Appear” is used for a share (under “Advanced options” of each share).
      That would be the only function that needs to look at the network every now and then, to see if a server or device appears in the network.

      So, if none of your shares has this option enabled, then there will be no network polling, no matter what number you enter under network polling.

      Note: Network change, Sleep/Wake up, and mount/unmount events are reported by macOS and do not use network polling to begin with.

      Hope this answers your question. 

      Reply

      Hans

  • May 5, 2023 - 11:54 AM - Luca Comment Link

    Hi, I’m trying to do a SSHFS Share on a server.

    from console it’s works, the remote disk is mounted, but I can not edit/create any files. (OSX Ventura, on old OSX version it’s works!). So I found your app and try it.

    From console I launch: sshfs user@ip:/path/to/remote/folder /path/to/local/folder sftp_server=”sudo -i -u username /usr/lib/openssh/sftp-server”.

    I suppose the sftp_server=”sudo -i -u username /usr/lib/openssh/sftp-server” must be put in “share advanced options Mount Style Commandline”, right?

    Anyway I can not mount the folder, because ConnectMeNow tell me: Failed To Ping.

    I disabled “ping before mount” in Shares Advanced Options, and also in Preferences. But when I try to mount it always ping the server, and fails.

    The server where I try to connect it can not be pinged!

    How do I solve this?

    Thanyou!

    Luca

    Reply

    Luca

    • May 6, 2023 - 5:24 AM - Hans - Author: Comment Link

      Hi Luca,

      1) Ping before mount can be set in two location – you may have to verify both:

      – with each share under Advanced Options (you’re probably looking at that one)
      – and under PreferencesMount Options – “Always require Ping before mount” (if checked: overrules individual share setting)

      2) Normally, from what I’ve done so far, an SSHFS mount works like this, which is the construct CMN uses as well:

      sshfs username@ipaddress:/some/path/on/server/ /Users/path/to/MountPoints/somesharename -p 22

      So for example:

      sshfs yourname@192.168.1.100:/share/Downloads/" "/Users/yourname/MountPoints/Downloads" -p 22

      I’m really not familiar with the other parameters you’re using.

      Note: I use SSHF that comes as an addon for macFuse (also known as OS X Fuse). The sshfs executable is located in /usr/local/bin/sshfs.

      When checking the version number (mind the capital “V”):

      $ sshfs -V
      SSHFS version 2.5 (OSXFUSE SSHFS 2.5.0)
      FUSE library version: 2.9.9
      fuse: no mount point

       Let me know if there are alternatives. 😊 

      Reply

      Hans

      • May 8, 2023 - 4:56 AM - Luca Comment Link

        Hi, thanks for your reply.

        this is my sshfs -V

        SSHFS version 2.10
        FUSE library version: 2.9.9
        fuse: no mount point

        OSX version: Ventura 13.3.1 (a) MacBook Pro M1

        I can now “mount” without pinging the server and I have MOUNTED  text within ConnectMeNow4. Looking in the path /Users/lucalandi/MountPoints I see the two folders: SSHFS (server IP) and var (server IP). But both folders are empty!4

        In order to connect to the server I have to use the ssh key: In Share Details in the User Login part I have indicated my username, and empty password. Correct? The Install SSH Key button is disabled.
        As configuration I have set the SSH Key in /.ssh/config, does the software retrieve the connection information automatically? I guess so. The password I assume is not required (passphrase) as it is added to the Mac’s keychain.
        So why is the folder empty?
        I’ve activated, in PREFERENCES, the logs, but I can’t find them, can you give me directions?
        Thanks!

        Reply

        Luca

        • May 8, 2023 - 4:58 AM - Luca Comment Link

          About folders inside MountPoints.

          I deleted SSHFS (IP) and var (IP), re-mount it, mount is ok, but nothing appears! MountPoints is empty!

          Reply

          Luca

        • May 13, 2023 - 5:46 AM - Hans - Author: Comment Link

          Another user reported SSHFS issues with Apple Silicon Macs. 
          Not quite as described by you, but something I still have to look into.

          As for the key: this is how that works 

          In essence though, if you set a SSH share first (not SSHFS) with your user/password, and with this SSH share click “Install SSH key“, then the installed key will work right away for your SSHFS as well. (assuming the same server and user info – you can now login without password)

          However … SSHFS + CMN + Apple Silicon = some sort of trouble that I still have to figure out.
          Also, and I haven’t looked into the details yet, make sure that macFuse and the SSHFS addon are both Intel or both Arm binaries, as I’m not sure if mixing them up could cause issues. (if your setup worked with manual SSHF then this of course is not an issue)

          Reply

          Hans

  • May 27, 2023 - 11:00 AM - tauji556 Comment Link

    In order to connect to the server I have to use the ssh key: In Share Details in the User Login part I have indicated my username, and empty password. Correct? The Install SSH Key button is disabled.

    Reply

    tauji556

    • May 28, 2023 - 3:00 AM - Hans - Author: Comment Link

      Hi Tauji556!

      The “Install SSH Key” is only enabled when you enter a password as well. This is needed to initially install the SSH key.
      Once the key is installed, the password should be blanked (ConnectMeNow will ask if you want the password to be blanked once an SSH key is installed).

      If a SSH key is already installed, for example because you did this manually at some point (from this specific computer), then you can leave the password blank right away.

      Reply

      Hans

  • May 28, 2023 - 7:10 AM - Hans - Author: Comment Link

    UPDATE 4.0.9

    • Improvement: “Show Log” and “Clear Log” buttons now always visible when the option “Log to Log Window” is checked
    • Cosmetic fix: Typo APF “AFP Share (Apple Share – Apple Filing Protocol)” (one l) (Smiles)
    • Cosmetic fix: “Extra Options” label and “Test Script” button remained visible even if they shouldn’t (Smiles)
    • Cosmetic fix: Fixed inconsistency in com.Tweaking4All.ConnectMeNow4.plist vs com.Tweaking4all.ConnectMeNow4.plist (Smiles)
    • Bug fix: Issue where by default a new share would always use ‘Commandline’ even though set to ‘System’ (Smiles)
    • New feature: Auto Encrypt Username/Password when entered as raw text (eg. manually edit ini file, enter username(s) and/or password(s) as plain text.  These will be converted automatically when ConnectMeNow is being closed again.
    Reply

    Hans

  • May 31, 2023 - 11:17 PM - Patrick Comment Link

    Hi Hans,
    You’re on my personal list of humanity’s benefactors… A serious, stable, regularly monitored program that I’ve been using since version 2.
    In exchange for the coffee, I’d like to make a small feature request. I discovered the existence of version 4… one year after its release! Would it be possible to add a “Check for updates” item to the Help menu? And if it’s not too much trouble, an automatic weekly check would be perfect!
    Thanks for your time!

    Reply

    Patrick

    • Jun 1, 2023 - 5:00 AM - Hans - Author: Comment Link

      Hi Patrick!

      Thank you very much for the compliment, your very generous coffee donation, and for being a loyal user 

      As for your request: I’ll implement this as soon as I can.
      I’m in the middle of moving, so it may take a little bit before I have this implemented.
      (more details in my email to you)

      Thanks again! 

      Reply

      Hans

  • Jun 1, 2023 - 12:43 PM - Ray Comment Link

    Version: 4.0.9 (Build 35)
    OS: macOS Ventura
    Version 13.4 (Build 22F66)
    ARM (64 bits) application

    Hi, I’m new to ConnectMeNow and trying to set it up to mount a shared folder on another Mac.

    I picked SMB as the share type, and put in the IP address for the Mac. I’ve entered my username and password.

    Pinging is successful. But Test Mount doesn’t seem to do anything: I noticed in the left pane showing defined shares, a network folder icon appears and then disappears.

    Screenshot: https://imgur.com/a/IF71FLi

    Reply

    Ray

    • Jun 3, 2023 - 3:34 AM - Hans - Author: Comment Link

      Hi Ray!

      Thanks for the excellent details.
      Just to be clear;
      You already have a SMB share running on that other Mac (Mac-2),
      and you have been able to access it from your Mac (Mac-1) without ConnectMeNow (straight through Finder: menu “Go” = “Go to server”)?

      If yes, then in ConnectMeNow check:

      • under “Advanced Options” if “Mount Style” is set to “System Call” or “Commandline” (you can try either).
      • click “Show log” and see if there are any odd messages (please do not post the log here – use this forum section for that).

      Reply

      Hans

  • Jun 2, 2023 - 1:23 AM - Ulf Comment Link

    Hi!

    I’ve discovered ConnectMeNow as of today and I really like it so far. Thanks for creating it!

    There is currently one thing that bothers me, though…

    Could you add an option for SSH connections to use a different terminal instead of the standard one?

    E.g. I’m using iTerm2 and it would be great if a connection could be opened as a new tab…

    Thanks and regards,

    Ulf

    Reply

    Ulf

    • Jun 3, 2023 - 4:02 AM - Hans - Author: Comment Link

      Hi Ulf!

      Thank you for liking ConnectMeNow 

      Using a different Terminal is unfortunately not as trivial as I would have hoped. The script I created heavily depends on Terminal.
      I will have to do some experiments to see if iTerm2 can be used as a drop-in replacement.
      (planning to do this in the next few days – I’m in the middle of a move so I do not have as much time available as I’d hope)

      Reply

      Hans

  • Jun 5, 2023 - 10:59 AM - Daniel Comment Link

    I cannot connect to any shares with v4.0.9. When I click a share, it never connects. My AD account also locks. How often does the app try to connect? I’m guessing it keeps trying to connect and locks my account.

    Reply

    Daniel

    • Jun 7, 2023 - 2:52 AM - Hans - Author: Comment Link

      Hi Daniel,

      sorry to hear you’re running into issues … 

      To answer your question:
      CMN uses either the standard macOS mount API (System Call), or it uses the Terminal “mount” command (Commandline).
      You can switch between these two mount options, per individual share, by looking under the “Advanced Options” tab, at the “Mount Style” section.
      It does a mount attempt every minute if a mount fails, depending on your setting of “mount attempts” (also under Advanced Options).

      Since I do not know much of what you’re working with (MacOS version, Intel/Apple Silicon, SMB v1/2/3, settings etc.), it is not easy to guess what the issue may be.
      Additionally: are you using any weird usernames (or passwords)? Meaning; with special characters in it.
      Does the log show anything? (please: do not post logs in the comments here; instead use the forum).

      Since you get locked out of your AD account, my best guess is that there is something goofy going on with your username or password? Maybe?

      Reply

      Hans

      • Jun 7, 2023 - 8:04 AM - Daniel Comment Link

        I have all my shares set to use System Call. I started seeing issues after upgrading to 4.0.9. I’m on macOS 13.4, MacBook Pro 16″ M1 Pro. If I connect using macOS Connect to Share, CMN recognizes the share mount and I can then unmount from CMN but I still cannot mount.

        Reply

        Daniel

      • Jun 8, 2023 - 6:27 AM - Hans - Author: Comment Link

        Unfortunately, nothing changed in CMN that would affect this, or any mounting activities for that matter. Just to make sure, I triple checked it just now. The only changes are cosmetic and one is only template related (see change log).

        Just to make sure, I did some extra testing as well.
        I happen to be running CMN 4.0.9 on a 16″ MBP M1 as well, also running Ventura 13.4 (22F66 – very recent update if I recall correctly), and it mounts my SMB shares on my NAS as usual and without issues. I’m not using AD though.

        Can you mount straight from Finder?
        Did the log in CMN show anything weird?
        Since you’re using AD, can you see anything there in the logs on the server (if you have access)?
        Or did you recently change username or password? (eg. special characters in passwords, or usernames)

        Reply

        Hans

        • Jun 9, 2023 - 6:38 AM - Daniel Comment Link

          Yes, the shares mount just fine in Finder. Can you post a link to v4.0.8? I had no issues with that version. I did not recently change my AD password. Where can I find the CMN log?

          Reply

          Daniel

        • Jun 10, 2023 - 4:56 AM - Hans - Author: Comment Link

          You got lucky that I still had a copy of 4.0.8 laying around. I temporary parked it here (ARM version).
          It would very much surprise me if this would make a difference though. However, I’m not perfect either so who knows 

          The log can be found in the CMN window, at the bottom. There is a button “Show Log” (visible in 4.0.9, but not in 4.0.8 if I recall correctly, see this paragraph).

          Reply

          Hans

          • Jul 6, 2023 - 8:37 AM - Daniel Comment Link

            Ok, found out what my issue is. CMN 4.0.9 is sending the encrypted password to AD to authenticate. In the share definitions, if I click the Eye icon to show my password, I am seeing the encrypted one. If I enter my correct password and then test mount, it works! But, if I close CMN and launch again, it is attempting to mount with my encrypted password.

            Daniel

          • Jul 7, 2023 - 3:48 AM - Hans - Author: Comment Link

            Hi Daniel,

            It took me quite a bit of work to find a potential bug (I wasn’t able to reproduce the issue).

            In the new version (4.0.10) that I just uploaded will hopefully address this issue.
            The only reason it could fail would be when it tries to detect if something is encrypted or not when loading the INI file.
            Seems unrelated, but this is the only time decryption is applied, if the password or username was seen as encrypted.
            I’ve replaced the detection method, hopefully for a more reliable method. 

            Hans

  • Jun 6, 2023 - 6:56 PM - Nicci Comment Link

    My Share never mounts! Need a different solution. 

    Too bad I cannot post the image of the settings or a link thereof … .you’re concerned about spam and so am I but I have no clue what exactly you may do with my email address!!! Your product does not work on macOS Catalina so I wish you luck. 

    I was going to ask for help but instead I’ll figure out something else. 

    Reply

    Nicci

    • Jun 7, 2023 - 2:57 AM - Hans - Author: Comment Link

      Hi Nicci,

      sorry to hear that CMN isn’t working for you. Not sure what you’d like me to do with your post though.
      CMN works, as far as I know, under Catalina (which is a little dated, and I do have no proper means of testing a that old macOS version).
      If you would like assistance, then please provide some more info. Consider using the alternative mount method as well: look under the “Advanced Options” tab, at the “Mount Style” section, choose either System Call (macOS API) or Commandline (Mount as done in Terminal).

      Wishing you luck in finding an alternative! 

      Reply

      Hans

  • Jun 11, 2023 - 9:18 PM - lax Comment Link

    On a large screen (2160p) , the share descriptions in the left window disappear

    Version: 4.0.9 (Build 35)
    OS: macOS Ventura
    Version 13.4 (Build 22F66)
    Intel x86-64 (64 bits) application

    Reply

    lax

    • Jun 15, 2023 - 7:29 AM - Hans - Author: Comment Link

      I’m not sure what you mean with the left window?
      Feel free to send me a screenshot to webmaster at tweaking4all dot com. 

      I work on an Ultrawide (3440×1440) monitor and am not seeing any issues.

      Reply

      Hans

  • Jun 13, 2023 - 12:00 PM - James Comment Link

    HI

    This looks like exactly what I need. I want to deploy this to several Macs simultaneously and set it up so that the com.Tweaking4All.ConnectMeNow4.ini file containing connection information is available to all users, so it needs to not reside inside the ~/Library folder.

    ‘Save Preferences in Custom Path:’ looks like what I need to do and I’ll set that path to /Users/Shared/ConnectMeNow/com.Tweaking4All.ConnectMeNow4.ini

    That way if I want to update the .ini with new connections I’ll just overwrite this file en-masse.

    Only question I have then is where do I deploy a configuration to tell ConnectMeNow to look inside a custom path for the .ini file. I need the user to not have to do this and have everything magically already set up for whoever logs in.

    Thanks,

    James

    Reply

    James

    • Jun 15, 2023 - 7:24 AM - Hans - Author: Comment Link

      Hi James,

      by default the INI file is stored in this location, which holds the shared location (and a local copy):

      /Users/<username>/Library/Preferences/com.Tweaking4All.ConnectMeNow4.ini

      I’d configure one Mac and tell CMN on that machine to use 

      /Users/Shared/ConnectMeNow/com.Tweaking4All.ConnectMeNow4.ini

      The default ini file will point to your shared location now 😊 

      Reply

      Hans

    • Jun 15, 2023 - 7:33 AM - Hans - Author: Comment Link

      p.s. since you’re deploying to multiple machines, you may use multiple accounts as well (for shares), then this new feature may be useful which was introduced in 4.0.9:

      Auto Encrypt Username/Password: Just enter username and passwords as plain text in the INI file, start CMN with this file, and when you close CMN (or when config is being saved) the usernames and passwords will automatically be encrypted.

      Someone from Disney was looking for something like this, also for mass deployment.

      Reply

      Hans

  • Jun 17, 2023 - 2:43 AM - Peter Arnold Comment Link

    Hi Team, I love this tool. just wanted to let you know that for some reason CMN 4.06 does not allow more than one nfs mount at a time from a specific IP address. I can achieve the mounts using finder. (in my case it was Macos Ventura trying to mount multiple nfs shares from a Truenas Scale server (running a cut down version  of Debian Linux.

    Reply

    Peter Arnold

    • Jun 18, 2023 - 3:14 AM - Hans - Author: Comment Link

      Hi Peter,

      my experience with NFS is close to zero, so I only tested this with a QNAP NAS.
      As I’m in the middle of moving, my NAS is down right now, so I cannot test much.

      What mount style are you using? (System Call or Command line?)

      Did you try 4.0.9?
      It will probably not resolve your issue but it will give easier access to the log window – so you can see what the mount command or error may be (if anything reasonable was return by the mount command).

      Please do not post log files here – there is a specific forum for ConnectMeNow where files and such can be posted. 😊 

      Reply

      Hans

  • Jun 26, 2023 - 2:23 PM - Andreas Comment Link

    Version: 4.0.9 (Build 35)
    OS: macOS Ventura
    Version 13.4.1 (Build 22F2083)
    ARM (64 bits) application

    Hi!

    Shares with foreign characters in the disk- or folder name (like “Umlauts”) cannot be mounted.

    Greetings

    Andreas

    Reply

    Andreas

    • Jun 30, 2023 - 2:56 AM - Hans - Author: Comment Link

      Hi Andreas,

      nice catch! Never seen a share with an umlaut, but using an umlaut would make sense in for example the German language. Apologies for overlooking that.

      I will however have to put this on my “to do” list – since I’m in the middle of moving to another house.
      May take a few days before I get to it.

      Reply

      Hans

  • Jun 29, 2023 - 2:00 AM - Alessandro Comment Link

    Hi guys. First of all, congrats on this great app. I think it could perform at best what I’m trying to solve after switching to Ventura from Catalina.

    Actually, I used to have a script in charge of automounting a volume (qnap) in 3 different situations: wifi or eth or fortigate vpn.
    It used to work flawlessly. Code here.

    Now, I really do not understand how auto mount works here in CMN4. I simply do not understand if I set it right or if it can satisfy my need of auto mounting a volume if connected in wifi, eth or vpn. It seems not.

    I’m sure it’s my fault. But please someone tell me: could there be a simpler way to select an auto mount option under any conditions of connections? I mean, a check to activate in order to say to CMN4 auto mount that volume, no matter what.

    I hope next updates will ease the use of auto mount option.

    Thanks.

    Reply

    Alessandro

    • Jun 30, 2023 - 2:52 AM - Hans - Author: Comment Link

      Hi Alessandro,

      Auto mount can be done in several ways …

      1. When CMN starts, for example when your Mac boots.
      2. When the network changes (when connecting to Ethernet/WiFi/VPN).
      3. When the network changes and a specific gateway/device is seen in the network (MAC address default gateway for example only mount when you’re at home).
      4. When an IP address appears in the network (downside: this requires pinging the IP address frequently to se if it responds).
      Looking at your script,…
      CMN does not look at WiFi SSID, but you can use the MAC address of the default gateway to identify the proper network. Same goes for Ethernet. (option 3) — Not sure if this would work for VPN though.
      You could leave the MAC address option unchecked, and then this would do a mount attempt each time the network changes. If no device as found on the QNAP’s IP address, or the address is used by another device, this would simply make the mount fail and CMN would then wait for the next network change.
      Last option; Even thought I would not recommend this approach (frequent network pinging would be needed), if your QNAP always has the same IP address, then you could look for that IP address of course (option 4), but this may cause conflicts in other networks. For example, the same IP address may exist in other networks as well. Mounting would then fail though, which may not be a problem.

      Reply

      Hans

      • Aug 2, 2023 - 4:23 AM - Alessandro Comment Link

        Hi Hans,

        I still have the same issue. After changing network (home vs work) or simply by changing eth or wifi connection in the same network at work, shares sometimes disconnect and are unable to reconnect automatically. Sometimes the icons in the left column of Finder disappear, so I have to press ⌘K to restablish smb shares connection. In this case, having CMN is useless because I expect it can reconnect shares flawlessly but it doesn’t. I’m surely having a misconfig in my case, but I cannot figure it out.

        Reply

        Alessandro

        • Aug 3, 2023 - 6:48 AM - Hans - Author: Comment Link

          Hi Alessandro,

          sorry to hear you’re running into issues.
          It is quite challenging for me to test these scenario’s, since I really do not run into them as much.
          It would also be helpful to see what you settings are.

          For example what is your network polling setting? (under preferences)
          Do you use the “ping before mount” option, or do you have a value set for “mount delay” or “mount attempts”? (both under advanced setting)
          What are your “Auto Mount” settings? (also under advanced setting)

          (I know, it’s a little much to look through)

          Reply

          Hans

  • Jun 29, 2023 - 4:23 AM - Ade Thompson Comment Link

    Hi, I’m getting unknown or invalid user when trying to mount my volumes.

    It works initially but if I try and mount from the menu bar or via test mount I receive the error in my logs. I’ve noticed that passwords are now encrypted in the latest build and not being unencrypted when I show them in the Shares window. Could this be the issue?

    Version: 4.0.9 (Build 35)

    OS: macOS Ventura

    Version 13.4.1 (Build 22F82)

    ARM (64 bits) application

    Reply

    Ade Thompson

    • Jun 30, 2023 - 1:42 AM - Hans - Author: Comment Link

      Hi Ade,

      Usernames and passwords have always been encrypted.
      The latest version just adds the option to manually edit an ini file and enter a password in plain text – which is easier for system admins when generating multiple ini files for multiple users.
      After an initial load of the plain text passwords, CMN will then encrypt them and save the ini file with encrypted passwords.

      So this should not be related to that.

      Are you by any chance using special characters in username or password?

      Reply

      Hans

      • Jun 30, 2023 - 5:07 AM - Ade Thompson Comment Link

        Hi Not letting me post a comment as its saying its a duplicate, hoping this one gets through.

        the only special character is a ‘-‘ as it’s a password generated by the macOS.

        It follows the format ******-******-******

        Reply

        Ade Thompson

        • Jul 6, 2023 - 9:19 AM - Ade Thompson Comment Link

          I seem to be having the same issue as Daniel.  

          https://www.tweaking4all.com/software/macosx-software/connectmenow-v4/#comment-596401

          The encyrpted password is being used to login not the unencrypted version.

          P.S.  I keep getting duplicate post or SPAM protection screens when posting here :(

          Reply

          Ade Thompson

          • Jul 7, 2023 - 3:51 AM - Hans - Author: Comment Link

            Hi Ade,

            1) Please check version 4.0.10 – just uploaded it, and I hope it resolves the encryption issue.

            2) Spam: Duplicate posts would suggest that your comment is posted twice and detected as such (the Spam protection will probably see this as well and will consider it potential spam). Are you by any chance double clicking the “Submit reply” button?

            Hans

        • Jul 7, 2023 - 4:01 AM - Hans - Author: Comment Link

          p.s. does 4.0.10 resolve your initial password issue as well?

          Reply

          Hans

  • Jul 7, 2023 - 3:21 AM - mike6739 Comment Link

    Hello,

    currently I have this version: 

    Version: 4.0.9 (Build 35)

    OS: macOS Ventura

    Version 13.3 (Build 22E252)

    ARM (64 bits) application

    My problem:

    I have noticed several times now that Connect Me Not 4 changes the password. 

    I then have to re-set the password for all connections.

    This was not the case in the past, but I had to do this three times now.

    Please help

    Reply

    mike6739

    • Jul 7, 2023 - 3:59 AM - Hans - Author: Comment Link

      Hi Mike,

      thanks for the excellent info.
      Please give v4.0.10 a try – which should address this issue.

      It seems that the function to determine if a string (username or password) was encrypted, did fail at times.
      I hope this new version resolves this.

      Please let me know if it does 😊 

      Reply

      Hans

  • Jul 7, 2023 - 3:53 AM - Hans - Author: Comment Link

    UPDATE 4.0.10

    This version hopefully resolves the password encryption issue.
    Under certain circumstances, an encrypted password was not detected as such and was handled as a normal password.
    Some users would see their passwords appear as encrypted in the “password” field.

    Additional minor bug fix: opening the about window before opening the preferences window would generate an access violation.

    Reply

    Hans

  • Jul 13, 2023 - 12:24 PM - Sev Comment Link

    Thanks for this tool it is a life saver!

    However it seems the latest version on ARM and x86 requires something more to allow the reveal in finder function? if it is a permission issue I would think the app/OS should prompt but it doesnt.

    Reply

    Sev

    • Jul 16, 2023 - 9:43 AM - Hans - Author: Comment Link

      Hi Sev,

      Glad you like the tool – it’s always a motivator to get positive and helpful feedback! 

      Just tested it on a Mac Pro x86 running Monterey 12.6.7, and on a M1 Max running Ventura 13.4.1.
      On both “Reveal in Finder” works on both machines.
      I would expect the system to ask for permission as well indeed.

      Do you get an error message? Or simply nothing happens? 
      What macOS version are you using?

      These are the security settings I see on my Macs, maybe it helps:

      Under Monterey ConnectMeNow is listed under System Preferences -> Security & Privacy -> Privacy -> listed and checked under Full Disk Access
      Under Ventura ConnectMeNow is listed under System Preferences -> Security & Privacy -> Full Disk Access -> Checked ON.

      Reply

      Hans

      • Jul 16, 2023 - 9:54 AM - Sev Comment Link

        Hi Hans,

        thanks for the reply, I just tested it on 12.6.7 (21G651) Monterey, and even if I manually add it to FDA (it wasnt added so there was no prompt prior), it still doenst do anything at all, obviously I added it, quit the application and restarted it.

        Unfortunately there are also no entries in the console.

        Reply

        Sev

        • Jul 17, 2023 - 3:18 AM - Sev Comment Link

          just to add to the above, after a few reboots it now works, I wonder why the gatekeeper however never kicked in to enquire to allow/accept the required privileges 

          Reply

          Sev

        • Jul 17, 2023 - 9:18 AM - Hans - Author: Comment Link

          Glad to hear it works now, and I’m wondering about the same thing.
          Then again … Gatekeeper doesn’t have the best record when it comes to being consistent (in my experiences).

          Reply

          Hans

  • Aug 28, 2023 - 11:30 PM - Danny Comment Link

    Hi Hans,

    I just upgraded from v3 to v4. While v3 works smoothly, v4 always reports the network shares have failed to mount even though they’re mounted. Additionally, the menu bar icons report the shares aren’t mounted and there’s no submenu. Is there anything I may have missed when I setup v4?

    Version: 4.0.10 (Build 47)

    OS: macOS Monterey

    Version 12.6.7 (Build 21G651)

    Intel x86-64 (64 bits) application

    Reply

    Danny

    • Aug 30, 2023 - 5:43 AM - Hans - Author: Comment Link

      Hi Danny,

      Sounds like the shares have been mounted in a different way that what CMN would have expected.
      For example, Finder will mount a network share with the API mount style (not command line) for which the mount can be found in /Volumes.
      You may have defined that mount in CMN as a command line mount style, which is never mounted in /Volumes (macOS will not allow that).

      So when CMN is looking for a share, the returned info from macOS may not line up with the way you defined a mount.

      Easiest way to see this is by running the “mount” statement in Terminal.
      This will show where your server is mounted (/Volumes/… or not), if it uses the same username and if it uses the same path as you have defined in CMN.

      If you cannot find why this is not working, then feel free to email me (webmaster at tweaking4all dot com) the output from the mount command (Terminal), screenshot from the CMN menu and either the INI file or screenshots of the share definition (“share details” and the “advanced options” tabs).
      For all we know, you ran into a bug 😊 

      Reply

      Hans

  • Sep 26, 2023 - 2:34 PM - PhilW Comment Link

    Hi, thanks for the helpful tool! One important feature that seems to be missing in the latest MacOS ARM version: the option to set the name of the drive to be mounted. Example: rename mount point “sda2” to “BackupDisk_1”. My setup: USB drive with 5 HFS+ partitions connected to ASUS WiFi router, which is serving the network drive via SAMBA on the local network. Due to possible ASUS bug two partitions are mounted as sda2 and sda3 instead of using their given partition names. Is there a way to do this?

    Reply

    PhilW

    • Sep 27, 2023 - 5:18 AM - Hans - Author: Comment Link

      Hi Phil,

      I’m not sure if I understood your situation.
      So you have an Asus Router, with a harddisk connected with 5 partitions.
      Due to a bug the Asus router reports these shares as (for example) sda2 instead of their actual name (eg. BackupDisk_1).

      If so then you could try this:

      1. Go to the specific share definition in ConnectMeNow and open the “Advanced Options“.
      2. Set “Mount Path” to “Custom Path (NOT in /Volumes)” and check the “Do not create sub-directory for mounting“.
      3. Next enter a path below that to which you want to your share. This cannot be in /Volumes unfortunately (Apple won’t let us do that).

      Example:

      /Users/yourusername/Mountpoints/BackupDisk_1

      Note: this will mount the share to this specific path and this path can only be used for this specific share!
      So for other shares, in case you want to mount then this way, you will need a new path.
      Example:

      /Users/yourusername/Mountpoints/BackupDisk_2

      This should work with both “Mount Styles” types, and you may need to created the path first (if that is the case: let me know so I can correct that in a next release).

      Hope this helps.

      Reply

      Hans

      • Sep 27, 2023 - 7:15 AM - PhilW Comment Link

        Exactly and thanks, Hans! I had thought that this would be the way to go but was unsure.

        I just tested your steps exactly as described but the partition “sda2” still gets mounted as such in /Users/XXX/MountPoints/. Custom Path with “Do not create sub-…” checked is as follows: /Users/XXX/MountPoints/HD1_cloud. So this does not work yet with the current version of connectmenow.

        Another issue I noticed: when no user/password but guest access is set in the ASUS router for the drive and partitions, connectmenow will always launch a popup login window where I have to select guest access. It does not remember the login choice for the defined Share, hence invalidates the automatic mounting process.

        Reply

        PhilW

      • Sep 28, 2023 - 2:18 AM - Hans - Author: Comment Link

        Nice!

        Just to make sure: with “Do not create sub-…” checked, did you define a different path for each share?
        You can try using the mount styleCommandline“.

        Anonymous login had been problematic with Windows for a while now (reference), so I wouldn’t be surprised if Samba (3.x) doesn’t like it either.
        My advise would be to setup a guest account (eg. username and password both “guest”).
        Alternative that may work: I have seen folks reporting using username “anonymous” and a blank password to work on Linux boxes (like you Asus is a Linux box as well). (reference, scroll all the way to the bottom)

        Reply

        Hans

        • Sep 29, 2023 - 5:15 AM - PhilW Comment Link

          Yes, exactly as you described – “Do not create sub-…” is checked. Editing the smb.conf file directly on the ASUS router failed as the file gets regenerated on each restart. And all other attempts with commandline etc. failed as well. I fixed the “sda2” label by re-partitioning the drive again and now the ASUS WiFi router honors all labels correctly.

          The dealbreaking login popup window each time partitions with guest access enabled are mounted, can be circumvented with mount_smbfs -N //Guest:@XXX/HD1_Cloud /Users/XX/MountPoints/HD1_Cloud (N flag – do not ask for a password). But this commandline does not work – it just creates the mount point “HD1_Cloud” in /Users/XX/MountPoints/ without actually mounting. Since connectmenow unfortunately does not log any errors whatsoever it’s not possible to investigate the cause. Entering the command as root in the terminal after creating (mkdir) the mount point “HD1_Cloud” returns this error: “mount_smbfs: mount error: /Users/XX/MountPoints/HD1_Cloud: No such file or directory”. Even though the directory does exists. Removing the “HD1_Cloud” mount point logically results in the error “mount_smbfs: could not find mount point /Users/XX/MountPoints/HD1_Cloud: No such file or directory”. 

          Using the System Call option mounts the network partition “HD1_Cloud” perfectly, but with the dreaded login popup window. So this is currently a catch-22 situation. If connectmenow would a have the option “Guest Access” under “Use Login” and then execute the System Call mount_smbfs with the -N flag everything would work perfect!

          Reply

          PhilW

          • Oct 2, 2023 - 2:42 AM - Hans - Author: Comment Link

            Guest accounts is frowned upon, it seems, by Microsoft, and as a result the Samba dev team seems to follow that same pattern.
            As you already know, your Asus router uses Samba as their implementation. 

            It could also be that Apple’s SMB implementation does not even allow it either.
            Unfortunately, I cannot test this right now due to an Internet outage here – I’m replying from my phone right now (I do have an Asus router as well).

            In my experience: A guest or anonymous login will most of the time simply not work.

            On that note:
            The “do not ask password” tries to get the password from the nsmb.conf file on your Mac (from what I found in the man page, it should be in: ~/Library/Preferences/nsmb.conf). So this is not how you think this parameter works. You would still need a password, you just to define it in the config file on your Mac.

            Again: the use of anonymous accounts is a challenge on its own and poorly supported and documented. I’ve had my share of failures with that (Windows 10 shares, macOS shares, etc) and at some point I just gave up.

            Note: ConnectMeNow has a log window which should give some info on why it may have failed. Unfortunately, not all mount calls come back with detailed error info, or only with error codes that mean literally nothing 😞 

            Your “No such file or directory” error is most likely since the directory it is in use (potential example of useless error messages).
            In Terminal, check the out of “mount” – maybe the directory is listed there.

            Hans

          • Oct 3, 2023 - 8:42 AM - PhilW Comment Link

            Thanks for your input. I did discover the log output window afterwards. The real problem and as you said is that both Apple and Asus have implemented SAMBA and interconnected services/tools poorly. I just gave up after waisting x hours and switched back to good old Perl to solve my network drive partitions mounting. I first tried to run the script via cron but that failed due to that black hole of obfuscated Apple security measures that get worse with every new OS version. But creating a LaunchDaemon startup script in /Library/LaunchDaemons which executes the Perl script succeeded. For anyone with similar intent (mount Samba network drive partitions automatically and without password window), here is the script (replace XXX with your details and make the script executable): 

            #!/usr/bin/perl

                # script name: mount_smb_nas_volumes.pl

                # list all network drive partition labels to mount
                my @share_names = qw( XXX_1 XXX_2 XXX_3 );
                my $mountpoint_path = ‘/Users/XXX/MountPoints/’; # create “MountPoints” first!
                my $server_ip = ‘192.XXX.XXX.XXX’;
                
                # first check if remote server is online
                my $remote_server_avail = `ping -c1 -t1 $server_ip`;
                exit unless $remote_server_avail =~ /\b[1-9]\d+ data bytes\b/;
                
                foreach ( @share_names ) {
                    my $sharepath = $mountpoint_path . $_;
                    unless ( -d $sharepath ) {
                        # mount point does not exist
                        mkdir $sharepath or die “SMB $! – could not create mount point $sharepath”;
                        `mount_smbfs -N //guest:\@$server_ip/$_ $sharepath`;
                        $? and warn “SMB mounting problem for $sharepath: $?, $!, $@”;
                    } else {
                        # mount point already exists but may not be actually mounted
                        `mount_smbfs -N //guest:\@$server_ip/$_ $sharepath`;
                        $? and warn “SMB remounting problem for $sharepath: $?, $!, $@”;
                    }
                }

            And here is the launchd script to be placed in /Library/LaunchDaemons/ as “com.XXX.mount_smb_nas” and activated with terminal command “sudo launchctl load -w /Library/LaunchDaemons/com.XXX.mount_smb_nas.plist”:

            <?xml version=”1.0″ encoding=”UTF-8″?>
            <!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1.0.dtd”>
            <plist version=”1.0″>
            <dict>
                <key>EnvironmentVariables</key>
                <dict>
                  <key>PATH</key>
                  <string>/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:</string>
                </dict>

                <key>Label</key>
                <string>com.XXX.mount_smb_nas</string>

                <key>Program</key>
                <string>/Users/XXX/Library/Scripts/mount_smb_nas_volumes.pl</string>

                <key>Nice</key>
                <integer>1</integer>

                <key>StartInterval</key>
                <integer>1800</integer>

                <key>RunAtLoad</key>
                <true/>

                <key>KeepAlive</key>
                <false/>

                <key>StandardErrorPath</key>
                <string>/Users/XXX/mount_smb_nas.log</string>

                <key>StandardOutPath</key>
                <string>/Users/XXX/mount_smb_nas.log</string>

            </dict>
            </plist>

            PhilW

  • Sep 26, 2023 - 4:52 PM - Loek Comment Link

    Sonoma works fine, but guess that was known already ?

    Reply

    Loek

    • Sep 27, 2023 - 5:07 AM - Hans - Author: Comment Link

      Hi Loek,

      I already knew, but it is most certainly appreciated when others confirm this as I cannot always keep up with the latest and greatest software and hardware 
      Thank you very much for reporting/confirming!

      Reply

      Hans

  • Sep 28, 2023 - 5:28 PM - Brendan Comment Link

    Not sure if this is already in production (couldn’t find reference to it) but are there any plans to implement some keyboard commands/shortcuts? Ideally would be great to have a global hotkey command to toggle open/close the menu bar for quick access to servers without having to click anything.

    Thanks for the great software!

    Reply

    Brendan

    • Sep 29, 2023 - 4:07 AM - Hans - Author: Comment Link

      Hi Brendan!

      Nothing like that has been put in production, and without the app having focus this may be a challenge. I did try some tricks with keyboard shortcuts, but those did not work either (probably by lack of focus of the app).
      I’m open to suggestions though, as I can imagine this to be handy when pulling up my SSH’s 

      Reply

      Hans

    • Sep 29, 2023 - 4:13 AM - Hans - Author: Comment Link

      (thanks for the compliment! Much appreciated!)

      Reply

      Hans

  • Oct 3, 2023 - 5:04 AM - Christian Comment Link

    Hello,

    I use version 4.0.10 (Build 47) on an Apple M1 under Sonoma 14.0

    I have the problem that the “AutoMount” is not running. Neither at startup nor via context menu => Tools => Execute AutoMount.

    When I execute “Test Mount” in the Share Definition, I see the “Network-Folder-Symbol” to the right of “Defined Shares”. This disappears after 1 second and no error message is shown.

    Do you have any ideas what the issue could be?

    Reply

    Christian

    • Oct 5, 2023 - 2:27 AM - Hans - Author: Comment Link

      Hi Christian,

      sorry to hear you’re running into an issue.
      Sounds like one or the other setting isn’t right.

      Is the normal mount working? Eg. click the item in the menu bar menu, or click the “Test Mount” button in the share definition window.
      Next: you could try take a look at the log window (click the “Show Log” button), but I admit that it may be a little confusing and/or overwhelming.

      Feel free to post the log in the Forum (there is a specific section for ConnectMeNow in the forum) – please do not post the log here.

      Reply

      Hans

      • Oct 5, 2023 - 11:30 AM - Christian Comment Link

        Hi Hans,

        no – the mount does not work in the “Share Definitions” and not in the “Menu”.

        Where is the button “Show Log”? I can’t see this button.

        My version is:

        Version: 4.0.10 (Build 47)

        OS: macOS Sonoma

        Version 14.0 (Build 23A344)

        ARM (64 bits) application

        I imported the config from an old 3.x version.

        Reply

        Christian

      • Oct 6, 2023 - 4:11 AM - Hans - Author: Comment Link

        Hi Christian,

        Note: I deleted your log, as I requested to not post logs here. Please use the forum for that.

        If “Test mount” isn’t working then something may have been configured wrong.
        (note: error code 30 doesn’t seem to be documented for some reason 🙁)

        Maybe this is the problem:
        Mount directory: macOS will mount against a mount directory in “/” ” could point to your directory setting being wrong under “Advanced Options” of this share. Look there under “Mount Path” and set it either to “Defaultor set a proper “Custom Path” (eg. /Users/username/Mountpoint or something like that, just a “/” will NOT work).

        P.s.: I prefer using an IP addresses instead of device names – but even a device name should still work if your network is configured properly.

        Reply

        Hans

        • Oct 6, 2023 - 8:15 AM - Christian Comment Link

          Hi Hans,

          yes – that was the issue. Under “Advanced Options” the “Custom Path” was marked but the Path was set to /

          After Setting to “Default” it worked.

          Thank you!

          Reply

          Christian

        • Oct 6, 2023 - 8:52 AM - Hans - Author: Comment Link

          Awesome! Good to hear this now works 

          Reply

          Hans

  • Oct 5, 2023 - 7:30 PM - Alex Comment Link

    Hi,

    Does ConnectMeNow have a hide feature? So it doesn’t mount automatically to the desktop unless you manually do it.

    Thanks, A

    Reply

    Alex

    • Oct 6, 2023 - 3:56 AM - Hans - Author: Comment Link

      Hi Alex,

      I’m not quite sure what you mean with this. Apologies for that.

      Do you mean:

      • display an icon on your desktop (this would be a Finder setting: Finder -> Settings -> General -> uncheck show “Connected Servers“), or 
      • open a Finder window at the mounted location (ConnectMeNow settings per share : uncheck the “On mount, reveal in Finder” options)?
      Or something else? (feel free to ask!)

      Reply

      Hans

      • Oct 6, 2023 - 6:04 PM - Alex Comment Link

        Hi Hans,

        Am I missing something? The feature “On mount, reveal in Finder” is unchecked, but it still mounts the icon on the desk. I want to be able to hide the icon for some servers but not all. This feature is called “Hide Mount” in AutoMounter.

        Thx, A

        Reply

        Alex

        • Oct 7, 2023 - 4:18 AM - Hans - Author: Comment Link

          Reveal in Finder opens a Finder window showing the mounted share.
          This is not the same as the icon on the Desktop which is a Finder setting.

          I honestly have no idea what “Hide mount” means.
          Best I can come up with is that a AutoMounter maybe allows you to choose to make a shortcut to your desktop or not?
          I am really not familiar with the ins and outs of AutoMounter.

          p.s. you can optionally open a forum topic in the ConnectMeNow section.
          Unfortunately, after a few first approved posts (sorry: spam protection) you can post screenshots and maybe show me what you are referring to.

          Reply

          Hans

  • Oct 6, 2023 - 8:21 AM - Christian Comment Link

    Hello,

    (sorry for the bad translation)…

    Under Control Panel -> Login items -> Allow in background the object “Johannes Luijten” is shown.

    Is this needed for ConnectMeNow?

    Best regards,

    Christian

    Reply

    Christian

    • Oct 6, 2023 - 8:52 AM - Hans - Author: Comment Link

      Hi Christian,

      No worries … yes it is needed for ConnectMeNow.

      The login item is to start ConnectMeNow when your Mac boots.
      The background task is to monitor your network to see if a server appears. 

      Both are optional, depending on how you’d like to use ConnectMeNow (config), but macOS will ask your permission even if ConnectMeNow doesn’t use it.

      Hope this clarifies this 

      Reply

      Hans

      • Oct 6, 2023 - 9:04 AM - Christian Comment Link

        Hello Hans,

        Yes now it is clear.

        Wouldn‘t it be better to name the Object like ConnectMeNow? Then it would be clearer, which software uses it.

        Best regards – and a nice weekend

        Christian

        Reply

        Christian

        • Oct 7, 2023 - 4:41 AM - Hans - Author: Comment Link

          Apple decided to use that in the certificate (something I have to pay $100/year for, so I can sign and notarize apps, so users will not get warnings that the developer is unknown). I’ve tried a few times to change it but Apple has not been responding to requests. Also: this cannot be per application unfortunately, rather only per developer or per company. However “Tweaking4All” would still make more sense and mean more than my name. 

          Note: I did post a support request AGAIN for this with Apple to see if they will change this. Either change the name in the certificate, or even better: have macOS display the application name instead of the developer’s certificate name.

          Reply

          Hans

  • Oct 21, 2023 - 10:59 AM - Hans - Author: Comment Link

    UPDATE 4.0.11

    – Added option to hide individual icons from the desktop (when show “Connected Servers” is checked in the Finder options)
    – Upgraded macOS target to macOS 11 (Big Sur). This doesn’t mean CMN will not work with older macOS version.   

    Reply

    Hans

  • Oct 24, 2023 - 5:48 PM - cucaracha2125 Comment Link

    Hi Hans,

    Thanks a bunch for adding this feature.

    -Alex

    Reply

    cucaracha2125

  • Oct 25, 2023 - 4:42 AM - dawd Comment Link

    Great little app. Thanks a ton!

    One minor request, would it be possible to store accounts globally and allow the account to be assigned to a SMB share? I have tons of shares and everytime I get a forced password change I have to go through each share and manually update password for them. It would be great to only have to update the password in the “global” account store.

    Reply

    dawd

    • Oct 25, 2023 - 4:58 AM - Hans - Author: Comment Link

      Hi Dawd,

      I guess the issue would be that the SMB share needs to be mounted before being able to read the config file. Kind-a the chicken and the egg problem, since the share needs to be mounted before the config can be read with the info to mount the share.

      You can however share your config file in any directory you like.
      Ideally iCloud, Dropbox, OneDrive, Google Drive etc.
      I actually have used Dropbox in the past, and am using iCloud at the moment, to share my config file on all my Mac’s.
      With DropBox/OneDrive/GoogleDrive you can even share you config amongst others.

      I hope this is helpful 

      Reply

      Hans

      • Oct 25, 2023 - 5:58 AM - Dawd Comment Link

        Thats a shame :(

        I think I’ve found a hacky way around it! Store the new password in dummy entry then find and replace the old encrypted password with the new encrypted password in the ini configuration file.

        Reply

        Dawd

      • Oct 26, 2023 - 6:12 AM - Hans - Author: Comment Link

        Based on a feature request (v4.0.9);

        Try entering the password as plain text in the INI file.
        At first start, CMN should detected it’s not encrypted and will encrypt the password when it closes down and updates the INI file.
        Probably easier than copying it the way you do right now 

        Reply

        Hans

  • Nov 11, 2023 - 2:02 AM - Michael Comment Link

    I’m having some trouble with the behavior of ConnectMeNow. Could be due to my understanding.

    ls -l ~/MountPoints shows an entry (my mountpoint to my NAS). The icon in ConnectMeNow is however not showing as connected.
    Connect to a VPN to break the connection to the local network.
    After about 20s: pop-up: Server connection interrupted. I do not press any buttons on this dialogue.
    ls -l ~/MountPoints shows nothing (expected behavior)

    Terminate the VPN connection to establish connection to my NAS
    ls -l ~/MountPoints shows nothing (I expected an automount)

    Click on ConnectMeNow and then on the connection
    ls -l ~/MountPoints shows mountpoint (good)
    Icon on ConnectMeNow however still displays as unconnected (not good)

    Tools > Unmount All
    ls -l ~/MountPoints still shows mountpoint (unexpected)

    Settings > Share Definitions
    [Test Mount] button is enabled. Pressing it has no visible effect.
    Press Ctrl-Option-Cmd: I expect to see log options but nothing happens

    Reply

    Michael

  • Nov 26, 2023 - 8:21 PM - M. McMahon Comment Link

    Love the app – I saw something in your documentation that suggested that it might be possible to group the shares together (your “SMB All Shares” entry?  Can you provide any details on that, as I didn’t see it defined within the docs.

    Thanks for a great app!  I tried using the “Automation” when I first got my Mac and got nothing but frustrated :D

    Reply

    M. McMahon

    • Nov 27, 2023 - 5:20 AM - Hans - Author: Comment Link

      Great to hear that you like the app – that’s always good to hear! 

      As for your question; the current way of grouping in ConnectMeNow is just a visual thing (see figure 3 above, or this picture). So you can make a group for example for all the shares on a given server, or shares that serve a similar purpose or task, or of a certain type (eg. SMB, SSH etc).

      Not sure if that is what you meant? 

      Or are you referring to me having multiple shares on my QNAP, and having a share on my QNAP that holds these as well. Which would be a QNAP specific thing I do on my own setup (instructions can be found here).
      Note: This trick may work on most Linux based servers as well – but I haven’t tried that yet.
      So for my setup I can either map individual shares of my QNAP NAS, or just map the one share that links to all the other shares, which would be ideal in a home type setting or maybe for an admin.

      Reply

      Hans

      • Nov 27, 2023 - 8:40 PM - M. McMahon Comment Link

        the share tiering within your QNAP looked like something special you’d done within the program.  Great idea…I’ll have to see if I can re-organize my shares.  Thanks!

        Reply

        M. McMahon

        • Nov 28, 2023 - 11:33 AM - Hans - Author: Comment Link

          Yep, got tired of the sheer amount of shares haha … also: in some scenario’s copying or moving files from one share to another goes faster when using these symbolic linked shares. 😁 

          Reply

          Hans

  • Dec 4, 2023 - 1:55 AM - Philippe Comment Link

    ConnectMeNow 4.0.11 doesn’t restore the icons of the network drives on the desktop at the same position.(they have then to be manually repositionned).

    MacBook Pro M3 Pro 14” with external display 34”

    Sonoma 14.1.2

    Reply

    Philippe

    • Dec 4, 2023 - 6:17 AM - Hans - Author: Comment Link

      Hi Philippe!

      First of all: thank you very much for posting all the version info – well done, sincemost people forget doing that 

      As for icons on your Desktop:
      This is unfortunately not ConnectMeNow related, but completely controlled by Finder.

      macOS will create a file on your network share called “.VolumeIcon.icns” (starts with a dot, so it will be invisible in most situations) in which it stores the image and position (as far as I recall).  If your share, or this file (if it exists on yoru share) is read-only, then Finder will not be to write this file and always forget image and position.

      To see if that file is there, you can for example do this in Terminal (use “ls -al” to view all files). If it does exist and Finder does not store image and position then you may need to remove the existing file, just to make sure Finder creates a new one.

      Note: I use Blueharvest to prevent my Mac from placing unwanted macOS files all over my network drives and external (USB) drives. (excellent tool by the way) If you use this as well, then you will have to look for the option “Always keep custom icons for disks” under the “Network Disks” preferences, otherwise it will remove this file.

      Reply

      Hans

      • Dec 5, 2023 - 3:27 AM - Philippe Comment Link

        Hi,

        I use the following keys-combination to show invisible files:
        Command + Shift + Period

        to toggle DISPLAY or NOT DISPLAY invisible files.

        But nor in my desktop, nor in all mounted volumes, I could find a file “.VolumeIcon.icns”.

        Any other solution ?

        Reply

        Philippe

      • Dec 5, 2023 - 5:35 AM - Hans - Author: Comment Link

        The file should be on your Share(s) – it will not be on your dekstop.

        Say your share is mounted in /Volumes/Test, then try this in Terminal:

        ls -al /Volumes/Test

        The output may looks something like this:

        $ ls -al /Volumes/Test                                                                                                                        total 3848
        drwx------@ 1 hans staff 16384 Dec 4 13:05 .
        drwxr-xr-x 5 root wheel 160 Dec 5 12:01 ..
        -rwx------@ 1 hans staff 1588179 Dec 4 13:05 .VolumeIcon.icns
        drwx------ 1 hans staff 16384 Nov 30 11:00 .qpkg
        drwx------@ 1 hans staff 16384 Oct 2 10:36 Documents
        drwx------@ 1 hans staff 16384 Oct 29 20:59 Downloads (etc)

        If this file does not show, then this would explain why the icon image and position isn’t saved.

        To determine the needed filename, I did the “usual” steps to change the drive icon image, which may already be familiar to you:
        Select the drive icon, press Command+i (or right click the icon and select “Get Info”) to open the info window.
        Drag your preferred ICNS or PNG image file on the icon in the info window and wait until it shows there as well.
        If the image doesn’t change, then either the image file is not suitable or the “.VolumeIcon.icns” file cannot be saved on your network share for some reason.
        Note: I assume you have write access to your network share.

        Reply

        Hans

  • Dec 11, 2023 - 10:51 AM - Hans - Author: Comment Link

    UPDATE v4.0.12

    – Added: Option to place a group in a sub menu (feature request)
    – Added: Option to “hide desktop icon” (feature request)
    – Added: Option to “Open Log” straight from the main menu
    – Improved the “show raw data in log” option for more enhanced debugging
    – Bug fix: Menu would initially show incorrect menu items briefly at startup

    Reply

    Hans

    • Dec 12, 2023 - 2:35 AM - Guido Comment Link

      The words “detail” and “advanced” are very big & black and in front of all other signs when your Mac is using dark mode. Seems not so useful to me ;-)

      Reply

      Guido

    • Dec 12, 2023 - 3:29 AM - Hans - Author: Comment Link

      I am unable to reproduce that issue so I have no idea what that would look like since it looks perfectly normal on my Mac.
      Would you mind posting screenshots in the forum? I’ve started this topic for that purpose and posted what it looks like on my Mac.

      p.s.: I’m using ConnectMeNow 4.0.12, macOS Sonoma 14.1.2, Apple Silicon (M1).

      Reply

      Hans

  • Dec 12, 2023 - 7:36 AM - Daniel Comment Link

    A credential manager would be an extremely useful feature to implement. I use CMN for work and some of my password changes every 3 months. It would be very easy to change my password one time in CMN instead of once for each of my 30 connections.

    Reply

    Daniel

    • Dec 12, 2023 - 7:47 AM - Hans - Author: Comment Link

      Hi Daniel,

      interesting request – not sure how many people would need this.
      I’ll add it to my “idea” list since changing passwords frequently is not uncommon.
      I’ll have to think on how this would be done best.

      Tip for now:
      If you look in the INI file, you’ll see the passwords being encrypted.
      If you would replace those with a regular plain text password, then CMN would see this and encrypt them for you when saving the INI file again (when closing CMN).
      This way you could maybe do an easy search and replace if you indeed have that many shares with the same credentials.

      Reply

      Hans

  • Dec 12, 2023 - 12:36 PM - cucaracha2125 Comment Link

    Hi Hans,

    Before, I mentioned a configuration profile would be ideal for storing not just passwords but all settings on a Mac. So if an admin uses a MDM like JAMF, these settings could be easily distributed. FYI, config. profiles are available in AutoMounter. Cheers!

    Reply

    cucaracha2125

    • Dec 13, 2023 - 4:19 AM - Hans - Author: Comment Link

      I recall you mentioning this. 

      There are however two issues with that: 

      CMN is originally intended for use by regular [home] users, who most likely do not have a clue what these profiles even are.
      In all honesty: I do not even know much about how to use these profiles myself.

      Second of all, AutoMounter is a commercial product – AFAIK, $9.99 in the app store with in-app purchases for extra features.

      I’d be happy to learn a few new things, but please keep in mind that I’m doing all this in my spare time, for free, even though this “hobby” costs me about $2,500 a year (hosting, domain, Apple signing certificate, etc).

      So if there is a short and quick way (!) to teach me, and regular users, how to work with these profiles; then please let me know and I’ll try and see what I can do.

      Reply

      Hans

  • Dec 15, 2023 - 6:32 PM - cucaracha2125 Comment Link

    Hans,

    Configuration profiles are fairly easy to work with on a Mac. They can be individually installed and not just with a MDM, but maybe another idea would be to use import and export settings like Hazel by Noodlesoft. Hazel calls them rules though.

    https://www.noodlesoft.com/manual/hazel/work-with-folders-rules/manage-rules/import-rules/

    https://www.noodlesoft.com/manual/hazel/work-with-folders-rules/manage-rules/export-rules

    Reply

    cucaracha2125

  • Jan 3, 2024 - 6:30 AM - Ben (bensen9) Comment Link

    Great work thank you. I have a small bug that in the menu bar the server entries stay always grey even though shares are connected. Could this be some access rights on my system? 

    Here some details of my Version:

    Version: 4.0.12 (Build 52)

    OS: macOS Ventura

    Version 13.5.1 (Build 22G90)

    ARM (64 bits) application

    Thanks for your help, Ben

    Reply

    Ben (bensen9)

    • Jan 3, 2024 - 9:43 AM - Hans - Author: Comment Link

      Hi Ben,

      Not sure what you mean with “stay always grey”.
      Do you mean the icon in front of each share entry?

      Usually this means that the server URL, share path and sometimes even username may not line up with the entry in ConnectMeNow.

      If you execute “mount” in Terminal, you’ll see mounted shares at the end of the output. Probably something like this:

      //username@192.168.1.100/SomeSharePath on /Volumes/SomeSharePath (smbfs, nodev, nosuid, mounted by localusername)

      Where 

      username = share login username
      192.168.1.100 = the IP address (or network name) of your server or NAS
      SomeSharePath = the path on the server or NAS
      /Volumes/SomeSharePath = the path on your Mac where the share is mounted

      If you see discrepancies with the config in CMN for these 4 items, then CMN cannot identify them properly.

      Another user reported something similar (if I understood you correctly). See this forum topic. Please feel free to chime in there, as I’m trying to figure out what causes this issue, and if this is a CMN bug: how to fix it 

      Wishing you a great 2024 … without a CMN bug 

      Reply

      Hans

  • Jan 6, 2024 - 9:06 AM - Hans - Author: Comment Link

    Update 4.0.13

    – Bug fix: ConnectMeNow would not detect a connection if no slash was placed before remote path (thanks to Bensen9 for finding this one!)
    – Bug fix: Preferences window would align all the way to the left under certain conditions
    – Bug fix: Under certain conditions the log window would not show if the Preferences window wasn’t open.

    Reply

    Hans

  • Feb 18, 2024 - 5:36 AM - Tiago Comment Link

    Hey Hans,

    Tiago here! Don’t know if you remember me, but we’ve talked here before. Still using  your great application, thanks again for it!

    Quick question: is it possible to install v4 via Homebrew? I only seem to find v3 in the formulae.

    Thanks again,

    Reply

    Tiago

    • Feb 19, 2024 - 4:18 AM - Hans - Author: Comment Link

      Hi Tiago,

      unfortunately, the Homebrew formula was not created or added by me, and is also not maintained by me.

      Not sure how the procedure works to submit a new application for Homebrew.
      Sorry 😞 

      Reply

      Hans

    • Feb 19, 2024 - 4:24 AM - Hans - Author: Comment Link

      p.s. 2 formula may be needed since we now have an Intel version and an Apple Silicon version as well.

      Reply

      Hans

      • Feb 19, 2024 - 6:27 AM - Tiago Comment Link

        Hi Hans!

        Thanks for the reply.

        I did not know you were not responsible for the v3 package in Homebrew. I’m sorry for the assumption.

        If you consider trying it out, in this context I believe ConnectMeNow would probably be a `cask`. You can find some intro documentation and a complete manual in their website. It’s depends on a relatively small file that needs to be added to the Homebrew repository in GitHub.

        Besides the increased visibility (Homebrew is a popular package manager for OSX), this would deal with the issue of automatic updates without the need of extra expenses from your side. This also ensures that ConnectMeNow can be automatically installed with bootstrap scripts (which is what I am currently dealing with; thus my question hehehe).

        Regarding the architecture-dependent versions, I think this is solved in one of two ways. Either the installation command (e.g. `brew install –cask connectmenow4`) queries the version on run, (see this), or you have multiple versions, similar to casks like `qbittorrent` (check the “conflicts with version” section here).

        This is all, of course, assuming you are interested. No worries if it is too much work.

        In any case, thanks again,

        Reply

        Tiago

      • Feb 20, 2024 - 3:55 AM - Hans - Author: Comment Link

        No worries 😊 

        Increased visibility for my website would be great, but … it will also reduce visits to my website, since nobody would come back to check for updates.
        Not something I’d be happy about, since I can barely cover the hosting costs as it is, and only a very very very few folks are willing to send me a cup of coffee. So i really very strongly depend on my advertising revenue. For the longest time I was able to pay for it out of my own pocket, but these days I have to cut expenses significantly, I even had to downgrade my hosting plan.

        So for now, despite the great info you have provided (thank you!), I’m not very eager to write a Homebrew formula 😞  — I’m truly sorry about that.

        p.s. as for automatic updates, I’m debating if I should place ConnectMeNow in the Apple AppStore. For a small one time fee (the price of a cup of coffee?), one would enjoy the automatic updates through the store. Not sure how people would feel about that.

        Reply

        Hans

        • Feb 20, 2024 - 7:54 AM - Tiago Comment Link

          Hi again Hans!

          I see… I didn’t know the website revenue was the goal. In that case, forget what I said, I completely understand.

          At the same time, I would not be against the app being offered in the App Store. Installation through that route can also be automated.

          Depending on how much effort you’re willing to put on this, my suggestion would be to offer the app in the App Store for free, but lock some features behind a pro version. Most apps do that and is a great compromise; no one wants to pay for something they are not sure they will keep using for long. I know that is extremely helpful for students, for example.

          For the free version, you could limit the number of shares (e.g. max 5?
          10?) or the amount of customization (Auto Mount, custom Mount Path, the
          whole Advanced Options tab…?).

          Regarding price, I leave that up to you. I particularly like the DM’s Guild system, in which you can chose to put your products with a “pay what you want” price (vide my own example). But I don’t think the App Store has that option.

          If you end up choosing the App Store, just make sure the app is offered in all regions. There are apps I purchased with an account in one country, that are not offered in another. This leads to annoying situations.

          All the best,

          Reply

          Tiago

        • Feb 21, 2024 - 11:04 AM - Hans - Author: Comment Link

          Well, the goal is not to generate revenue, but more so: covering the expenses. 

          As for the price, I’m thinking a very low number, like only a few bucks . We will se how this develops.
          Obviously, those who have donated should get updates free. As you can see: some work needs to be done still 

          Reply

          Hans

          • Feb 22, 2024 - 3:45 AM - Tiago Comment Link

            Thanks for the reply Hans.

            If you do place it in the App Store, even if you manage to make people who have already donated get the Pro version (no idea how that’d be done, hehehe), you can be sure I’ll send you some bucks again with PayPal!

            Again all the best,

            Tiago

          • Feb 23, 2024 - 3:12 AM - Hans - Author: Comment Link

            Thank you Tiago!

            It’s very very very much appreciated! 
            I’ve been thinking about the App Store for a few years now and I will try to keep preventing from having to go that route.
            On that note: very much gratitude to those who have donated, even the smallest donations help!

            Hans

  • Mar 5, 2024 - 11:28 PM - adam Comment Link

    Hi

    love the program , one bug i have found

    if i use my FQDN for the server address for example (server.domain.com) in connectmenow4

    the ping will always return successful (even if i am not on that network / can not see that dns/server) ,if i run a ping to the same address in terminal it does fail as expected

    #user@MacBook-Pro-5 ~ % ping server.domain.com
    ping: cannot resolve server.domain.com: Unknown host

    however if i use the ip address for the server address 192.168.1.123

    then the ping will fail as expected in connectmenow4

    Version: 4.0.13 (Build 53)
    OS: macOS Ventura
    Version 13.4.1 (c) (Build 22F770820d)
    ARM (64 bits) application

    cheers

    Adam

    Reply

    adam

    • Mar 6, 2024 - 3:11 AM - Hans - Author: Comment Link

      Hi Adam!

      Wow! Excellent catch!
      And even better: I was able to reproduce the bug, and fixed it! 
      In the next release this bug fix will come along.

      Reply

      Hans

  • Mar 13, 2024 - 11:42 AM - Hans - Author: Comment Link

    UPDATE v4.0.14

    – Typo in tooltip Auto Menu Title “Share Type”. Thanks Jurre for reporting!
    – Bug fix ping function. Eg. server.example.com would be reported as pinged even if not available – thanks Adam for reporting! 

    Reply

    Hans

    • Mar 18, 2024 - 9:12 AM - Laurent Capitaine Comment Link

      Hello,

      With the new version, I could not mount SMB shares anymore. If I try to mount it manually (using the finder), it works, and connectmenow sees it as mounted in the menu.

      Log says that it was unable to ping server. When I test ping in the shares definition it also fails, even though macos is able to mount the share with the same address (with is simply the name of the server on my local network). I had to had “.local” after the server name to get it work, even though I did not change anything on my network. This was only useful for AFP shares.

      I tried to ping the server from the terminal with the “simple” address and it fails. But once mounted through the finder I get:
      “//user@server/share on /Volumes/share (smbfs, nodev, nosuid, mounted by user)” so the “server” address seems to be OK for SMB (and it was with the previous version).

      Maybe with the change in the ping function it is now too sensitive…

      Thanks for your work anyway, your software is awesome!

      Reply

      Laurent Capitaine

      • Mar 18, 2024 - 10:00 AM - Hans - Author: Comment Link

        Hi Laurent,

        thank you for reporting! Well, sorry to hear you’re running into an issue. And thank you for the compliment – good to hear you like CMN 

        Few questions, since I cannot reproduce this issue:

        1) Under Preferences do you have “Always require Ping before mount” enabled? If yes; does the mount work when disabled?
        2) Under Advanced Options (for a Share) do you have “Ping before mount” enabled? If yes: does it mount when unchecked?

        If either of these make a difference, or better said: have ping in both cases disabled, then I should probably introduce some pin fine-tuning.
        I’ve set it to quite fast, to make sure users do not get bothered by delays too much (eg. 1 single ping, within a very short time frame).

        As for adding the “.local“: I never had pinging a device based on just their network name, work under macOS.
        I always have to add “.local” even in Terminal.

        Read somewhere that it has to do with setting a domain name for your LAN – but I’ll admit that I never got this to work otherwise and gave up on it. Maybe I should read this Reddit post some time (too busy with other things at the moment, but maybe it helps).

        For example, my NAS is called “marvin” and I get this in Terminal:

        ~ $ ping marvin
        ping: cannot resolve marvin: Unknown host
        ~ $ ping marvin.local
        PING marvin.local (192.168.1.100): 56 data bytes
        64 bytes from 192.168.1.100: icmp_seq=0 ttl=64 time=0.263 ms
        ...
        Reply

        Hans

        • Mar 24, 2024 - 5:27 AM - Laurent Capitaine Comment Link

          Hello,

          Thanks for your quick answer!

          I tested with ping disabled before my first message, and it failed. But I missed the 2nd ping settings. So I made a new test with all ping settings disabled and it works. So it’s definitely the ping part that caused the change of behavior.

          I guess that the previous ping test was not working properly so it passed even though the address was not correct… That’s the change with the new version that surprised me.

          By the way I have the same behavior than you when I ping from command line (which I think is normal), but the odd thing is that SMB mount works without the .local suffix at system level.

          I had a look at the reddit post, and as I’ve understood it needs a configuration on the router side that mine does not support. Seems I’ll have to live with .local suffixes :-)

          Reply

          Laurent Capitaine

          • Mar 25, 2024 - 6:07 AM - Hans - Author: Comment Link

            Tinkering with some Linux tools, I did notice that “.local” is use there as well. Oh well, like you said: looks like we have to live with .local 

            I will change the ping settings in the next release. Right now it is set to 1 ping, with a 1 second wait. Maybe this is a to short for certain environments.
            Glad to see you’ve got things to work though, even though ping isn’t being used. 

            Hans

  • Mar 25, 2024 - 4:38 AM - Stefan Beickler Comment Link

    Hello,

    when connecting the network drives via ConnectMeNow, 

    they are not displayed on the desktop. If I connect the drives manually, they are displayed on the desk. 

    My OS Sonoma 14.3.1 Mac Mini M2Pro.

    Reply

    Stefan Beickler

    • Mar 25, 2024 - 6:05 AM - Hans - Author: Comment Link

      Hi Stefan, sorry to hear you’re running into an oddity.

      I’m using CMN on my M1 Macbook Pro running Sonoma 14.3.1, ARM64 version, and it does show mounted drives on the desktop.
      I cannot reproduce this issue. Just to make 100% sure, I tested it just now with both mount styles for SMB (assuming you’re talking about SMB): System Call (API) and Commandline – both show an icon on the desktop on my Mac.

      Normally I’d say check the Finder settings, but your manual mount is displaying the icons, so that’s not it.
      (for reference other users: Finder -> Settings -> General -> Connected Servers is not checked)

      The other cause could be that you have “Hide Desktop Icon when Mounted (Finder)” checked in the share definition.
      If you’ve played with this, you could try toggling it on/off to see if it makes a difference?

      (just a first attempt to see if I can help)

      Reply

      Hans

  • Mar 27, 2024 - 5:16 AM - Jan Comment Link

    Hi and thank you for your great work on this. 

    I just noticed that fuse-t mounts work, replacing macfuse mounts, but then are not recognized as mounted.

    With Apple deprecating kernel extensions it looks like a promising alternative. (https://github.com/macos-fuse-t/fuse-t)

    I just made the switch, and so far, it has worked like a charm, and seems like a good kext free replacement for macfuse.

    Any idea why ConnectMeNow shows the share as unmounted even though it successfully mounted it?

    Cheers, Jan

    Reply

    Jan

    • Mar 27, 2024 - 11:33 AM - Hans - Author: Comment Link

      Hi Jan,

      first of all … thank you for the coffee – it is very much appreciated! 

      That looks like a great find – I should try and see if it this is a worthy alternative for some Paragon (extFS and NTFS) tools that I use.

      As for detecting if it’s mounted or not: What does the “mount” (Terminal) output show?

      Reply

      Hans



Your Comment …

Do not post large files here (like source codes, log files or config files). Please use the Forum for that purpose.

Please share:
*
*
Notify me about new comments (email).
       You can also use your RSS reader to track comments.


Tweaking4All uses the free Gravatar service for Avatar display.