meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:fs:btrfs:subvolumes [2021/03/02 09:47] niziaklinux:fs:btrfs:subvolumes [2024/07/11 20:07] (current) niziak
Line 33: Line 33:
  
 ==== Move data between subvolumes ==== ==== Move data between subvolumes ====
-See `cpcommand arg: +See ''cp'' command arg: 
-  When --reflink[=always] is specified, perform a lightweight copy, where the data blocks are copied  only  when  modified.   If  this  is  not  possible  the  copy  fails,  or  if +  When --reflink[=always] is specified, perform a lightweight copy, where the data blocks are copied  only  when  modified. 
-       --reflink=auto is specified, fall back to a standard copy.+  If  this  is  not  possible  the  copy  fails,  or  if --reflink=auto is specified, fall back to a standard copy.
  
 <code bash> <code bash>