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

strausd

macrumors 68030
Original poster
Jul 11, 2008
2,998
1
Texas
Hi, so I know it is possible to move a users home folder which includes the dekstop. But would it be possible to only move the desktop to another drive? If so, how would you do that?

Thanks!
 

ScoobyMcDoo

macrumors 65816
Nov 26, 2007
1,188
37
Austin, TX
No guarantees, but you could try this: Open a terminal and type

cd ~
mv Desktop /path/to/your/other/drive
ln -s /path/to/your/other/drive/Desktop ./Desktop
 

Mal

macrumors 603
Jan 6, 2002
6,252
18
Orlando
No guarantees, but you could try this: Open a terminal and type

cd ~
mv Desktop /path/to/your/other/drive
ln -s /path/to/your/other/drive/Desktop ./Desktop

Your last line should read:
Code:
ln -s /path/to/your/other/drive/Desktop ~/Desktop

Not sure where the ./ came from.

jW
 

biker joe

macrumors newbie
Aug 9, 2010
9
0
Has this worked for anyone. I'm trying to do the same thing and it is not cooperating! I've also tried typing in terminal:

ln -s /Volumes/Master/Desktop Desktop

I am trying to move my desktop folder to my data drive (called Master). I thought this was a way to basically tell the official desktop folder to go look into my created Desktop folder on my Data drive. Unfortunately it is not working. Any ideas???
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.