|
2008-03-22
, 18:55
|
|
Posts: 566 |
Thanked: 145 times |
Joined on Feb 2008
@ Tallahassee, FL
|
#92
|
|
2008-03-22
, 19:10
|
Posts: 225 |
Thanked: 59 times |
Joined on Jul 2007
|
#93
|
|
2008-03-22
, 19:36
|
|
Posts: 566 |
Thanked: 145 times |
Joined on Feb 2008
@ Tallahassee, FL
|
#94
|
|
2008-03-22
, 20:02
|
Posts: 197 |
Thanked: 4 times |
Joined on Jan 2007
|
#95
|
Hey, briand's instructions are backwards.
You typed this:
ln -s /home/users/.canola/youtube/videos/ /media/mmc1/youtube/
You need to type this:
ln -s /media/mmc1/youtube /home/users/.canola/youtube/videos
I didn't catch it that those instructions were backwards.
The format is:
ln -s <source> <destination>
desiv
|
2008-03-22
, 20:14
|
Posts: 225 |
Thanked: 59 times |
Joined on Jul 2007
|
#96
|
|
2008-03-22
, 20:23
|
Posts: 197 |
Thanked: 4 times |
Joined on Jan 2007
|
#97
|
Yes, there are spaces, they just don't show up well because of the fonts.
I'm thinking maybe a bad mv earlier might have done something.
I know you don't want to, but you''re going to have to do some ls's to find this out.
Let's start with:
ls /home/users/.canola
And see if there is a youtube directory there.
If not, try the same with "user" instead of "users".
desiv
p.s "ls" can be your friend. :-)
|
2008-03-22
, 20:26
|
Posts: 225 |
Thanked: 59 times |
Joined on Jul 2007
|
#98
|
|
2008-03-22
, 20:34
|
Posts: 225 |
Thanked: 59 times |
Joined on Jul 2007
|
#99
|
grr... okay. sorry about that. i was working from memory, and apparently suffered an internal segfault.
|
2008-03-22
, 21:00
|
Posts: 197 |
Thanked: 4 times |
Joined on Jan 2007
|
#100
|
ls /home/users/.canola/youtube/videos -al
I know, it's something that's off the wall and never been suggested before, but humor me.
:-) :-)
desiv