Dai
Tue Apr 03, 2012 7:51:05 am
ln -s /media/'harddrive name'/Linux/name/Videos /home/name/Videos/
If you have an external hard drive it some times quite convinient to create a mirrored backup system. Basically creating a copy of th efolder structure in your home folder. I find it quite convinient to put a soft link in ecah foler for instance a soft link of Document folder on external hard drive in Documents folder so I can just drag and drop as I go. I do this with a few other folders such as music as well.
ln -s /media/'My Book'/Linux/dai1/Downloads /home/dai/Downloads/
ln -s /media/'My Book'/Linux/dai1/dwhelper /home/dai/dwhelper/
ln -s /media/'My Book'/Linux/dai1/Graphics /home/dai/Graphics/
ln -s /media/'My Book'/Linux/dai1/Pictures /home/dai/Pictures/
ln -s /media/'My Book'/Linux/dai1/Videos /home/dai/Videos/
Just thought I would pass this tip on.
If you have an external hard drive it some times quite convinient to create a mirrored backup system. Basically creating a copy of th efolder structure in your home folder. I find it quite convinient to put a soft link in ecah foler for instance a soft link of Document folder on external hard drive in Documents folder so I can just drag and drop as I go. I do this with a few other folders such as music as well.
ln -s /media/'My Book'/Linux/dai1/Downloads /home/dai/Downloads/
ln -s /media/'My Book'/Linux/dai1/dwhelper /home/dai/dwhelper/
ln -s /media/'My Book'/Linux/dai1/Graphics /home/dai/Graphics/
ln -s /media/'My Book'/Linux/dai1/Pictures /home/dai/Pictures/
ln -s /media/'My Book'/Linux/dai1/Videos /home/dai/Videos/
Just thought I would pass this tip on.