Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

00abadir

macrumors newbie
Original poster
Jul 18, 2015
10
0
Hi
Ok so i have an idea that would make my life a lot easier (im very lazy). So i bought an external usb drive for extra storage. It pops up as an external drive would, but im wondering if i can somehow get the folder inside the drive to show up on the desktop as if they were on the internal drive but be stored on the external drive. Am i crazy or is there a way.
I hope i explained what im trying to do well.
Thanks
 
Hi
Ok so i have an idea that would make my life a lot easier (im very lazy). So i bought an external usb drive for extra storage. It pops up as an external drive would, but im wondering if i can somehow get the folder inside the drive to show up on the desktop as if they were on the internal drive but be stored on the external drive. Am i crazy or is there a way.
I hope i explained what im trying to do well.
Thanks

  1. Mount the hard drive.
  2. Open a finder window, browse to the mounted hard drive.
  3. Open the Terminal application in Applications/Utilities folder.
  4. In the terminal app window enter:
    • cd ~/Desktop
    • ln -s /Volumes/<hard drive name>/<folder>

So lets say that the hard drive is mounted as HardDriveA and you want to use the folder named FolderA that is stored on the external hard drive:
  1. In the terminal app window enter:
    • cd ~/Desktop
    • ln -s /Volumes/HardDriveA/FolderA .
So now you would have a link to HardDriveA/FolderA on your desktop. It would remain on your desktop even when you unmounted the hard drive but it would not be accessible. Whenever you mounted the hard drive, double click on FolderA and a finder window would open and show you the content of the HardDriveA/FolderA.
 
  • Like
Reactions: 00abadir
  1. Mount the hard drive.
  2. Open a finder window, browse to the mounted hard drive.
  3. Open the Terminal application in Applications/Utilities folder.
  4. In the terminal app window enter:
    • cd ~/Desktop
    • ln -s /Volumes/<hard drive name>/<folder>
So lets say that the hard drive is mounted as HardDriveA and you want to use the folder named FolderA that is stored on the external hard drive:
  1. In the terminal app window enter:
    • cd ~/Desktop
    • ln -s /Volumes/HardDriveA/FolderA .
So now you would have a link to HardDriveA/FolderA on your desktop. It would remain on your desktop even when you unmounted the hard drive but it would not be accessible. Whenever you mounted the hard drive, double click on FolderA and a finder window would open and show you the content of the HardDriveA/FolderA.
Thanks you it worked perfectly.
Thanks for the Help
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.