10 TB NAS-Drive that keeps connected until I decide to disconnect or put Mac to sleep?

I am planning to buy a NAS Drive 10 TB RAID-1 to store all my files. I want it to be connected via Ethernet as a Volume, not USB or anything alike. Now, I know servers on a Mac disconnect from time to time, which is time-consuming and will always interrupt processes, such as batch processes, or backup services.


Can anyone give a hint on how to solve this seamlessly?

Also, any suggestions as to which NAS 2-Bay RAID-1 I could opt for?

(E.g. I read that WD My Cloud is not mounting as volumes, besides making noises like a sub-woofer...)


Thanks for your help you all.

Ronen

MacBook Pro 15″, 11.7

Posted on Oct 23, 2022 9:34 AM

Reply

Similar questions

5 replies

Oct 23, 2022 10:20 AM in response to Ronen 1957

FWIW, I have a Synology NAS which is connected to my local network by Ethernet. I wrote a simple AppleScript that runs at login, to mount it on my Mac's Desktop. That way, the NAS stays available.


That script goes something like the following:


try

mount volume "smb://<NASname or IP address>/<Sharename>" as user name "<username>" with password "<share password>"

end try


To mount the NAS at user logon, then compile the above script as anapplication. To do so, from the Script Editor's menu bar, hold down the option key, and then, click on File > Save As... Change the File Format to: Application, and then, click on Save.


Then add this application to the user account's Login Items via System Preferences > Users & Groups > Login Items

Oct 23, 2022 8:03 PM in response to Ronen 1957

So far, regardless on what I'm doing on my Mac ... or not doing and it goes to sleep, When waking it up, the NAS is still mounted on the Desktop and accessible. Is it 100% foolproof? No guarantees there, but by adding the script to the macOS menu bar, it's readily available to run should I need it.


To add it:

  1. Launch the Script Editor in /Applications/Utilities.
  2. From the Script Editor's menu bar, select Script Editor > Preferences
  3. Enable the option "Show Script menu in menu bar"

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

10 TB NAS-Drive that keeps connected until I decide to disconnect or put Mac to sleep?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.