Results 1 to 4 of 4
In gnome, how do I create a link to my second hardrive on my desktop?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-22-2006 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 16
Creating hardrive link
In gnome, how do I create a link to my second hardrive on my desktop?
- 06-22-2006 #2
You can create a symlink for it in the ~/Desktop/ directory.
Something like :
(/mnt/your_hard_drive being the mount point of your hard drive)Code:cd ~/Desktop ln -s /mnt/your_hard_drive
would work well."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 06-22-2006 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 16
Having done that, how can I change the permissions of this link so that I can drag and drop files into it? I've noticed that there is a little padlock thing one the icon which has something to do with it.
- 06-22-2006 #4You don't change permissions on a link. You change permissions on the original directory, or you change the mount options. A link is a link, nothing more.
Originally Posted by Rick069
How do you mount the drive? Which filesystem do you use? Does the user has permissions to write to it?"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote
