Code:
# cat /etc/exports
/crypt/backups_rw -maproot=0,alldirs asus hp
/crypt/backups_ro -mapall=backup:backup,alldirs,ro asus hp
/crypt/jails/mldonkey/home/mldonkey/.mldonkey/incoming -mapall=mldonkey,alldirs,rw asus hp
When I insert the third line, /var/log/messages tells me that there's a
Code:
bad exports list line /crypt/jails/mldonkey/home/mldonkey/.mldonkey/incoming
But I think that I'm not exporting any file twice for the same hosts as stated in the manual for exports.
I don't see how the third line is different from the second. crypt has a separate partition for it, and I'm trying to export three subdirectories with different options.