DragonFly BSD
 

Message4870

Author dillon
Recipients mneumann
Date 2008-07-07.16:03:00
Content
:Hi,
:
:lrwxr-xr-x  1 root  wheel  27 Jul  7 15:29 snap-20080707-1529 -> 
:/hammer@@0x0000000106267ffd
:dragnas# cd snap-20080707-1529
:snap-20080707-1529: No such file or directory.
:
:It works if the symbolic link is /hammer/@@... (instead of
:"/hammer@@..."). I can update the "hammer snapshot" utility to generate
:"correct" symlinks but only if "/hammer@@" is incorrect.
:
:Regards,
:
:   Michael

    /hammer@@ won't work because you haven't dived down into the
    mount point at that time, so it is trying to do the 'hammer@@...'
    lookup in the root filesystem.

    /hammer/@@... should work, as would 'hammer/subdirectory@@...'.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>
History
Date User Action Args
2008-07-07 16:03:01dillonsetrecipients: + mneumann
2008-07-07 16:03:01dillonlinkissue1051 messages
2008-07-07 16:03:00dilloncreate