[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Unknown error 524
- Subject: [ale] Unknown error 524
- From: cfowler at outpostsentinel.com (Christopher Fowler)
- Date: Wed Sep 15 11:04:09 2004
when trying to create symbolic links over NFS I get this error:
ts7200:/mnt/remote/tmp# touch 1
ts7200:/mnt/remote/tmp# ln -s 1 2
ln: creating symbolic link `2' to `1': Unknown error 524
ts7200:/mnt/remote/tmp# ls -l 2
lrwxrwxrwx 1 root root 1 Sep 15 07:58 2 -> 1
ts7200:/mnt/remote/tmp#