The Schworak Site | Log In | Up A Level

8. System administration commands (usually only for root)

Enter a Linux command to search for:

LUKSFORMAT

Section: Administrative commands (8)
Updated: 2023-08-22
Index  |  Return to Main Contents
 

NAME

luksformat - Create and format an encrypted LUKS device  

SYNOPSIS

luksformat [-t fstype] device [ mkfs options ]  

DESCRIPTION

luksformat is a wrapper around cryptsetup and mkfs which provides an easy interface for creating an encrypted device that follows the LUKS standard and for putting a file system onto the encrypted device.

The default file system is vfat since that is most commonly used on removable devices. However, you can specify any available file system with the -t option.  

SEE ALSO

cryptsetup(8), mkfs(8)  

AUTHOR

This program was written by Martin Pitt <martin.pitt@ubuntu.com>.


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
AUTHOR

Return to Main Contents

All content on this site is copyright ©2004-2024 and is not to be reproduced without prior permission.