Hi guys,
Firstly apologies becuase I know this has been discussed to death, but I simply cannot find the solution!= after an extensive search!
I have two user accounts that I want to share the following folders and files between (I want my wife to have her own log in so she can post to facebook direct etc in the future and get her own email, but we have no need to maintain separate files in general), and have them easily accessible to both users:
- Documents
- Pictures
- Movies
- Music
- Downloads
To do this , I have created a separate partition on my SSD that I will use for files only. This is called 'Shared Documents'.
I have tried using symlinks to redirect to the same named folders on 'Shared Documents' and this works ok. I have used the following commands for example on the Downloads folder from the current user Home folder:
sudo rm -rf ~/Downloads
ln -s /Volumes/Shared*Documents/Downloads Downloads
The problem I have is that I want to maintain the finder sidebar links and the same icons as the default user folders uses. When i run the RM command, as well as removing the current folder in the user home it also removes the sidebar link and icon.
Is there any way to have the sidebar link direct to the new folder WITHOUT losing the sidebar link and icon in the first place?
Any help is greatly appreciated!
Firstly apologies becuase I know this has been discussed to death, but I simply cannot find the solution!= after an extensive search!
I have two user accounts that I want to share the following folders and files between (I want my wife to have her own log in so she can post to facebook direct etc in the future and get her own email, but we have no need to maintain separate files in general), and have them easily accessible to both users:
- Documents
- Pictures
- Movies
- Music
- Downloads
To do this , I have created a separate partition on my SSD that I will use for files only. This is called 'Shared Documents'.
I have tried using symlinks to redirect to the same named folders on 'Shared Documents' and this works ok. I have used the following commands for example on the Downloads folder from the current user Home folder:
sudo rm -rf ~/Downloads
ln -s /Volumes/Shared*Documents/Downloads Downloads
The problem I have is that I want to maintain the finder sidebar links and the same icons as the default user folders uses. When i run the RM command, as well as removing the current folder in the user home it also removes the sidebar link and icon.
Is there any way to have the sidebar link direct to the new folder WITHOUT losing the sidebar link and icon in the first place?
Any help is greatly appreciated!