DragonFly BSD
 

Issue1051

Title Hammer snapshot symbolic links with @@
Priority Status chatting
Superseder Nosy List mneumann
Assigned To Topics

Created on 2008-07-07.13:07:09 by mneumann, last changed 2008-07-07.16:03:01 by dillon.

Messages
msg4870 (view) Author: dillon Date: 2008-07-07.16:03:00
: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>
msg4866 (view) Author: mneumann Date: 2008-07-07.13:07:05
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
History
Date User Action Args
2008-07-07 16:03:01dillonsetstatus: unread -> chatting
messages: + msg4870
2008-07-07 13:07:09mneumanncreate