Editing Accessing Windows CIFS

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
==Device Support==
+
HowToAccessWindowsCIFS
 +
Accessing files on a Windows PC from the Nokia 770
 +
step by step tutorial for beginners
 +
Accessing files on a Windows PC from the Nokia 770
 +
step by step tutorial for beginners
 +
Example situation :
-
===N900===
+
Your PC is accessible through Wifi -- either it is on a LAN (with a Wifi access point or router), or it can establish an ad-hoc connection (e.g. a laptop). You would like to share files in a directory on that PC with the 770 through the wireless LAN, without having to link them up with the USB cable or extract the MMC.
-
{{wikify|1=http://talk.maemo.org/showthread.php?t=38536}}
+
What you need to do is...
-
The [[Nokia N900|N900]] does not support CIFS/SMB by default but you can add support for CIFS.  
+
-
===N800 / N810===
+
On the PC :
 +
Find out or configure the PC's network setup. We must have :
-
{{ambox|
+
1 . an IP address, existing or invented. Here we will use 10.10.10.10 1 . the name of the workgroup (or domain, on an enterprise LAN) in which the PC participates. Here we will use noworknogroup 1 . the name of the user in the active session (generally shown in the start menu). Here we will use urbancowboy 1 . the password for that account, if there is one. Here we will use secretpassword.
-
text=This just works out of the box if you've got a [[Nokia N800|N800]] or a [[Nokia N810|N810]] with a recent OS2008 version (the very first one did not have CIFS/SMB support). Open the File Manager and after a while you will see Shared folders in the tree on the left.}}
+
-
===770===
+
Now we must create a 'network share', ie a directory that will be accessible through the network.
-
Accessing files on a Windows PC from the Nokia 770. Your PC is accessible through Wifi—either it is on a LAN (with a Wifi access point or router), or it can establish an ad-hoc connection (e.g. a laptop). You would like to share files in a directory on that PC with the 770 through the wireless LAN, without having to link them up with the USB cable or extract the MMC.
+
Here we create a directory named C:\Nokia770. Right-click this directory in Explorer and choose "Sharing and security" (or something like that, I don't have an English Windows version, please correct if wrong !)
-
==Step by Step tutorial for beginners==
+
In the "Network share" frame you need to check "Share this directory on the network".
-
{{wikify|1=http://talk.maemo.org/showthread.php?t=38536}}
+
Then you will need to enter a name under which the share will appear on the network. It doesn't need to be the same as the directory name. Here we will keep the default Nokia770.
-
===On the PC===
+
There is also a checkbox that specifies if the share will be 'read-only' from the network or if other machines will also be allowed to write to your PC. The choice is yours...
-
Find out or configure the PC's network setup. We must have :
+
After you confirm the dialog box the icon for the directory in Explorer will change to show that it is "served". Now we are ready on the PC side.
-
# an IP address, existing or invented. Here we will use <code>10.10.10.10</code>
+
In between :
-
# the name of the workgroup (or domain, on an enterprise LAN) in which the PC participates. Here we will use <code>noworknogroup</code>
+
We are going to add a small bit of software to the tablet, made available by ITT user 'fanoush' at the following address :
-
# the name of the user in the active session (generally shown in the start menu). Here we will use <code>urbancowboy</code>
+
-
# the password for that account, if there is one. Here we will use <code>secretpassword</code>
+
-
Now we must create a 'network share', a directory that will be accessible through the network.
+
http://handhelds.org/~fanoush/maemo/cifs.1.2006.26-8.tar.gz (N770, first IT2006 release)
-
Here we create a directory named <code>C:\Nokia770</code>. Right-click this directory in Explorer and choose ''"Sharing and security"'' (''or something like that, I don't have an English Windows version, please correct if wrong'' !)
+
http://handhelds.org/~fanoush/maemo/cifs.2.2006.39-14.tar.gz (N770 second IT2006 release)
-
In the "Network share" frame you need to check "Share this directory on the network".
+
http://handhelds.org/~fanoush/maemo/cifs.N800.2.2006.51-6.tar.gz (N800 second IT2007 release)
-
Then you will need to enter a name under which the share will appear on the network. It doesn't need to be the same as the directory name. Here we will keep the default <code>Nokia770</code>.
+
In case of problems I have also made it available on my own site :
-
There is also a checkbox that specifies if the share will be 'read-only' from the network or if other machines will also be allowed to write to your PC. The choice is yours...
+
http://fredp.lautre.net/770/cifs.tgz (for first IT2006 release)
-
After you confirm the dialog box the icon for the directory in Explorer will change to show that it is "served". Now we are ready on the PC side.
+
It is not a fast server but is unrestricted and the file is small (105 KB).
-
===In between===
+
Either way we will suppose that the file ends up in the usual Documents directory that you see in the Maemo File Manager.
-
We are going to add a small bit of software to the tablet, made available by itT user 'fanoush' at the following address:
+
On the Nokia :
 +
You must have Xterm installed and some way to become "root" (and not flinch at typing Linux command lines...).
-
* [http://handhelds.org/~fanoush/maemo/cifs.1.2006.26-8.tar.gz  770 first OS2006 release]
+
Establish the Wifi link between Nokia and network or PC.
-
* [http://handhelds.org/~fanoush/maemo/cifs.2.2006.39-14.tar.gz 770 second OS2006 release]
+
-
* [http://handhelds.org/~fanoush/maemo/cifs.N800.2.2006.51-6.tar.gz N800 second OS2007 release]
+
-
In case of problems I have also made it available on my own site :
+
As root in xterm we must now :
-
* [http://fredp.lautre.net/770/cifs.tgz for first OS2006 release]
+
1 . go to the actual directory that shows up as 'Documents' : cd /home/users/MyDocs/.documents 1 . create a directory in which we will "see" the network share. Here we use : mkdir myPC 1 . extract the contents of cifs.tgz : tar xvzf cifs.tgz
-
It is not a fast server but is unrestricted and the file is small (105 kB).
+
This creates the file cifs.ko in the current directory (you can check by typing ls).
-
Either way we will suppose that the file ends up in the usual '''Documents''' directory that you see in the Maemo File Manager.
+
All of the above needs to be done only once. Now comes the fun part of actually connecting the two machines, which takes two commands :
-
===On the Nokia===
+
1 . the first one loads the cifs.ko kernel module, "teaching" the system how to understand this kind of network share : insmod ./cifs.ko
-
You must have Xterm installed and some way to become "root" (and not flinch at the command line...).
+
This should yield a message like "Now using cifs.ko".
-
Establish the Wifi link between Nokia and network or PC.
+
1 .#2 If there is no error, we can proceed to "mount" the network share into our guest directory, so that the files on our PC will appear to be also on our tablet. This is a long, detailed command and all the pieces need to be just right, so double-check it :
-
As root in xterm we must now :
+
'mount -t cifs //_10.10.10.10/''Nokia770_ myPC -o domain=noworknogroup,user=urbancowboy,password=secretpassword **
 +
 
 +
(replace the italic parts with your own details of course - type as one single line)
 +
 
 +
Again, if there is no error message, you can type **ls myPC''' to check if your PC's files appear on the tablet. Success ! :-)
-
<ol>
+
If the mount command does not respond, check that any firewall on your PC allows devices on the local network to access it. With ZoneAlarm, for example, you'll need to add the IP number of the 770, or your whole DHCP number range, to your "trusted" zone. With M$ XP's build-in Internet Connection Firewall, for another example, you can add port 445 (TCP) for cifs.
-
<li>
+
-
Go to the actual directory that shows up as 'Documents':
+
-
<pre>
+
-
cd /home/users/MyDocs/.documents
+
-
</pre>
+
-
</li>
+
-
<li>
+
-
Create a directory in which we will "see" the network share:
+
-
<pre>
+
-
mkdir myPC
+
-
</pre>
+
-
</li>
+
-
<li>
+
-
Extract the contents of <code>cifs.tgz</code>, which creates the file <code>cifs.ko</code> in the current directory (you can check by typing <code>ls</code>).
+
-
<pre>
+
-
tar xvzf cifs.tgz
+
-
</pre>
+
-
</li>
+
-
<li>
+
-
All of the above needs to be done only once. Now comes the fun part of actually connecting the two machines, which takes two commands. The first one loads the cifs.ko kernel module, "teaching" the system how to understand this kind of network share, this should yield a message like "Now using cifs.ko":
+
-
<pre>
+
-
insmod ./cifs.ko
+
-
</pre>
+
-
</li>
+
-
<li>
+
-
If there is no error, we can proceed to "mount" the network share into our guest directory, so that the files on our PC will appear to be also on our tablet. This is a long, detailed command and all the pieces need to be just right, so double-check it, again, if there is no error message, you can type:
+
-
<pre>
+
-
ls myPC
+
-
</pre>
+
-
to check if your PC's files appear on the tablet. (replace the italic parts with your own details of course - type as one single line.)
+
-
<pre>
+
-
mount -t cifs //_10.10.10.10/''Nokia770_ myPC -o domain=noworknogroup,user=urbancowboy,password=secretpassword
+
-
</pre>
+
-
</li>
+
-
</ol>
+
-
If the mount command does not respond, check that any firewall on your PC allows devices on the local network to access it. With ZoneAlarm, for example, you'll need to add the IP number of the 770, or your whole DHCP number range, to your "trusted" zone. With MS XP's build-in Internet Connection Firewall, for another example, you can add port 445 (TCP) for cifs.
+
Now your share will appear as the myPC directory under Documents in the Maemo File Manager.
-
Now your share will appear as the <code>myPC</code> directory under <code>Documents</code> in the Maemo File Manager.
+
Note : these last two commands will need to be issued again each and every time you reboot your tablet. If you are going to use this often it might pay to read a Linux tutorial and learn how these two commands can be saved to a two-line script, to save future typing...
-
''Note'': these last two commands will need to be issued again each and every time you reboot your tablet. If you are going to use this often it might pay to read a Linux tutorial and learn how these two commands can be saved to a two-line script, to save future typing...
+
Note : If you are in a network, if you do "smbtree" you will see all sharing hosts, if you need to connect to it (and you want to use cifs) you will type "smbtree -d 3" and read at the line where: "Connection to xx.xx.xx.xx" and this is the wanted ip.
-
''Note'': If you are in a network, if you do <code>smbtree</code> you will see all sharing hosts, if you need to connect to it (and you want to use cifs) you will type <code>smbtree -d 3</code> and read at the line where: "Connection to xx.xx.xx.xx" and this is the wanted ip.
 
-
[[Category:Connectivity]]
+
[[Category:HowTos]]
-
[[Category:Power users]]
+
-
[[Category:N900]]
+

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: