Saturday, October 25, 2008

gentoo - fuse

install the "fssh" stuff that you got from Justace--thanks man!

emerge sys-fs/sshfs-fuse

mkdir /rooms
mkdir /work

chmod /rooms --reference=/mnt/cdrom
chmod /work --reference=/mnt/cdrom

At this point--works as root--something wrong with permissions

groupadd fuse

usermod -a -G fuse gerbaudo

Try to reboot: still not working. Google around and try this:

chown gerbaudo:gerbaudo /rooms
chown gerbaudo:gerbaudo /work/


Now it works :-)

No comments: