Print this page
5857 add -o option to lofiadm

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/lofiadm.1m.man.txt
          +++ new/usr/src/man/man1m/lofiadm.1m.man.txt
↓ open down ↓ 1 lines elided ↑ open up ↑
   2    2  
   3    3  
   4    4  
   5    5  NAME
   6    6         lofiadm - administer files available as block devices through lofi
   7    7  
   8    8  SYNOPSIS
   9    9         lofiadm [-r] -a file [device]
  10   10  
  11   11  
  12      -       lofiadm [-r] -c crypto_algorithm -a file [device]
       12 +       lofiadm [-r] [-o] -c crypto_algorithm -a file [device]
  13   13  
  14   14  
  15   15         lofiadm [-r] -c crypto_algorithm -k raw_key_file -a file [device]
  16   16  
  17   17  
  18   18         lofiadm [-r] -c crypto_algorithm -T token_key -a file [device]
  19   19  
  20   20  
  21   21         lofiadm [-r] -c crypto_algorithm -T token_key
  22   22              -k wrapped_key_file -a file [device]
↓ open down ↓ 64 lines elided ↑ open up ↑
  87   87             lzma stands for the LZMA (Lempel-Ziv-Markov) compression algorithm.
  88   88  
  89   89             Note that you cannot write to a compressed file, nor can you mount
  90   90             a compressed file read/write.
  91   91  
  92   92  
  93   93         -d file | device
  94   94  
  95   95             Remove an association by file or device name, if the associated
  96   96             block device is not busy, and deallocates the block device.
       97 +
       98 +
       99 +       -o
      100 +
      101 +           If the -o option is specified lofiadm will prompt for a passphrase
      102 +           once.
  97  103  
  98  104  
  99  105         -r
 100  106  
 101  107             If the -r option is specified before the -a option, the device will
 102  108             be opened read-only.
 103  109  
 104  110  
 105  111         -s segment_size
 106  112  
↓ open down ↓ 478 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX