deprecated utils are in maintenace mode and we keep them in source tree for
backward compatibilty only.
+What: losetup -s
+When: 2.15
+Why: the option -s is in collision with the Loop-AES losetup dialect that is used
+ in some distributions. Use the long version (--show) only.
+
+--------------------------
What: raw(8) command
When: undefined yet; depends on kernel upstream
" --sizelimit <num> loop limited to only <num> bytes of the file\n"
" -p | --pass-fd <num> read passphrase from file descriptor <num>\n"
" -r | --read-only setup read-only loop device\n"
- " -s | --show print device name (with -f <file>)\n"
+ " --show print device name (with -f <file>)\n"
" -v | --verbose verbose mode\n\n"),
progname);
exit(1);
.IR pfd ]
.RB [ \-r ]
.in +8
-.RB { \-f [ \-s ] | \fIloop_device\fP }
+.RB { \-f [ \-\-show ] | \fIloop_device\fP }
.I file
.in -13
.ad b
instead of from the terminal
.IP "\fB\-r, \-\-read-only\fP"
setup read-only loop device
-.IP "\fB\-s, \-\-show\fP"
+.IP "\fB\-\-show\fP"
print device name if the
.I -f
option and a
.I file
-argument are present
+argument are present.
+
+The short form of this option (\fB\-s\fP) is deprecated. This short form could
+be in collision with Loop-AES implementation where the same option is used for
+\fB\-\-sizelimit\fP.
.IP "\fB\-v, \-\-verbose\fP"
verbose mode