Hello,
I have now 2 disks in my MBP (SSD + HDD in Optibay). I want to use the HDD for data only storage and I would like to mount the disk in the folder
So I created the dir and mounted the partition manually to test it :
It works but there is a little annoyance:
I open Finder and go to my Home dir. Now I enter the Data directory where my partition is mounted. First, the sidebar does not show now that I'm in my user directory. Now if I want to step one level up using Cmd + UpArrow, I do not go back to my home folder as expected but to a list of all my disks.
Is there a way to fix that ?
I have now 2 disks in my MBP (SSD + HDD in Optibay). I want to use the HDD for data only storage and I would like to mount the disk in the folder
Code:
~/Data
So I created the dir and mounted the partition manually to test it :
Code:
sudo mount_hfs /dev/disk1s2 /Users/me/Data/
It works but there is a little annoyance:
I open Finder and go to my Home dir. Now I enter the Data directory where my partition is mounted. First, the sidebar does not show now that I'm in my user directory. Now if I want to step one level up using Cmd + UpArrow, I do not go back to my home folder as expected but to a list of all my disks.
Is there a way to fix that ?