Forum: PC Hard- und Software Wie auf btrfs-cleaner warten?


von Uwe E. (Gast)


Lesenswert?

Hi,
nachdem man mit
1
btrfs subvolume delete /..
ein größeres backup subvolume gelöscht hat, wie wartet man da auf den 
'btrfs-cleaner' bis er sein Job erledigt hat?


Danach soll der freigegeben Speicherplatz wieder mit einem neuen 
subvolume verwendet werden..

von Stefan P. (form)


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

Bitte melde dich an um einen Beitrag zu schreiben. Anmeldung ist kostenlos und dauert nur eine Minute.
Bestehender Account
Schon ein Account bei Google/GoogleMail? Keine Anmeldung erforderlich!
Mit Google-Account einloggen
Noch kein Account? Hier anmelden.