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 ?