How To Access System Storage On Mac

java-free
10 min readMar 27, 2021

>>>DOWNLOAD HERE<<<

As a user that wants to make their NAS (Network Attached Storage) system available as a home server online, you face a core problem with IPv4-based networks. Unlike the new standard IPv6, the fourth version of this widely-distributed internet protocol is characterized by a strict separation of public and private address space. Your router is used as a mediating authority. Modern devices offer functions that compensate for the lack of end-to-end connection. However, several configuration steps are necessary.

https://fiber-free.mystrikingly.com/blog/moneywiz-2-0-3-personal-finance-solution. A further hurdle is that your internet service provider (ISP) regularly disconnects automatically: home networks are usually connected to the internet through randomly-assigned IP addresses that change daily. But how do you access a network if its address is constantly changing? Here is the answer.

Find the feature Click on the Apple icon then About This Mac, and then click the new window’s Storage tab. This shows categorised breakdowns of used space on your Mac’s directly attached storage. Start your mac in Safe mode by holding the shift key before the power key 2. Check your storage About This Mac/Storage etc.

  1. Set up remote access for your network storage in three steps

Basics: public and private IP addresses

Public and private addresses are kept separate since this acts as a reliable protection mechanism. Local devices on a home or company network are protected from unauthorized access to the internet. A major disadvantage, however, is that desired access is only possible with the correct router configuration, which is used as a link between the two address ranges.

  • Public IP addresses: each router is assigned a public IP address from the respective ISP and this address connects the router to the internet and serves as a sender address for server requests. The public IP is usually dynamic for private users and most online businesses. This means that the address is randomly assigned to the router and only lasts for a certain period of time (around 24 hours). Since remote access from the internet requires a static address, methods such as dynamic DNS (DDNS) have been established and provide a way of linking dynamic IP addresses to unchangeable domains.
  • Private IP addresses: if you look at the structure of a Local Area Network (LAN) that connects different devices to a home or company network, you can also find IP addresses there. However, these are used exclusively for internal communication in the LAN, are automatically allocated by a DHCP server (Dynamic Host Configuration Protocol) on the router, and connect the individual hardware components of the network such as PCs, tablets, smartphones, or home servers. These addresses are sometimes called LAN IPs. Since private IP addresses are not routable, it isn’t possible to obtain direct access to the IPv4 address of your network storage from the internet. Instead, the router (which is the only instance of the LAN to have a public IP address), must be configured in such a way that access to the NAS system is redirected to its private LAN IP. This works best when network devices acting as servers are assigned a static LAN IP address.

If a device from the LAN is to interact with the internet, this is done exclusively via the router. This accepts server requests (e.g. when a website is accessed) from the local network and sends them with its own public IP address to the corresponding destination on the world wide web. If a data packet is returned as a response to the request, the router ensures that this is redirected to the original client in the LAN. With IPv4, the distribution of IP packets in the local network is carried out via a component of the router known as NAT (Network Address Translation).

However, if a router registers incoming data packets that have not been explicitly requested by a device on the LAN, they are immediately discarded for security reasons. This also applies to external access to the network storage, provided that no port forwarding has been configured for this kind of access.

Set up remote access for your network storage in three steps

Three steps are essentially needed to overcome the hurdles described above so that you can make your network storage accessible on the internet. These are: determine the internal IP address of your NAS system, open appropriate ports for access from the internet, and use DDNS to ensure that your router remains accessible for requests from the internet despite the public IP address changing.

1. Determine the fixed IP address for the NAS system

The internal IP addresses of your network are assigned by the DHCP server of your router. Generally, each network device receives the same IP address. To do so, your router permanently stores the MAC address of the network device together with the first assigned IP. Allocating dynamic IP addresses within the local area network is normally only done when your home or work network has more network devices than IP addresses on the router.

To determine the IP address of your NAS system, you have to look it up in the network settings of your computer. In Windows, go to ‘Control Panel’, click on ‘Network and Sharing Center’, then click on ‘Change Adapter Settings’. Right-click on the network connection icon and click ‘status’. Click the ‘Details’ button in the window that pops up. Another screen will then appear which will reveal the IP address of your computer, which is also the same IP address as your NAS device. If your NAS system is on a corporate network whose network devices exceed the number of internal IP addresses available on your router, it is advisable to explicitly prohibit the assignment of a new IP address for your network storage. This should be possible in the configuration interface of your router.

2. Open ports for remote access

A pre-requisite for remote access to your network storage is that you configure the firewall on your router so that it allows certain requests from the internet.

A packet filter works on your router in order to protect your home network from unwanted access attempts. In the default configuration, this packet filter only lets data packets through that have been requested by devices on your LAN. On the other hand, if you are on the go and want to access your NAS system to download data or to save them on the network storage, you have to define the exceptions — even these access attempts aren’t initiated internally and would otherwise be rejected by the router for security reasons. If you open the firewall for certain services such as FTP (File Transfer Protocol) or SSH (Secure Shell) this is known as port forwarding. You set this in the administration interface of your router. To do this, open the appropriate port for the desired service (e.g. FTP) and set up a redirect to the NAS system.

Modern network storage systems usually have an integrated FTP server, which — as long as it’s connected to the internet — can answer requests from FTP client programs such as FileZilla or WinSCP, thus enabling a convenient data exchange with various devices.

Theoretically, there are 65,536 ports available for network communication. Of these, ports 0 until 1023 have been reserved by the IANA (Internet Assigned Numbers Authority) as default ports for specific protocols or applications. The FTP server of your router, for example, generally accepts requests from the internet on port 21. To allow this, you must open the corresponding port on the surface and set up a redirect for incoming data packets to the network storage’s fixed LAN IP. For this purpose, you need to specify four settings in the administration interface of your router under the menu item ‘Port forwarding’ or ‘Port mapping’, depending on the router:

  • The router’s port that is to be opened (known as ‘Public Port’ , ‘External Port’, or ‘Inbound Service’, depending on the device and manufacturer)
  • The private IP address of the network device to which data packets are to be redirected (also ‘Private IP’ or ‘Internal IP’)
  • The port on which the network device is to receive the data packets (‘Private Port’ or ‘Internal Port’)
  • The protocol type to be used for data transmission (‘Type’)

To allow the FTP server of your NAS system to communicate via the internet, specify port number 21 for both the public port on the router, and the private port on the network storage. For the private IP address, use the fixed LAN IP that you determined in step 1 for your network storage. This instructs your router to automatically redirect requests and data packets from the internet that arrive at port 21 to your network storage’s port of the same name. However, to enable an interaction like this, client devices on the internet must know the address of your router. In step 3, therefore, it is important to define a consistent contact address.

3. Set up a dynamic DNS service

A dynamic DNS provides a proven method of making a router permanently accessible over the internet. This is an intermediary service, which is often offered free of charge by various providers on the internet. To use a dynamic DNS, register with a DDNS provider and set up a kind of pseudo-domain, which automatically redirects all requests to the current dynamic IP address of your router. The basic principle is the following: whenever your router is assigned a new dynamic IP address by the ISP, the router automatically reports the change of address to the DNS service. The current dynamic IP address is linked to the static pseudo domain. In order to access your network memory via the internet, you only need to know the static internet address and not the IP address that changes daily.

Related articles

In this article, we look at how to access the System folder and what you can modify within System Preferences, which is not hidden and contains valuable tools and ways to make changes within your Mac.

How to access the System folder

How To Access System Storage On Mac

Apple prefers to hide folders that could be at risk from viruses and cyber-attacks. Not only that but if an inexperienced Mac user were to make a mistake — or delete something important — native or downloaded (third-party) applications could stop working. Therefore, it is safer if certain folders, such as the Library and/or System folder, remain hidden.

However, there are times when you need to access these folders. Maybe an app is misbehaving, so one way to solve this problem is to “Delete the application’s plist,” which is only possible with access to the System folder or Library. Within these folders, you benefit from complete control and can modify settings or clear out cache files.

Access the System folder using Terminal

How to access system storage on mac computer

However, if you would prefer doing this the manual way, here is how you can access the System folder:

  1. Launch Terminal; which you can find in /Applications/Utilities
  2. Enter this command in Terminal: chflags nohidden ~/System
  3. (If nothing shows up under that name, try /Library as an alternative)
  4. Click Return. Make sure the command is executed.
  5. Quit Terminal. The System folder should be visible in the Finder.
  6. If you ever want to restore this to how it was before, enter the following command in Terminal: chflags hidden ~/System
  7. Click Return again, and it should be back to how it was.

How to see Mac system files in Finder

Only attempt this method if you are comfortable using Terminal and have used it before. This method will make the folder permanently visible, so if you’d prefer it was only temporary, there is another way — for those using Mac OS X (or macOS) Mavericks and later.

  1. Open a Finder window and go to your Home folder.
  2. Within the Finder menu, click View > Show View Options.
  3. Place a checkmark next to Show System or Library Folder.

How To Access System Storage On Mac Os

And that should give you quick temporary access to the System folder. However, you may need to do that again after accessing it as Apple prefers to keep this hidden.

Pro Tip: If you’ve previously used iPhoto — but are now using Photos on your Mac — you could have duplicate iPhoto libraries. You could be amazed at how much space you could save.

How to access System Preferences?

Now, if you aren’t looking for complete control of the apps on your Mac, there is another way to modify how everything operates. Wild magic read online.

  1. Go to the Apple Menu.
  2. Find System Preferences. Or you can access this through Siri, Finder, or the Applications Folder.
  3. Within System Preferences, you can make a wide range of top-level system changes without needing to access anything hidden through Terminal or the Finder.

How To Access System Storage On Macbook Air

With this level of behind-the-scenes access, you can make improvements to the performance of your Mac. Delete apps that take up too much space. Customize how your macOS looks. If your Mac isn’t performing as well as you would like, gaining access to System and Library folders is one of the best ways to regain the speed and efficiency you once enjoyed.

Two more tricks to unlock Mac system folders

There’s a special keyboard shortcut that displays the protected folders in Finder. All you need to do is to press:

Shift + Command + Period character

This immediately reveals the semi-transparent folders that are normally restricted for access. Repeat the combination to undo the operation.

View Mac System folder with CleanMyMac X

How To Check Storage On Mac

Another way to unlock the hidden space is to download the tool I often recommend, CleanMyMac X. It has the so-called Space Lens feature that builds the interactive map of your storage. You will see lots of folders you rarely get to visit, like Movies, Application cache, etc.
Download the app’s free edition here.
Now you can explore the space ‘bubbles,’ zoom on hidden files and folders, and delete them right on the spot. A good way to free up space when you need it. Here is the System Folder as viewed from the Space Lens:

Now you know everything about finding the System folder on a Mac. I hope you’ll find this article helpful.

>>>DOWNLOAD HERE<<<

--

--