More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew! | |title=Vita Homebrew Apps (Plugins) - GameBrew! | ||
Line 16: | Line 15: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/usbhostfsvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/usbhostfsvita.7z | ||
|website= | |website=https://wololo.net/talk/viewtopic.php?f=52&t=48608 | ||
|source=https://github.com/Cpasjuste/usbhostfs | |source=https://github.com/Cpasjuste/usbhostfs | ||
}} | }} | ||
'''Usbhostfs''' is a mount PC HDD as host0: partition for your PSVita. | |||
== | ==What is Usbhostfs?== | ||
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. | |||
==Screenshot== | |||
[[image:usbhostfsvita.jpg|600px]] | |||
== | ==How To Install Usbhostfs?== | ||
===Installation (ux0)=== | |||
*copy "usbhostfs.skprx" to "ux0:/tai/" | |||
*add "ux0:/tai/usbhostfs.skprx" to "*KERNEL" section of "ux0:/tai/config.txt" | |||
*reboot | |||
== | ===Installation (ur0)=== | ||
*copy "usbhostfs.skprx" to "ur0:/tai/" | |||
*add "ur0:/tai/usbhostfs.skprx" to "*KERNEL" section of "ur0:/tai/config.txt" | |||
*reboot | |||
==How To Use Usbhostfs?== | |||
*windows: install libusb driver from "usbhostfs_release\windows\driver*" directory | |||
*windows 10: disable driver signature verification (https://goo.gl/tyfhHW) | |||
*run "usbhostfs_pc" on 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?== | |||
===Building the plugins (linux)=== | |||
<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== | |||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
==Thanks== | |||
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 - | * Official Website - https://wololo.net/talk/viewtopic.php?f=52&t=48608 | ||
* Github - https://github.com/Cpasjuste/usbhostfs | * Github - https://github.com/Cpasjuste/usbhostfs | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/335 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/335 | ||
Revision as of 04:11, 13 November 2022
usbhostfs | |
---|---|
File:Usbhostfsvita.jpg | |
General | |
Author | cpasjuste |
Type | Plugins |
Version | 1.0 |
License | Mixed |
Last Updated | 2017/10/12 |
Links | |
Download | |
Website | |
Source | |
Usbhostfs is a mount PC HDD as host0: partition for your PSVita.
What is Usbhostfs?
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.
Screenshot
How To Install Usbhostfs?
Installation (ux0)
- copy "usbhostfs.skprx" to "ux0:/tai/"
- add "ux0:/tai/usbhostfs.skprx" to "*KERNEL" section of "ux0:/tai/config.txt"
- reboot
Installation (ur0)
- copy "usbhostfs.skprx" to "ur0:/tai/"
- add "ur0:/tai/usbhostfs.skprx" to "*KERNEL" section of "ur0:/tai/config.txt"
- reboot
How To Use Usbhostfs?
- windows: install libusb driver from "usbhostfs_release\windows\driver*" directory
- windows 10: disable driver signature verification (https://goo.gl/tyfhHW)
- run "usbhostfs_pc" on the computer
- connect the vita with usb cable
- use "VitaShell" or any application with host0 support to brows the computer
How To Build Usbhostfs?
Building the plugins (linux)
cd usbhostfs && mkdir cmake-build && cd cmake-build cmake .. make
Building the client (linux/deb)
cd usbhostfs_pc && mkdir cmake-build && cd cmake-build cmake .. make
Building the client (windows/cygwin)
cd usbhostfs_pc make BUILD_WIN32=1
Changelog
(v.1.0)
- First Release.
Thanks
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
- Official Website - https://wololo.net/talk/viewtopic.php?f=52&t=48608
- Github - https://github.com/Cpasjuste/usbhostfs
- VitaDB - https://vitadb.rinnegatamante.it/#/info/335