Project

General

Profile

Actions

Bug #1051

closed

Hammer snapshot symbolic links with @@

Added by mneumann over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

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
Actions #1

Updated by dillon over 15 years ago

: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
<>
Actions

Also available in: Atom PDF