I think he meant that too.

Anyhow, I did try to run a hard link of the unRAID server itself.

A hard link at different levels:

- On the Array pseudo Filesystem (the one that merges together all data from 
all drivers) - FAILS as not implemented
- On the btrfs cache drive - Works
- On the single raisersfs disk - Works

So, the issue is with unRAID that does not support hard linking on his 
Filesystem, which is the one that governs all the parity, caching, and merging.

Thanks to all for the help.

ivan

Il giorno 08/giu/2015, alle ore 17:17, Bowie Bailey <bowie_bai...@buc.com> ha 
scritto:

> On 6/7/2015 8:39 PM, Sam Varshavchik wrote:
>> Ivan Pintori writes:
>> 
>>> Permissions seem fine: the whole path is owned by courier, and the 
>>> owner can RWX on the parents as well as tmp and new.
>>> 
>>> The host/NFS storage is running unRAID working on reiserfs (unRAID is 
>>> a superset of slackware).
>>> 
>>> I did try to change some of the export configuration, but that didn’t 
>>> matter. Current applied is: sec=sys,rw,no_root_squash,sync
>>> 
>>> I am doing something wrong, but I am no NFS guru.
>> 
>> Do the following experiment, in some empty directory:
>> 
>> mkdir tmp
>> mkdir new
>> cp /dev/null /tmp/foo
>> ln /tmp/foo new/foo
>> 
>> And see what happens.
> 
> Did you intend to test the link between /tmp and new, or between the two 
> directories that you just created in the previous commands?
> 
> Should it be this instead?
> 
> mkdir tmp
> mkdir new
> cp /dev/null tmp/foo
> ln tmp/foo new/foo
> 
> -- 
> Bowie
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> courier-users mailing list
> courier-users@lists.sourceforge.net
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


------------------------------------------------------------------------------
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to