So I'm trying to backup a folder with subfolders to another disk and it won't fit.
I used
I ran
As such, I cannot fit 365GB source folder into the 450+GB (formatted size) disk.
Both drives are formatted as UFS. Any ideas on the huge discrepancy?
I've attached a
Thanks a lot
edit. I just tried copying another subfolder using
I used
rsync -aiv --delete /mysrc /mydest
. There are no links (symlinks or hardlinks) of any sorts on the source.I ran
du -d 1 -h
on the the source, 1 subfolder is around 195GB but after transferring it to the destination, it now occupies 260+GB according to du -d 1 -h
.As such, I cannot fit 365GB source folder into the 450+GB (formatted size) disk.
Both drives are formatted as UFS. Any ideas on the huge discrepancy?
I've attached a
dmesg
output for the 2 disks involved.Thanks a lot
edit. I just tried copying another subfolder using
cp -av
to a new disk (320GB). According to du -d 1 -h
, the folder occupies around 144GB on the source. But when I ran the same command on the destination, it uses around 165GB.