Page 1 of 1

Mount GoPro front usb

PostPosted: Sat Oct 21, 2017 6:29 pm
by WaReZ
Hello Jokko,

I'm trying to transfert some data from my GoPro (which use a SD card) to the NAS but it looks like it doesn't mount it automatically

mount :
Code: Select all
root@fvdwsl-base:/etc # mount
/dev/sda2 on / type ext3 (rw,relatime,data=ordered)
none on /proc type proc (rw,relatime)
none on /sys type sysfs (rw,relatime)
none on /dev/pts type devpts (rw,relatime,mode=600)
/dev/sda5 on /rw_fs type ext3 (rw,noatime,data=ordered)
tmpfs on /rw_fs/tmp/usr/var type tmpfs (rw,relatime,size=5000k)
nfsd on /proc/fs/nfsd type nfsd (rw,relatime)
/dev/sda8 on /share/1000 type ext3 (rw,noatime,data=ordered)
/dev/root on /lacie-boot type ext3 (rw,relatime,data=ordered)


However, it looks that it's detected by the firmware (GUI-> USB-Devices) :

Code: Select all
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=480 MxCh= 1
D:  Ver= 2.00 Cls=09(hub  ) Sub=00 Prot=01 MxPS=64 #Cfgs=  1
P:  Vendor=1d6b ProdID=0002 Rev=04.06
S:  Manufacturer=Linux 4.6.6 ehci_hcd
S:  Product=EHCI Host Controller
S:  SerialNumber=orion-ehci.0
C:  #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr=0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub

T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=480 MxCh= 0
D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs=  1
P:  Vendor=2672 ProdID=0021 Rev=00.00
S:  Manufacturer=GoPro
S:  Product=HERO+
S:  SerialNumber=C3191025017804
C:  #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=4mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=06(still) Sub=01 Prot=01 Driver=(none)


I'm using this version :

Code: Select all
root@fvdwsl-base:/etc # cat fvdwversion
fvdw-sl 17.0
root@fvdwsl-base:/etc # cat fvdwversionpatched
fvdw-sl 17.0 patched


Are you able to help ?

Re: Mount GoPro front usb

PostPosted: Sun Oct 22, 2017 9:03 am
by Jocko
Hi Warez

At least,there is no issue at the hardware level and I assume the issue is the fs on your SD card. I believe it is a exfat file system.

Currently exfat is not supported by our firmware and to do it we need to use a Linux FUSE R/W driver. exfat is not natively supported by the kernel even if it exists a kernel module to do it but it seems there are issues on this module with the last kernel versions.

To confirm that :
- unplug the sd card
- enable the debug mode : from a shell terminal, do
Code: Select all
debugon
- plug again the sd card
- wait a minute
- disable the debug mode (to avoid to have bad performance later)
- post the output
Code: Select all
cat /var/log/messages