Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
fuss:blackberry [2016/01/10 18:55] – created officefuss:blackberry [2022/04/19 08:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Mount Filesystem over Samba ======
  
 +First, make the following settings:
 +
 +^ Setting ^ Value ^
 +| ''Settings -> About -> Device Name'' | Any name you want to give your device. |
 +| ''Settings -> Storage and Access -> Access Using Wifi'' | Turn on. |
 +| ''Change Wifi Password'' | Any password for your device. |
 +| ''Settings -> Storage and Access -> Identification on Network -> Identity -> WorkGroup'' | You can change the workgroup here but the value ''WORKGROUP'' is usually the default. |
 +| ''Settings -> Storage and Access -> Identification on Network -> Identity -> Username'' | You can leave the default ''BlackBerry'' or enter the username. |
 +
 +You can mount the BlackBerry filesystem over Samba using various methods:
 +
 +  * Map Network Drive in Windows
 +  * Mount using a mount command on Linux:
 +
 +<code bash>
 +mount -t cifs -o username=USERNAME,password=PASSWORD //blackberry.dev /mnt/blackberry
 +</code>
 +
 +where:
 +
 +  * ''USERNAME'' is the username that you must use to access the BlackBerry.
 +  * ''PASSWORD'' must be replace with your device password.
 +  * ''blackberry.dev'' is the hostname or IP address of the BlackBerry device.
 +  * ''/mnt/blackberry'' is the path to a local mount-point where the filesystem will be mounted.
 +
 +This can be performed on all operating systems provided that they have ''cifs'' filesystem support.

fuss/blackberry.txt · Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.