Ubuntu make symbolic link between new folder in Home to existing folder
Posted
by
Fath
on Super User
See other posts from Super User
or by Fath
Published on 2011-01-11T12:08:29Z
Indexed on
2011/01/11
12:55 UTC
Read the original article
Hit count: 270
ubuntu
|symbolic-link
Hello,
To the point. I have Ubuntu Maverick running on my Lenovo G450. Before, it was Windows 7. All my data are inside another partition, its NTFS.
FSTAB line to mount that partition :
/dev/sda5 /data ntfs auto,users,uid=1000,gid=1000,utf8,dmask=027,fmask=137 0 0
Inside /data there are folder Musics, Graphics, Tools, Cores, etc.
If I'm about to create new folder, let see, GFX on /home/apronouva/GFX and make it link or pointing to /data/Graphics, how do I do that ?
So when I open /home/apronouva/GFX the content will be the same as inside /data/Graphics .. and whatever changes I made inside GFX, it will also affect /data/Graphics
I tried : $ ln -s /data/Graphics /home/apronouva/GFX
it resulted : error, cannot make symbolic link between folder
Thanks in advance,
Fath
© Super User or respective owner