Using cp with the ipod


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Using cp with the ipod
# 1  
Old 09-13-2004
Using cp with the ipod

I've discovered the folder(directory..?) on the ipod
/Volumes/iPod/iPod_Control/Music

where all the muisic is kept.

so i type:

cp /Volumes/iPod/iPod_Control/Music ~/MusicFolder

nothing happens.

Help?
# 2  
Old 09-13-2004
user -R option with cp
# 3  
Old 09-13-2004
how do i do that?
# 4  
Old 09-13-2004
cp -R /Volumes/iPod/iPod_Control/Music ~/MusicFolder


But u should have permission to copy from /Volumes file system ;

Try it !
# 5  
Old 09-13-2004
Thanks alot! It worked.
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question