I'm having a MacBook 13" with MACOS X 10.6.8.
Up to now I had a separate data partition called /Volumes/Data and a partition for the OS, user folders, etc. /Volumes/System
I want to merge the 2 partition into one and integrate the "Data" directory into the home directory of my user account and have system and data on one partition.
- I wonder how I could do that without breaking all the applications, scripts, aliases and things which are referring to the path /Volumes/data
Would it be sufficient to move it into ~/data and then create a symbolic link named "data" in the /Volumes/ directory? Or is there another way to create a "virtual volume" which points to the path in my home directory?