Skip to main content

All Questions

Tagged with
1 vote
0 answers
629 views

MacOS Catalina: Extend APFS Volume

Following is the result of diskutil list command: I want to extend disk0s2 to take up available space (29GB) since I have 128GB SSD and I have deleted container disk of size 29GB. I tried with disk ...
idrisjafer's user avatar
0 votes
0 answers
479 views

Fake a mount to local folder

Every so often I need to locally debug Groovy scripts that write files to a subfolder in /mnt on the server. Is there a way to fake this mount on my local machine to another folder (in /tmp) so that I ...
Koen's user avatar
  • 225
6 votes
3 answers
2k views

How to find firmlinks

macOS Catalina introduces "firmlinks" to the APFS filesystem. Is there a way via a CLI tool to determine whether /Users is a firmlink and where it is firmlinking to? I'm looking for something similar ...
michaelt's user avatar
7 votes
1 answer
7k views

How to create a firm link in latest APFS

I'm running the macOS beta for Catalina (10.15) and I'm trying to find out how to create a firm link. (Not a hard link, soft link, alias or anything like that.) The WWDC keynote mentions a new feature ...
der_michael's user avatar