[EMAIL PROTECTED] win_d]# touch /mnt/win_d empty2
touch: setting times of `/mnt/win_d': Read-only file system
touch: cannot touch `empty2': Read-only file system
[EMAIL PROTECTED] win_d]#
[EMAIL PROTECTED] win_d]# mount | grep win_d
/dev/ide/host0/bus0/target0/lun0/part5 on /mnt/win_d type vfat (rw,codepage=850,umask=0,iocharset=iso8859-1)
[EMAIL PROTECTED] win_d]#
Interesting! No idea what's going on . . .
Carl Cerecke wrote:
Roger Searle wrote:
Hi, I seem to have lost write access to my folders (has been fine up to now).
Try typing mount, to check that the partition is mounted rw, not ro.
Also, try creating a small file to see if that works: # touch /mnt/win_d/empty
Cheers, Carl.
