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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to