Bug #1053
closedhammer: nohistory doesn't show up in mount
0%
Description
Hi,
Either "nohistory" has no effect or it just does not appear in the
"mount -v" output. As I can use "undo" and I mounted with "-o nohistory" 
I assume the first.
Regards,
Michael
       Updated by dillon over 17 years ago
      Updated by dillon over 17 years ago
      
    
    :Hi,
:
:Either "nohistory" has no effect or it just does not appear in the
:"mount -v" output. As I can use "undo" and I mounted with "-o nohistory" 
:I assume the first.
:
:Regards,
:
:   Michael
Doesn't appear in the mount -v output.  Not sure there is anything
    I can do about that, the option is flagged separately in the
    hammer-specific hammer_mount structure and not in the basic mount
    structure.-Matt
                    Matthew Dillon 
                    <dillon@backplane.com>
       Updated by mneumann over 17 years ago
      Updated by mneumann over 17 years ago
      
    
    Ah, I understand. Could it be made a "global" flag (non-hammer
specific), like "readonly"? If not, something like "hammer mount-info" 
would be nice.
Regards,
Michael
       Updated by dillon almost 17 years ago
      Updated by dillon almost 17 years ago
      
    
    This requires mount -v to specifically understand the HAMMER VFS.  Unresolved
atm.  I don't recommend making this flag global at this time.  Another option is
to add a VFS_* op to return active options in a string buffer which mount -v can
generically query.
       Updated by tuxillo about 16 years ago
      Updated by tuxillo about 16 years ago
      
    
    Hi
A fix has been committed in HEAD, see dad088a5471c72523a12b0ca4270729e6c3c1919
Can you please check?
Cheers,
Antonio