Wie auf btrfs-cleaner warten?

#5715543
Lesenswert?

1
# btrfs subvolume delete --help
2

3
usage: btrfs subvolume delete [options] <subvolume> [<subvolume>...]
4

5
    Delete subvolume(s)
6

7
    Delete subvolumes from the filesystem. The corresponding directory
8
    is removed instantly but the data blocks are removed later.
9
    The deletion does not involve full commit by default due to
10
    performance reasons (as a consequence, the subvolume may appear again
11
    after a crash). Use one of the --commit options to wait until the
12
    operation is safely stored on the media.
13

14
    -c|--commit-after      wait for transaction commit at the end of the operation
15
    -C|--commit-each       wait for transaction commit after deleting each subvolume
16
    -v|--verbose           verbose output of operations

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren