Which of the following commands creates a Btrfs subvolume named volume in/mnt?
Which of the following commands creates a Btrfs subvolume named volume in/mnt?
The correct command to create a Btrfs subvolume named 'volume' in the directory /mnt is 'btrfs subvolume create /mnt/volume'. This command correctly specifies the creation of a subvolume with 'create' followed by the path where the new subvolume should be placed.
E - 100%
man btrfs-subvolume --- create [-i <qgroupid>] [<dest>/]<name> Create a subvolume name in dest. If dest is not given, subvolume name will be created in the cur\u2010 rent directory.
*in the current directory