Hogg brother...pls let me know how u did ? through Angstrom?? or any 
other...waiting for ur reply.

On Thursday, January 9, 2014 1:46:42 AM UTC+5:30, Hogges wrote:
>
> Thanks. This worked for me with the latest Angstrom install. The hardest 
> part was installing mkimage...
>
> On Thursday, December 19, 2013 3:02:16 PM UTC-5, David Marquart wrote:
>>
>> I know this post is old, but here is how I got CIFS working.
>>
>> -With Angstrom booted on eMMC I put mSD card with Robert Nelson's Ubuntu 
>> image on it into mmc slot.
>> mkdir /mnt/sd1
>> mkdir /mnt/sd2
>> mount /dev/mmcblk1p1 /mnt/sd1
>> mount /dev/mmcblk1p2 /mnt/sd2
>> cd /mnt/sd1
>> mkimage -A arm -O linux -T kernel -C none -a 0x80008000 -e 0x80008000 -n 
>> kernel -d ./zImage ./uImage
>> cp uImage /boot
>> cp -r /mnt/sd2/lib/modules /lib/
>> depmod -a
>>
>> Now I can mount folders on my Windows network with:
>> mount -t cifs -o username="username",password="
>> password" //server/share /mnt/directory
>>
>>
>> On Friday, August 30, 2013 9:49:57 AM UTC-5, Jim Bell wrote:
>>>
>>> Has anyone succeeded in getting a BeagleBone Black Angstrom to map a 
>>> filesystem to any kind of server?  NFS, CIFS/Samba, sshfs, other?
>>>
>>> Pointers?
>>>
>>> Thanks!
>>> -Jim
>>>
>>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to