Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Usbhostfs Vita: Difference between revisions

From GameBrew
m (Text replacement - "|discussion=" to "|donation=")
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
{{#seo:
|title=Vita Homebrew Apps (Plugins) - GameBrew!
|title=Vita Homebrew Apps (Plugins) - GameBrew
|title_mode=append
|title_mode=append
|image=usbhostfsvita.jpg
|image=usbhostfsvita2.png
|image_alt=usbhostfs
|image_alt=usbhostfs
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=usbhostfs
|title=usbhostfs
|image=usbhostfsvita.jpg
|image=usbhostfsvita2.png
|description=Mount PC HDD as host0: partition.
|description=Mount PC HDD as host0: partition.
|author=cpasjuste
|author=Cpasjuste
|lastupdated=2017/10/12
|lastupdated=2017/10/12
|type=Plugins
|type=Plugins
Line 17: Line 17:
|website=https://wololo.net/talk/viewtopic.php?f=52&t=48608
|website=https://wololo.net/talk/viewtopic.php?f=52&t=48608
|source=https://github.com/Cpasjuste/usbhostfs
|source=https://github.com/Cpasjuste/usbhostfs
|donation=https://ko-fi.com/cpasjuste
}}
}}
'''Usbhostfs''' is a mount PC HDD as host0: partition for your PSVita.
USBHostFS is a port of usbhostfs psp plugin to PS Vita system. It add a host0 drive on the vita device, allowing, for example, to browse your computer hard drive from [[VitaShell]] via USB.


==What is Usbhostfs?==
==Installation==
This is a port of usbhostfs PSP plugin to PSVITA system. It adds a host0: drive on PSVITA device, allowing, for example, to browse your computer HDD from VitaShell via USB.
Copy the .suprx file to ux0:tai/ or ur0:tai/.


==Screenshot==
Add the path to *KERNEL section of tai/config.txt (change to ur0 if you store the plugin there)
[[image:usbhostfsvita.jpg|600px]]
*KERNEL
ux0:tai/usbhostfs.skprx


==How To Install Usbhostfs?==
Reboot your Vita.
===Installation (ux0)===
*copy '''usbhostfs.skprx''' to '''ux0:/tai/'''
*add '''ux0:/tai/usbhostfs.skprx''' to '''*KERNEL''' section of '''ux0:/tai/config.txt'''
*reboot


===Installation (ur0)===
==User guide==
*copy '''usbhostfs.skprx''' to '''ur0:/tai/'''
On the PC:
*add '''ur0:/tai/usbhostfs.skprx''' to '''*KERNEL''' section of '''ur0:/tai/config.txt'''
*Windows - Install libusb driver from "usbhostfs_release\windows\driver*" directory.
*reboot
*Windows 10 - Disable driver signature verification (https://goo.gl/tyfhHW).


==How To Use Usbhostfs?==
How to use:
*windows: install libusb driver from '''usbhostfs_release\windows\driver*''' directory
*Run usbhostfs_pc on the computer.
*windows 10: disable driver signature verification (https://goo.gl/tyfhHW)
*Connect the Vita with usb cable.
*run '''usbhostfs_pc''' on the computer
*Use [[VitaShell]] or any application with host0 support to browse the computer.
*connect the vita with usb cable
*use '''[[Psvshell Vita|VitaShell]]''' or any application with host0 support to brows the computer.


==How To Build Usbhostfs?==
==Screenshots==
===Building the plugins (linux)===
https://dlhb.gamebrew.org/vitahomebrews/usbhostfsvita4.png
<pre>
cd usbhostfs && mkdir cmake-build && cd cmake-build
cmake ..
make
</pre>
===Building the client (linux/deb)===
<pre>
cd usbhostfs_pc && mkdir cmake-build && cd cmake-build
cmake ..
make
</pre>
===Building the client (windows/cygwin)===
<pre>
cd usbhostfs_pc
make BUILD_WIN32=1
</pre>


==Changelog==
https://dlhb.gamebrew.org/vitahomebrews/usbhostfsvita3.png
'''(v.1.0)'''
* First Release.


==Thanks==
==Credits==
consolex-bordeaux.fr, ScHlAuChi, noname120, motoharu, xyz, yifanlu, frangarcj, Rinnegatamante, davee and people i may forget for what they do for the ps vita.
Thanks to consolex-bordeaux.fr, ScHlAuChi, noname120, motoharu, xyz, yifanlu, frangarcj, Rinnegatamante, davee and people I may forget for what they do for the PS Vita.


== External links ==
== External links ==
* Official Website - https://wololo.net/talk/viewtopic.php?f=52&t=48608
* GitHub - https://github.com/Cpasjuste/usbhostfs
* Github - https://github.com/Cpasjuste/usbhostfs
* Wololo - https://wololo.net/talk/viewtopic.php?f=52&t=48608
* Wololo - https://wololo.net/2017/10/13/usbhostfs-psvita-released-access-pcs-files-via-usb-directly-vita/
* VitaDB - https://vitadb.rinnegatamante.it/#/info/335
* VitaDB - https://vitadb.rinnegatamante.it/#/info/335
[[Category:Support the author]]

Latest revision as of 01:10, 14 August 2023

usbhostfs
Usbhostfsvita2.png
General
AuthorCpasjuste
TypePlugins
Version1.0
LicenseMixed
Last Updated2017/10/12
Links
Download
Website
Source
Support Author

USBHostFS is a port of usbhostfs psp plugin to PS Vita system. It add a host0 drive on the vita device, allowing, for example, to browse your computer hard drive from VitaShell via USB.

Installation

Copy the .suprx file to ux0:tai/ or ur0:tai/.

Add the path to *KERNEL section of tai/config.txt (change to ur0 if you store the plugin there)

*KERNEL
ux0:tai/usbhostfs.skprx

Reboot your Vita.

User guide

On the PC:

  • Windows - Install libusb driver from "usbhostfs_release\windows\driver*" directory.
  • Windows 10 - Disable driver signature verification (https://goo.gl/tyfhHW).

How to use:

  • Run usbhostfs_pc on the computer.
  • Connect the Vita with usb cable.
  • Use VitaShell or any application with host0 support to browse the computer.

Screenshots

usbhostfsvita4.png

usbhostfsvita3.png

Credits

Thanks to consolex-bordeaux.fr, ScHlAuChi, noname120, motoharu, xyz, yifanlu, frangarcj, Rinnegatamante, davee and people I may forget for what they do for the PS Vita.

External links

Advertising: