View Single Post
Posts: 6 | Thanked: 0 times | Joined on Mar 2008
#126
Originally Posted by briand View Post
Neil -- no problem.

Let's say you want to make your youtube video directory on your external SD card (/media/mmc1):

mkdir /media/mmc1/youtube

this will create the directory. Now, we'll move the already collected files in your canola youtube directory there:

mv /home/user/.canola/youtube/videos/* /media/mmc1/youtube/

that'll put everything you've collected so far into the new directory. Now that the directory is empty, you can remove it:

rmdir /home/user/.canola/youtube/videos/

now, just create the link:

ln -s /media/mmc1/youtube/ /home/user/.canola/youtube/videos/

when you next start up canola, it'll find all the stuff you've previously saved there, in the new directory.
what i am doing wrong here?

~ $ mkdir /media/mmc1/youtube


~ $ mv /home/user/.canola/youtube/videos/* /media/mmc1/youtube/


mv: cannot preserve ownership of '/media/mmc1/youtube/2tX1bnhhi4I.flv': Operation not permitted


mv: cannot preserve ownership of '/media/mmc1/youtube/2tX1bnhhi4I.flv.downloaded': Operation not permitted


mv: cannot preserve ownership of '/media/mmc1/youtube/2tX1bnhhi4I.flv.saved': Operation not permitted




~ $ rmdir /home/user/.canola/youtube/videos/


~ $ In -s /media/mmc1/youtube/ /home/user/canola/youtube/videos/


-sh: In: not found