# Making WP7607 appear as mass storage device

**URL:** https://mangoh.discourse.group/t/making-wp7607-appear-as-mass-storage-device/2725
**Category:** mangOH Red
**Created:** [June 24, 2019, 8:16am UTC](https://mangoh.discourse.group/t/making-wp7607-appear-as-mass-storage-device/2725 "2019-06-24T08:16:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![langestefan](https://avatars.discourse-cdn.com/v4/letter/l/a4c791/32.png) [@langestefan](https://mangoh.discourse.group/u/langestefan)
#### Post date: [June 24, 2019, 8:16am UTC](https://mangoh.discourse.group/t/making-wp7607-appear-as-mass-storage-device/2725/1 "2019-06-24T08:16:15Z")

</div>

Hi,

For a usecase I want my WP7607 to appear as a mass storage device when I plug it into a host PC (or any device that supports USB mass storage). I found an article that does this on a RPI: [MAKE A PI ZERO W SMART USB FLASH DRIVE](https://www.raspberrypi.org/magpi/pi-zero-w-smart-usb-flash-drive/)

I understand that I need to do `modprobe g_mass_storage`. But modules.dep is empty so that command returns an error. I checked [Legato KConfig options](https://docs.legato.io/latest/kconfigDescription.html) but this doesn’t mention the option to customize any USB options.

Is it possible to add mass storage support to Legato? If yes, how?
