Updated Home (markdown)
parent
b2f7a929ea
commit
179c6ce03d
6
Home.md
6
Home.md
|
@ -14,7 +14,7 @@ compiler to support c++11 standard.
|
|||
To install the driver, follow these steps:
|
||||
|
||||
```bash
|
||||
$ mkdir build && build
|
||||
$ mkdir build && cd build
|
||||
$ ../configure
|
||||
$ make
|
||||
$ make install (as root)
|
||||
|
@ -32,8 +32,6 @@ This section covers most common use cases of SIMPLE-MTPFS.
|
|||
To print a list of devices, that are connected, run following:
|
||||
```bash
|
||||
$ simple-mtpfs --list-devices
|
||||
Device 0 (VID=0fce and PID=014f) is a SonyEricsson LT15i (Xperia arc S). # libmtp debug output, ignore
|
||||
Device 1 (VID=04e8 and PID=685c) is a Samsung Galaxy models (MTP+ADB). # libmtp debug output, ignore
|
||||
1: SonyEricssonLT15i (Xperia arc S)
|
||||
2: SamsungGalaxy models (MTP+ADB)
|
||||
```
|
||||
|
@ -47,7 +45,7 @@ In case, you have more than one mtp-based device connected, you can specify, whi
|
|||
```bash
|
||||
$ simple-mtpfs --device <device_number> mount_point [options]
|
||||
```
|
||||
Or use special character file present in the /dev directory:
|
||||
Or use special character file present in the /dev directory, e.g.:
|
||||
```bash
|
||||
$ simple-mtpfs /dev/libmtp-2-1.5.6 mount_point [options]
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue