Mounting "/dev/cofs1" fails @ bootime with error "fuse_read_super: connection already mounted". Same for "/dev/cofs2".
Also i've noticed frequent fs corruption of "linux_home.raw" ext2 image.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm using coLinux stable-20110206-Snapshot.
My colinux.conf:
My /etc/fstab:
Mounting "/dev/cofs1" fails @ bootime with error "fuse_read_super: connection already mounted". Same for "/dev/cofs2".
Also i've noticed frequent fs corruption of "linux_home.raw" ext2 image.
UPDATE: it appears that only the first cofs device is mounted.
In my case "/dev/cofs0" is mounted to "/r" (very strange)…
UPDATE2: finally solved editing /etc/fstab:
The right syntax for mount is "cofs0" without "/dev/".
The ":/" is optional there:
Or simple the cofs number only is also allowed:
"cofs0:/" and "cofs0" and "0" is the same, if no sub-directory is given.