You have to forgive me, I'm a Linux newby.
mount yields:
/dev/sda6 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/chris/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=chris)
chris@chris-desktop:~$ dev/sda6 on / type ext4 (rw,errors=remount-ro)
cd /home/chris/
chown -R chris chumby-oe
produced many lines that looked like this:
chown: changing ownership of `chumby-oe/bitbake/doc/bitbake.1': Operation not permitted
chown: changing ownership of `chumby-oe/bitbake/doc/COPYING.MIT': Operation not permitted
chown: changing ownership of `chumby-oe/bitbake/doc': Operation not permitted
chown: changing ownership of `chumby-oe/bitbake/MANIFEST.in': Operation not permitted
chown: changing ownership of `chumby-oe/bitbake': Operation not permitted