From: Henry N. <Hen...@Ar...> - 2008-05-20 19:36:47
|
netawater wrote: > I mount a windows partion as cofs in colinux with defaults option. > It works well when I use nano to edit a file, however I try to use > emacs to edit it and save it, it will report a error: > Debugger entered--Lisp error: (error "IO error writing > /mnt/i/backup/history/backup.sh: Input/output error") > write-region(1 109 "/mnt/i/backup/history/backup.sh" nil t > "/mnt/i/backup/history/backup.sh") > basic-save-buffer-2() > basic-save-buffer-1() > basic-save-buffer() > save-buffer(1) > call-interactively(save-buffer) > > What is this problem? Thanks! I think it's a problem from asynchronious implementation. Cofs based opn fuse. Check for problems with "emacs + fuse" What coLinux version? Check the kernel logs ("dmesg"). Any errors on cofs? In coLinux 0.7.3 and 0.8.0 exist the option "nocache". Try this, for example: mount -t cofs cofs0 -o nocache /mnt/windows -- Henry N. |