Missing 1TB Free Space on volume

RAID, Volume, storage pool, hard drive, USB, SSD cache and iSCSI LUN
User avatar
tepe
Posts: 8
Joined: 11 Apr 2021, 19:58

Missing 1TB Free Space on volume

Post by tepe »

I've done yesterday update to newest version TOS 4.2.32, after update, and upload new files something strange start to happening with my volume free space.
Screen 1 - my hard drive configuration and empty space
config.png
Screen 2 - all catalogs with sizes
size.png
As you can see i'm missing ~ TB of free space.

Any solution? Some ssh disk recalculation command?
User avatar
TMzethar
TerraMaster Team
Posts: 1128
Joined: 27 Oct 2020, 16:43

Re: Missing 1TB Free Space on volume

Post by TMzethar »

{L_BUTTON_AT}tepe
Guessing that you used volume2 as the primary volume before, your data of nearly 1TB may be stored on the admin, public and appdata of Volume2. You can refer this guide to change(Restore) your primary volume back to volume2. viewtopic.php?f=76&t=2443
To contact our team, please send email to following addresses, remember to replace (at) with @:
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
tepe
Posts: 8
Joined: 11 Apr 2021, 19:58

Re: Missing 1TB Free Space on volume

Post by tepe »

{L_BUTTON_AT}tepe
TMzethar wrote: 17 Apr 2022, 20:42 Guessing that you used volume2 as the primary volume before, your data of nearly 1TB may be stored on the admin, public and appdata of Volume2. You can refer this guide to change(Restore) your primary volume back to volume2. viewtopic.php?f=76&t=2443
No, i never used volume2 as primary. From the begining volume1 is system drive (ssd) for apps. And i have only 1 app instaled, so its impossible to use 1TB of data. Shared folders looks OK:
shared.png
shared.png (20.74 KiB) Viewed 8353 times
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: Missing 1TB Free Space on volume

Post by TMSupport »

Please try to restore shared folders to volume2 first. viewtopic.php?f=76&t=2443
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
tepe
Posts: 8
Joined: 11 Apr 2021, 19:58

Re: Missing 1TB Free Space on volume

Post by tepe »

TMSupport wrote: 18 Apr 2022, 14:06 Please try to restore shared folders to volume2 first. viewtopic.php?f=76&t=2443
Done, still the same.
User avatar
TMnorah
TerraMaster Team
Posts: 117
Joined: 17 Aug 2021, 09:51

Re: Missing 1TB Free Space on volume

Post by TMnorah »

Hello, may I ask if you have any other shared folders that you have not given permission to and are not displayed in the file management. and what application did you install?
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
tepe
Posts: 8
Joined: 11 Apr 2021, 19:58

Re: Missing 1TB Free Space on volume

Post by tepe »

TMnorah wrote: 18 Apr 2022, 22:18 Hello, may I ask if you have any other shared folders that you have not given permission to and are not displayed in the file management. and what application did you install?
No, only those fodders that are displayed in screens.
I have only one application: transmission, that using folders listed on screen.
User avatar
TMSupport
TerraMaster Team
Posts: 2314
Joined: 13 Dec 2019, 15:15

Re: Missing 1TB Free Space on volume

Post by TMSupport »

Follow the steps below to check the usage of volume 2.
1. Log in to the SSh terminal
2.

Code: Select all

cd /mnt/md1
3.

Code: Select all

du -sh *
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
tepe
Posts: 8
Joined: 11 Apr 2021, 19:58

Re: Missing 1TB Free Space on volume

Post by tepe »

TMSupport wrote: 19 Apr 2022, 17:55 Follow the steps below to check the usage of volume 2.
1. Log in to the SSh terminal
2.

Code: Select all

cd /mnt/md1
3.

Code: Select all

du -sh *

[root@TNAS md1]# du -sh *
8.0K @system
8.0K @zlog
904G Filmy
13G Gabrysia
169G Tomek
188K User
0 appdata
263M application
0 public
[root@TNAS md1]#
User avatar
TMRyan
TerraMaster Team
Posts: 817
Joined: 01 Dec 2020, 11:50

Re: Missing 1TB Free Space on volume

Post by TMRyan »

You can first check the volume usage with

Code: Select all

df -h
Then you can try the following steps:
1.

Code: Select all

cd /mnt/
2.

Code: Select all

du -sh *
3. Check which directory is using the most capacity,
If you see "x T md0 "then use

Code: Select all

cd /mnt/md0

Code: Select all

du -sh *
If you see "x T md2" then use

Code: Select all

cd /mnt/md2

Code: Select all

du -sh *
To contact our team, please send email to following addresses, remember to replace (at) with @
Technical team: support(at)terra-master.com (for technical support)
Service team: service(at)terra-master.com (for purchasing, return, replacement)
Locked