Mounting a SD card from a wifi printer - Raspberry Pi Forums


hey guys i've been working on issue , wondering if you'd able help. have epson 357 printer , has sd card slot. when insert sd card windows auto recognizes can access files i've scanned in. want able raspberry pi far i've gotten nowhere.

i've followed bunch of steps , can't things work, maybe i'm missing something?

on windows 7 address looks "computer --> memorycard (\\epson357f8a) (z:) --> epscan --> 001"
, ip address if printer 192.168.1.5

i've tried

code: select all

sudo mount -t cifs //1920168.1.5 /home/pi/test sudo mount -t cifs //epson357f8a /home/pi/test sudo mount //192.16.1.5 /home/pi/test cifs guest,uid=1000,gid=1000,iocharset=utf8
, none have worked, closest i've gotten

code: select all

sudo mount //epson357f8a /home/pi/test
asked password , when hit enter got error message.

there i'm missing? i'm trying mount through command line , not auto mount it.

please let me know if need more information!

thanks!

maybe:

code: select all

sudo mount -t cifs //192.168.1.5/memorycard /home/pi/test -o guest,sec=ntlm
(see http://ubuntuforums.org/showthread.php?t=2222464)


raspberrypi



Comments