munky261
|
2008-03-21
, 18:26
|
|
Posts: 1,674 |
Thanked: 171 times |
Joined on Mar 2007
@ Anderson, IN
|
#71
|
|
2008-03-21
, 20:38
|
Posts: 751 |
Thanked: 522 times |
Joined on Mar 2007
@ East Gowanus
|
#72
|
i tried making the symbolic link but its still downloading to the youtube folder in the canola directory... any ideas?
open an x-term shell: you are in your home direcory now.
cd .canola/youtube
create a new youtube-temp-directory, e.g. on /media/mmc2:
mkdir /media/mmc2/youtube-temp
now the "crucial part": this one deletes your normal canola temp-dir
rm -r videos
and now we create a symbolic link called "videos" which points to our newly created temp dir:
ln -s /media/mmc2/youtube-temp videos
(in caps this would be LN not 1N)
after this you should be able to do a
cd videos
echo 1 > 1
and if you open your filemanager and go to the folder in which the youtube temp-files should be stored (internal mem. card/youtube-temp)
you should see a very small file called "1" now.
Delete it, as we don't need it anymore and test your youtube videos...
To revert this change:
=================
open an x-term shell: you are in your home direcory now.
cd .canola/youtube
rm videos
mkdir videos
this will only delete the *link*, so your "new" youtube-temp directory is still there and can be deleted.
|
2008-03-21
, 20:45
|
Posts: 225 |
Thanked: 59 times |
Joined on Jul 2007
|
#73
|
|
2008-03-21
, 21:01
|
|
Posts: 230 |
Thanked: 35 times |
Joined on Mar 2007
|
#74
|
|
2008-03-21
, 21:15
|
|
Posts: 1,674 |
Thanked: 171 times |
Joined on Mar 2007
@ Anderson, IN
|
#75
|
|
2008-03-22
, 02:07
|
|
Posts: 1,412 |
Thanked: 594 times |
Joined on Aug 2005
@ Recife, Brazil
|
#76
|
|
2008-03-22
, 03:16
|
|
Posts: 1,674 |
Thanked: 171 times |
Joined on Mar 2007
@ Anderson, IN
|
#77
|
|
2008-03-22
, 12:18
|
|
Posts: 1,412 |
Thanked: 594 times |
Joined on Aug 2005
@ Recife, Brazil
|
#78
|
|
2008-03-22
, 15:11
|
|
Posts: 566 |
Thanked: 145 times |
Joined on Feb 2008
@ Tallahassee, FL
|
#79
|
|
2008-03-22
, 15:18
|
Posts: 1 |
Thanked: 0 times |
Joined on Mar 2008
|
#80
|