Reply
Thread Tools
Posts: 41 | Thanked: 6 times | Joined on Jul 2007
#1
I download a file to mmc card and want to copy it to /usr/share/lxdoom/wad. When I use file manager to copy, it reports "access denied". I did use xterm to gain root first. Can anyone let me know how to do the copy? Thanks very much!
 
Posts: 2,102 | Thanked: 1,309 times | Joined on Sep 2006
#2
/usr/share/lxdoom/wad is owned by root so to use the filemanager you'd (probably) need to start that as root.

I'd use the command line if I were you (run as root):

cp /mnt/mmc1/some_file_name_here /usr/share/lxdoom/wad/

Will copy some_file_name to the same name in /usr/share/lxdoom/wad/

You may need to alter mmc1 to mmc2 depending on which SD card you're talking about.


Simon
 

The Following User Says Thank You to lardman For This Useful Post:
Posts: 41 | Thanked: 6 times | Joined on Jul 2007
#3
Thanks very much. I tried your lines. But it reports:
cp: /mnt/mmc1/DOOM1.WAD: No such file or dictory
I changed mmc1 to mmc2 and got same problem. The file "DOOM1.WAD" was saved directly on the memory card and I can saw it in through file manager. Mine is 770 boot from mmc. Please give me some further instructions. Thanks!
 
Posts: 529 | Thanked: 46 times | Joined on Sep 2007
#4
Originally Posted by suoxin View Post
Thanks very much. I tried your lines. But it reports:
cp: /mnt/mmc1/DOOM1.WAD: No such file or dictory
I changed mmc1 to mmc2 and got same problem. The file "DOOM1.WAD" was saved directly on the memory card and I can saw it in through file manager. Mine is 770 boot from mmc. Please give me some further instructions. Thanks!
try
cp: /media/mmc1/DOOM1.WAD:

memory card is media type, already mounted

Darius
 

The Following User Says Thank You to Darius2006 For This Useful Post:
Posts: 41 | Thanked: 6 times | Joined on Jul 2007
#5
It works this time. Thanks!
 
Reply


 
Forum Jump


All times are GMT. The time now is 00:56.