From: Henry N. <Hen...@Ar...> - 2008-04-21 23:48:44
|
nano bapt wrote: > I recently play with colinux and I've a problem. > > I have a network disk on windows I would like to access under colinux > and I use cofs to do this. The problem is that when I'm creating a new > file with colinux on this disk I can't list it : > > # touch homelnx/coucou > root@colinux:~# ls homelnx/ > root@colinux:~# ls -l homelnx/coucou > -rwxr-xr-x 1 root root 0 Jan 17 15:54 homelnx/coucou Please give informations about your mount. "mount | grep cofs" Please lets see the directory and file rights via "stat homelnx homelnx/coucou" What version of coLinux you have used? coLinux 0.7.2 has an option "nocache" (Disable directory caching). Please try such mount: mount -t cofs cofs0 -o nocache /mnt/windows -- Henry N. |