Bug 329860 - on CoW fs dolphin not using file clone as cp --reflink=auto
Summary: on CoW fs dolphin not using file clone as cp --reflink=auto
Status: RESOLVED DUPLICATE of bug 326880
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 4.12.0
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-11 23:20 UTC by Timofey
Modified: 2014-01-12 02:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timofey 2014-01-11 23:20:32 UTC
on CoW fs dolphin not using file clone as cp --reflink=auto and create physical copy file on disk

Reproducible: Always

Steps to Reproduce:
1. on btrfs: create big file (4G for example) ~/4G.bin
2. copy it in dolphin (as cp ~/4G.bin ~/4G(1).bin)
Actual Results:  
files copy bit by bit and writing data

Expected Results:  
file clone momentaly as cp --reflink=auto

Arch linux
Kernel 3.13 rc7 x86_64
$ cat /etc/fstab
LABEL=system /          auto rw,commit=600,relatime,compress=lzo,discard,subvol=@root 0 0
LABEL=system /home auto rw,commit=600,relatime,compress,discard,subvol=@home     0 0
Comment 1 Christoph Feck 2014-01-12 02:00:56 UTC

*** This bug has been marked as a duplicate of bug 326880 ***