Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Copy data to UD disk needs more space than source data?

Featured Replies

Hi,

 

My Array setup:

grafik.thumb.png.1eabc92b83906e23a0f2bb10cb64cc47.png

 

My shares:

grafik.thumb.png.e44ce7a842d1c23e6e670c871401da53.png

 

 

I copied data via rsync to an UD disk:

grafik.thumb.png.43b63cb5a1b520ae67a7e9e4b74cae23.png

 

The command:

#!/bin/bash

SRC="/mnt/user/BackupsV2 /mnt/user/Downloads /mnt/user/e-Books /mnt/user/Transfer"
DST="/mnt/disks/92E6P00LT/backup/"

echo "Backing up: $SRC"
echo "To: $DST"
echo "Starting backup: $(date)"

rsync -a --delete --delete-before $SRC $DST

 

So far so good. The UD disk was empty (xfs). After copying only some of the data ends up with the UD disk using more space than the overall source?

 

353GB ALL data vs 440GB after copying only SOME data?

Can someone explain what is going on here?

 

root@NAS:~# du -hs /mnt/disks/92E6P00LT/
405G    /mnt/disks/92E6P00LT/
root@NAS:~# du -hs /mnt/disk1/
309G    /mnt/disk1/

 

Thanks in advance! :)

 

EDIT: Maybe some rsync stuff together with urBackup structure? One share is in use by urBackup server.

Edited by KluthR

  • KluthR changed the title to Copy data to UD disk needs more space than source data?
  • Community Expert

You will have the space used by the file system (Put there when the disk was formatted) in the figure for used space on the Unassigned disk.    I don't believe this file system space is included in space use by the files in the User Shares.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.