Hi Greg,

The last few line before termination were:

47,997 100%    2.29MB/s    0:00:00 (xfr#19403697, to-chk=0/25525501)
rsync: [receiver] mkstemp "/mnt/nvme0n1p1/data-mirror/20241231/.task_id.OyhQxa" failed: No space left on device (28) sent 1,889,449,185,360 bytes received 387,102,958 bytes 48,283,396.69 bytes/sec
total size is 2,087,584,400,832  speedup is 1.10
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1338) [sender=3.2.7]

The command was:

rsync -av /mnt/sdb1/data-mirror/ /mnt/nvme0n1p1/data-mirror/ --progress --delete

executed as root from /root in "screen" mode.

So that it could be resumed / viewed if the terminal closed.

I'm also pasting output of what Alain asked for earlier:

root@eagle:~# du -sh /mnt/nvme0n1p1
1.1T    /mnt/nvme0n1p1

root@eagle:~# du -shi /mnt/nvme0n1p1
du: invalid option -- 'i'
Try 'du --help' for more information.

root@eagle:~# df -h /mnt/nvme0n1p1
Filesystem      Size  Used Avail Use% Mounted on
/dev/nvme0n1p1  3.7T  1.1T  2.6T  30% /mnt/nvme0n1p1

root@eagle:~# df -hi /mnt/nvme0n1p1
Filesystem     Inodes IUsed IFree IUse% Mounted on
/dev/nvme0n1p1   2.6G   19M  2.6G    1% /mnt/nvme0n1p1

and this is the source:

root@eagle:~# df -hT /mnt/sdb1/
Filesystem     Type  Size  Used Avail Use% Mounted on
/dev/sdb1      ext4  7.3T  6.0T  943G  87% /mnt/sdb1

Mount options of the destination as requested:

root@eagle:~# mount | grep /mnt/nvme0n1p1
/dev/nvme0n1p1 on /mnt/nvme0n1p1 type fuseblk (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)

Let me know if you want to see anything else.

Regards,
Adam

Reply via email to