I am using the following command to mount my Ubuntu system from my
BeagleBoard-xM. I simply want a directory on my Ubuntu box that my
BBxM has complete access to.
mount -v -t cifs //10.108.20.156/bbxfer /mnt/bbxfer -o
username=trey,password=ashton
It appears to mount ok, but sometimes I will do a mkdir command and it
won't work. The other side can not see the directory that was
created. And a few other strange problems.
It seems odd that I would need to use cifs to go between the two linux
boxes.
What is the best way to mount a Ubuntu 10.04 box from my BeagleBoard?