Active Topics

 


Reply
Thread Tools
Posts: 14 | Thanked: 3 times | Joined on Nov 2009
#1
Only get my N900 yesterday, never used Maemo before, and not that advanced with Linux either.

I need to copy some files into the /user/home folder.

When you plug it into a PC as a mass storage device those folders are not shown

I can get to it from the xterminal.

What is the easy way for a newbie to copy files from a Windows PC to the /home/user on the N900?
 
Posts: 183 | Thanked: 40 times | Joined on Oct 2009 @ Germany
#2
did you choose "mass storage usb mode" in your N900?
if folders are not shown, they may have been made invisible, just go to advanced view settings in windows explorer and activate "show all data and folders".
Don't know the exact name of the checkbox, because I'm using a german windows.
__________________
The imagination consoles people about what they cannot be
and the humor about what they actually are.

-Albert Camus
If this post was useful, please use the "Thanks"-button and I will do so, when you post something useful.
 
Tomaszd's Avatar
Posts: 284 | Thanked: 498 times | Joined on Jun 2009 @ Poland
#3
The mass storage device mounted on a PC is /home/user/MyDocs, you can't get to /home/user (not /user/home btw) with your PC directly. Use the X Terminal if you really have to do it. Why do you need to do this anyway?
 

The Following 3 Users Say Thank You to Tomaszd For This Useful Post:
Posts: 14 | Thanked: 3 times | Joined on Nov 2009
#4
To put the Quake 3 pk3 files into the /home/user/base3q folder.
 
Tomaszd's Avatar
Posts: 284 | Thanked: 498 times | Joined on Jun 2009 @ Poland
#5
Originally Posted by quackers View Post
To put the Quake 3 pk3 files into the /home/user/base3q folder.
Copy the pak0.pk3 file to the root of your mass storage device, unplug the device, open the terminal and type (hit Enter after each line, yes the dot is important):

Code:
mkdir base3q
cd base3q
mv ~/MyDocs/pak0.pk3 .
Edit: if you have more files, it would be better to just create a baseq3 folder with all of them in the mass storage device (~/MyDocs) and then move the whole folder to /home/user:

Code:
mv ~/MyDocs/baseq3 ~

Last edited by Tomaszd; 2009-11-26 at 13:42.
 

The Following 2 Users Say Thank You to Tomaszd For This Useful Post:
Posts: 14 | Thanked: 3 times | Joined on Nov 2009
#6
Cannot copy into the baseq3 folder as i do not have write rights.

I did an ls -l and its

drwxr-xr-x 2 root root

how to edit permission to let me write, i've tried normal linux commands i get "Operation not permitted" with chmod.
 
Reply


 
Forum Jump


All times are GMT. The time now is 03:42.