Why different free spaces ? (Same hdd size & files).


Recommended Posts

Hi,
I have a lossless music collection on a 1 Tb hard drive. I made a copy of everything to an external hard drive of 1 Tb too. But the free available space is not the same (1 gb of difference !) .I  know that with my current pc formatting the external hard drive, and re-copying everything again would solve the issue. I've done this once.  But sometimes I like to update my collection on the external drive  (from an other pc) ,  and when I resynch again to replicate the changes on my local hard drive, a difference of 1 gb for the free space comes back.   I  want to understand where the difference of 1 Gb comes from. I  tried to delete/disable any potential "restore point" (as this could impact the "System Volume Information" folder)  ,  but this makes no difference.  Also I  checked for any hidden files, found nothing. Virus scanning, nothing.

If this could help I've got some info using ms-dos below. G: is the local drive, J: is an external one.

 

C:\Windows\system32>fsutil fsinfo ntfsinfo  j:
NTFS Volume Serial Number :       0x8c845d4b845d38c2
Version :                         3.1
Number Sectors :                  0x00000000746f5fff
Total Clusters :                  0x000000000e8debff
Free Clusters  :                  0x000000000169588b
Total Reserved :                  0x0000000000049640
Bytes Per Sector  :               512
Bytes Per Physical Sector :       <Not Supported>
Bytes Per Cluster :               4096
Bytes Per FileRecord Segment    : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length :           0x0000000003400000
Mft Start Lcn  :                  0x00000000000c0000
Mft2 Start Lcn :                  0x0000000000000002
Mft Zone Start :                  0x00000000000c3400
Mft Zone End   :                  0x00000000000cc820
RM Identifier:        D50C9E71-D468-11E3-8F3F-001D7D06BBDC

C:\Windows\system32>fsutil fsinfo ntfsinfo  g:
NTFS Volume Serial Number :       0x3eee02c4ee027485
Version :                         3.1
Number Sectors :                  0x00000000747057ff
Total Clusters :                  0x000000000e8e0aff
Free Clusters  :                  0x0000000001695b52
Total Reserved :                  0x00000000000003f0
Bytes Per Sector  :               512
Bytes Per Physical Sector :       512
Bytes Per Cluster :               4096
Bytes Per FileRecord Segment    : 1024
Clusters Per FileRecord Segment : 0
Mft Valid Data Length :           0x0000000003c00000
Mft Start Lcn  :                  0x00000000000c0000
Mft2 Start Lcn :                  0x0000000000000002
Mft Zone Start :                  0x00000000000c3c00
Mft Zone End   :                  0x00000000000cc820
RM Identifier:        8D498DA5-4CED-11E2-BDC3-001D7D06BBDC

Any suggestion/explanation ?

Thanks
 

I would assume its the Reserved Space that your seeing the difference in

By default NTFS reserves zone, 12.5% of volume size for MFT and does not allow writing there any user's data, which lets MFT to grow. However, when, for example, a lot of files are placed to the drive, MFT can grow beyond the reserved zone and becomes fragmented.

If your drive becomes full that can shrink below that number original reserved number if not being used - like lots of BIG files. Did your original disk become full at some point?

If doing the math right

Total Reserved : 0x0000000000049640 = 300608 x 4096 = 1,231,290,368 Bytes

The other disk is only 1008 x 4096 = 4,128,768

If you fill up the space, then the MFT should shrink.. Couple different ways to do that. But not sure why you would be worried about it?? Its 1GB out of 1TB ;)

edit: If you run defrag in cmd prompt you can get a report

defrag d: -A -V

Master File Table (MFT):

MFT size = 117.00 MB

MFT record count = 119807

MFT usage = 100%

Total MFT fragments = 2

So what does it show for your MFT for your 2 drives?

hi,
 

  Quote
The other disk is only 1008 x 4096 = 4,128,768

Well, I  don't understand well this number.

 

  Quote
But not sure why you would be worried about it?? Its 1GB out of 1TB ;)

 

Yes 1 Gb from 1Tb is not big, but at least I'm reassured than nothing wrong is happening.

According to your comments, I  guess  the difference is because of fragmentation ?
There was a time, 1 Gb meant a lot for me (especially with a hard drive of 8 gb :) ).
 

  Quote
: If you run defrag in cmd prompt you can get a report

 

Well, the reported free space is not the same on explorer and with the dos command.

On explorer external hard drive J: indicate 89.1 gb of free space, while with dos command I get 90.33 gb

Here is the full dos report:

C:\Windows\system32>defrag g: -A -V
Microsoft Disk Defragmenter
Copyright (c) 2007 Microsoft Corp.

Invoking analysis on Musik (G:)...


The operation completed successfully.

Post Defragmentation Report:

        Volume Information:
                Volume size                 = 931,50 GB
                Cluster size                = 4 KB
                Used space                  = 841,17 GB
                Free space                  = 90,33 GB

        Fragmentation:
                Total fragmented space      = 1%
                Average fragments per file  = 2,32

                Movable files and folders   = 53483
                Unmovable files and folders = 10

        Files:
                Fragmented files            = 523
                Total file fragments        = 62732

        Folders:
                Total folders               = 4622
                Fragmented folders          = 409
                Total folder fragments      = 702

        Free space:
                Free space count            = 1748
                Average free space size     = 52,83 MB
                Largest free space size     = 79,61 GB

        Master File Table (MFT):
                MFT size                    = 60,00 MB
                MFT record count            = 61439
                MFT usage                   = 100%
                Total MFT fragments         = 1

        Note: File fragments larger than 64MB are not included in the fragmentation statistics.

        You do not need to defragment this volume.

C:\Windows\system32>defrag j: -A -V
Microsoft Disk Defragmenter
Copyright (c) 2007 Microsoft Corp.

Invoking analysis on Musik (J:)...


The operation completed successfully.

Post Defragmentation Report:

        Volume Information:
                Volume size                 = 931,47 GB
                Cluster size                = 4 KB
                Used space                  = 841,14 GB
                Free space                  = 90,33 GB

        Fragmentation:
                Total fragmented space      = 0%
                Average fragments per file  = 1,00

                Movable files and folders   = 52516
                Unmovable files and folders = 10

        Files:
                Fragmented files            = 14
                Total file fragments        = 25

        Folders:
                Total folders               = 4619
                Fragmented folders          = 859
                Total folder fragments      = 1255

        Free space:
                Free space count            = 59
                Average free space size     = 1,52 GB
                Largest free space size     = 69,66 GB

        Master File Table (MFT):
                MFT size                    = 52,00 MB
                MFT record count            = 53247
                MFT usage                   = 100%
                Total MFT fragments         = 3

        Note: File fragments larger than 64MB are not included in the fragmentation statistics.

        You do not need to defragment this volume.

Free space = 90,33 GB

That looks the same on both..

You also have more files on one than the other

Movable files and folders = 52516

Movable files and folders = 53483

"The other disk is only 1008 x 4096 = 4,128,768"

Convert the hex number..

Total Reserved : 0x00000000000003f0

So 3F0 = (3 * 16^2) + (15 (F) * 16^1) + (0 * 16^0)

3 x 16^2 = 3 x 256 = 768

15 x 16^1 = 15 * 16 = 240

0 x 16^1 = 0 x 1 = 0

Add them up, then x 4096 is the Bytes per cluster

Its not fragmentation - it is the reserved space for the MFT.. If you look at your MFT size they are different - which makes sense with different files. But that is not really showing you the reserved space.. Let me see if I can dig up a easy way to show that. Other than doing the math on your fsutil output.

  On 30/09/2014 at 12:39, BudMan said:

You also have more files on one than the other

Movable files and folders = 52516

Movable files and folders = 53483

But when I select all files/folder at the root, and then look at properties I get same number of file and folders from explorer i.e: 47 436 files, 4 605 folders for both hard drive . Only the hidden system folder are not selected ( System Volume Information & recycle bin).

Also I synched both hard drive using a comparison tool "beyond compare", and off course the comparison indicate no differences in files/ folders.

 

  Quote
.. If you look at your MFT size they are different - which makes sense with different files

But again files are the same, and using a comparison tool I can't find a difference.

well why does the defrag report show differences in number of files?

Movable files and folders = 52516

Movable files and folders = 53483

And its just not a couple - its almost 1k

While I can understand the curiosity - I do!! Your talking 1GB out of a TB disk.. that is like .1%

You have a difference in the reserved space clearly from your fsutil between disks. But it seems high to me - how did you format this disk? What OS are you using?

Can you output

C:\>fsutil behavior query mftzone

MftZone = 0

So if I look at this system at work

C:\>fsutil fsinfo ntfsinfo c:

NTFS Volume Serial Number : 0x411dc95f01904c54

Version : 3.1

Number Sectors : 0x00000000253fda70

Total Clusters : 0x0000000004a7fb4e

Free Clusters : 0x00000000032c27f9

Total Reserved : 0x0000000000000780

Bytes Per Sector : 512

Bytes Per Cluster : 4096

Bytes Per FileRecord Segment : 1024

Clusters Per FileRecord Segment : 0

Mft Valid Data Length : 0x000000000d5c0000

Mft Start Lcn : 0x0000000000000004

Mft2 Start Lcn : 0x0000000002448cd8

Mft Zone Start : 0x0000000001067e40

Mft Zone End : 0x00000000010683a0

RM Identifier: 61A8CFCA-D4F7-11E2-9177-806E6F6E6963

----

Total Reserved : 0x0000000000000780

30720 x 4096 = 125,829,120

If I recall in windows 7 mftzone of 0 = 200MB.. So I might not recalling what that reserved space is reporting on?? But odd how your saying your seeing 1GB difference and that sure right in the ball park..

Can you run this command for your disks

C:\>fsutil volume diskfree c:

Total # of free bytes : 217998594048

Total # of bytes : 319970140160

Total # of avail free bytes : 217998594048

That reserved space is space for the ntfs meta data, this can contain lots of different stuff

I would be most interested in your log file size..

run a chkdsk on the disks and you should get the log file size

Windows has checked the file system and found no problems.

312470840 KB total disk space.

99675336 KB in 175463 files.

87688 KB in 27449 indexes.

0 KB in bad sectors.

331768 KB in use by the system.

65536 KB occupied by the log file.

212376048 KB available on disk.

4096 bytes in each allocation unit.

78117710 total allocation units on disk.

53094012 allocation units available on disk.

What is the reports for your 2 disks from chkdsk?

  On 30/09/2014 at 14:39, BudMan said:

 how did you format this disk? What OS are you using?

 

Actually I use two Pc, I tried to simplify thing by avoiding unecessary details.

Let's call one pc A, and the other B. I move sometimes from a town to an other , and make change to the musical collection.

So the portable hard drive, is the way for me to resynch again files/folder changes, when moving between locations.

The problem occured in the pc B, I  made a little change in local drive, and then free available space was abruptly decreased of 1 gb.

Afer resynching with the external hard drive, it was obvious that 1 gb was missing.

I  think I  reformatted my external drive there, and then after copying everything I  got this time the same free space size (i.e 1 gb lacking for the free space).

It's once I  got back to pc A, and then resynched using the tool "beyond compare", that I  got to admit that 1 gb mysteriously disappeared from my external drive.

 

I thought it could be a very hard to detect rootkit, that's why I wanted to inspect this.

 

Both pc are under win 7 , 64 bits. Formatting done by right clicking, and default options.

Currently I use the pc I called A.

 

  Quote
Can you output

C:\>fsutil behavior query mftzone

MftZone = 0

 

 

I get same output, when I type this i.e MftZone = 0.

 

 

  Quote

Can you run this command for your disks

C:\>fsutil volume diskfree c:

 

 

 

well I get:

 

  Quote

C:\Windows\system32>fsutil volume diskfree  g:

Total # of free bytes        : 96992632832

Total # of bytes             : 1000202039296

Total # of avail free bytes  : 96992632832

C:\Windows\system32>fsutil volume diskfree  j:

Total # of free bytes        : 95762558976

Total # of bytes             : 1000169533440

Total # of avail free bytes  : 95762558976

 

 

There's a small size difference between hard drives if I compare "total of bytes", but it's around 31 Mb  ( far from 1 Gb).

 

  Quote
What is the reports for your 2 disks from chkdsk?

 

 

 

Local drive G:

C:\Windows\system32>chkdsk g:
The type of the file system is NTFS.
Volume label is Musik.

WARNING!  F parameter not specified.
Running CHKDSK in read-only mode.

CHKDSK is verifying files (stage 1 of 3)...
  61440 file records processed.
File verification completed.
  6813 large file records processed.
  0 bad file records processed.
  0 EA records processed.
  0 reparse records processed.
CHKDSK is verifying indexes (stage 2 of 3)...
  70680 index entries processed.
Index verification completed.
  0 unindexed files scanned.
  0 unindexed files recovered.
CHKDSK is verifying security descriptors (stage 3 of 3)...
  61440 file SDs/SIDs processed.
Security descriptor verification completed.
  4621 data files processed.
CHKDSK is verifying Usn Journal...
  37710080 USN bytes processed.
Usn Journal verification completed.
Windows has checked the file system and found no problems.

 976759807 KB total disk space.
 884887796 KB in 47448 files.
     21928 KB in 4622 indexes.
         0 KB in bad sectors.
    194591 KB in use by the system.
     65536 KB occupied by the log file.
  91655492 KB available on disk.

      4096 bytes in each allocation unit.
 244189951 total allocation units on disk.
  22913873 allocation units available on disk.

External drive J:

C:\Windows\system32>chkdsk j:
The type of the file system is NTFS.
Volume label is Musik.

WARNING!  F parameter not specified.
Running CHKDSK in read-only mode.

CHKDSK is verifying files (stage 1 of 3)...
  53248 file records processed.
File verification completed.
  0 large file records processed.
  0 bad file records processed.
  0 EA records processed.
  0 reparse records processed.
CHKDSK is verifying indexes (stage 2 of 3)...
  62482 index entries processed.
Index verification completed.
  0 unindexed files scanned.
  0 unindexed files recovered.
CHKDSK is verifying security descriptors (stage 3 of 3)...
  53248 file SDs/SIDs processed.
Security descriptor verification completed.
  4618 data files processed.
CHKDSK is verifying Usn Journal...
  17853760 USN bytes processed.
Usn Journal verification completed.
Windows has checked the file system and found no problems.

 976728063 KB total disk space.
 882274612 KB in 47444 files.
     20616 KB in 4619 indexes.
         0 KB in bad sectors.
    166935 KB in use by the system.
     65536 KB occupied by the log file.
  94265900 KB available on disk.

      4096 bytes in each allocation unit.
 244182015 total allocation units on disk.
  23566475 allocation units available on disk.

Hence same log size.

clearly these have different number of files

CHKDSK is verifying files (stage 1 of 3)...

53248 file records processed.

CHKDSK is verifying files (stage 1 of 3)...

61440 file records processed.

884887796 KB in 47448 files.

882274612 KB in 47444 files.

194591 KB in use by the system.

166935 KB in use by the system.

These disks are showing all kinds of differences..

if you do the math here

884887796 KB in 47448 files.

882274612 KB in 47444 files.

You have 2,613,184 KB more stored on 1 disk than another..

  On 01/10/2014 at 12:34, BudMan said:

clearly these have different number of files

 

But when I use a comparison tool like "beyond  compare", it detects nothing.

Just tried the freeware "freefilesync" to perform a comparison, and no difference too.

 

Also I tried to list all hidden files, and nothing significant found.

 

External drive J:

C:\Windows\system32>dir /s j: /A:H
 Volume in drive J is Musik
 Volume Serial Number is 845D-38C2

 Directory of J:\

10/09/2014  23:40    <DIR>          $RECYCLE.BIN
30/09/2014  17:54    <DIR>          System Volume Information
               0 File(s)              0 bytes

 Directory of J:\$RECYCLE.BIN

10/09/2014  23:40    <DIR>          .
10/09/2014  23:40    <DIR>          ..
10/09/2014  23:40    <DIR>          S-1-5-21-2840249066-1808354765-502258188-100
1
               0 File(s)              0 bytes

 Directory of J:\$RECYCLE.BIN\S-1-5-21-2840249066-1808354765-502258188-1001

10/09/2014  23:40    <DIR>          .
10/09/2014  23:40    <DIR>          ..
10/09/2014  23:40               129 desktop.ini
               1 File(s)            129 bytes

     Total Files Listed:
               1 File(s)            129 bytes
               7 Dir(s)  95 762 558 976 bytes free

Local drive G:

C:\Windows\system32>dir /s g: /A:H
 Volume in drive G is Musik
 Volume Serial Number is EE02-7485

 Directory of G:\

11/01/2013  22:08    <DIR>          $RECYCLE.BIN
30/09/2014  17:29    <DIR>          System Volume Information
               0 File(s)              0 bytes

 Directory of G:\$RECYCLE.BIN

11/01/2013  22:08    <DIR>          .
11/01/2013  22:08    <DIR>          ..
10/01/2013  04:02    <DIR>          S-1-5-21-1361396589-2356774225-1261531009-10
01
04/01/2013  00:33    <DIR>          S-1-5-21-1361396589-2356774225-1261531009-10
03
10/01/2013  19:37    <DIR>          S-1-5-21-25329115-1288955257-3199750000-1001

29/09/2014  15:54    <DIR>          S-1-5-21-2840249066-1808354765-502258188-100
1
               0 File(s)              0 bytes

 Directory of G:\$RECYCLE.BIN\S-1-5-21-1361396589-2356774225-1261531009-1001

10/01/2013  04:02    <DIR>          .
10/01/2013  04:02    <DIR>          ..
24/12/2012  00:04               129 desktop.ini
               1 File(s)            129 bytes

 Directory of G:\$RECYCLE.BIN\S-1-5-21-1361396589-2356774225-1261531009-1003

04/01/2013  00:33    <DIR>          .
04/01/2013  00:33    <DIR>          ..
04/01/2013  00:33               129 desktop.ini
               1 File(s)            129 bytes

 Directory of G:\$RECYCLE.BIN\S-1-5-21-25329115-1288955257-3199750000-1001

10/01/2013  19:37    <DIR>          .
10/01/2013  19:37    <DIR>          ..
10/01/2013  19:37               129 desktop.ini
               1 File(s)            129 bytes

 Directory of G:\$RECYCLE.BIN\S-1-5-21-2840249066-1808354765-502258188-1001

29/09/2014  15:54    <DIR>          .
29/09/2014  15:54    <DIR>          ..
11/01/2013  22:08               129 desktop.ini
               1 File(s)            129 bytes

     Total Files Listed:
               4 File(s)            516 bytes
              16 Dir(s)  96 992 628 736 bytes free

well if you have stuff in the recycle bin.. Those could be quite large

example

10/01/2013 04:02 <DIR> S-1-5-21-1361396589-2356774225-1261531009-1001

04/01/2013 00:33 <DIR> S-1-5-21-1361396589-2356774225-1261531009-1003

10/01/2013 19:37 <DIR> S-1-5-21-25329115-1288955257-3199750000-1001

29/09/2014 15:54 <DIR> S-1-5-21-2840249066-1808354765-502258188-1001

So those 1001, 1003 are the RID of the user accounts that owns those recycled files.

You can go in via cmd line and clear those for sure - or look in them.

Your command is only showing hidden - but the files in the bin might not have H attribute set.

  On 01/10/2014 at 14:11, BudMan said:

well if you have stuff in the recycle bin.. Those could be quite large

 

Well, I can force a permanent delete of the hidden system Recycle folder, and this doesn't help me to recover the missing Gb. This folder, is automatically re-created , so I don't think it's a problem.

 

Sorry, can't see the pic you posted.

 

Otherwise do you think that a malware/rootkit could hide files from explorer ?

1GB malware/rootkit - yeah I don't think so..

I just don't understand why your so worried about 1GB.. Clearly your disk is showing different sizes and different number of files.. If your worried about root kit on it, then wipe it and copy your files over again.

Yeah not seeing the image either - even though I saw it when I posted it.. They are having problems with images that is clear..

You notice the huge difference in fragmentation.. That could account for quite a bit of space actually..

Try defrag

Files:

Fragmented files = 523

Total file fragments = 62732

Files:

Fragmented files = 14

Total file fragments = 25

Keep in mind these drives are not the same out of the gate

Number Sectors : 0x00000000746f5fff = 1953456127

Total Clusters : 0x000000000e8debff

Number Sectors : 0x00000000747057ff = 1953519615

Total Clusters : 0x000000000e8e0aff

If you look at free clusters

23681163 - 23681874 = 711

There is so many things different with this disk, trying to figure out where 1 GB is crazy ;)

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft 365 Copilot Notebooks now integrated in OneNote on Windows by Paul Hill Microsoft has announced that Enterprise customers with Microsoft 365 Copilot, SharePoint, or OneDrive licenses can now use Microsoft 365 Copilot Notebooks integrated directly with OneNote on Windows. Copilot Notebooks are AI-powered and bring together different resources such as Copilot Chat, files, notes, and links into a single space to make you more productive. The Redmond giant wants to make it easier for customers to gather content, understand complex topics, and create “smarter content” with Copilot Notebooks. This integration is squarely aimed at Enterprise customers, not Personal or Family subscribers. How Copilot Notebooks enhance productivity in OneNote When you open OneNote on Windows, you should see Copilot Notebooks in the left-hand sidebar, from here you can view or edit existing notebooks or you can create one by going to Home > Create Copilot Notebook or New notebook. During the creation of your new notebook, you can give it a name and add references such as OneNote pages, .docx, .pptx, .xlsx, .pdf, or .loop files. This gives Copilot extra context to provide you with more refined answers. Once you have created a notebook and added your reference documents, you can use Copilot Notebooks to help you gather insights from your documents, draft summaries, and generate audio overviews. An important caveat to mention about these notebooks is that you can only add 20 files as references and only individual OneNote pages, as opposed to sections and notebooks, can be added. Microsoft could add support for these in the future, but you can’t add them yet. Another limitation right now is that some OneNote features aren’t functional within Copilot Notebooks, including tags, section groups, inking, templates, password protection, Immersive Reader, and offline support. Availability and what it means for enterprise users Microsoft 365 Copilot Notebooks in OneNote for Windows are available for Enterprise customers with an appropriate license (anyone with a Microsoft 365 Copilot, SharePoint, or OneDrive license) running OneNote Version 2504 (Build 18827.20128) or later. If you have any other feedback to give to Microsoft, you can give it via Help > Feedback. As an Insider preview, Microsoft will likely improve this before declaring it stable so let Microsoft know of any issues you have. Now that the feature is available as a preview, it’s the perfect time for IT admins and other decision-makers to evaluate the feature to see how it could benefit their wider organization.
    • Mixxx 2.5.2 by Razvan Serea Mixxx is powerful, free, and open-source DJ software designed for both beginners and professionals. It offers real-time beatmatching, auto DJ, effects, and MIDI controller support. With a clean interface and compatibility across Windows, macOS, and Linux, Mixxx is ideal for live performances, radio broadcasts, or practice sessions. Its active community and constant updates make it a reliable tool for any DJ. Mixxx integrates the tools DJs need to perform creative live mixes with digital music files. Whether you are a new DJ with just a laptop or an experienced turntablist, Mixxx can support your style and techniques of mixing. Mixxx key features: Realtime audio engine with low-latency performance MIDI and HID controller mapping with customizable scripting (JavaScript-based) Vinyl DVS support (absolute & relative timecode modes) OpenSL, ASIO, WASAPI, and JACK audio backend support Advanced BPM & musical key detection (KeyFinder integration) Quantized beat sync and phase locking Effect chain routing with LADSPA plugin support 4-deck mixing with independent EQ and gain control Support for wide file formats (MP3, FLAC, OGG, WAV, AIFF) Broadcasting via Icecast and Shoutcast with metadata support Library with Crate, Playlist, and Smart Playlist organization Multi-core CPU support for performance optimization Microphone and Auxiliary input routing with talkover ducking OSC and Web MIDI support Skinnable and themable Qt-based UI Cue points, hotcues, and looping with quantization Recording in lossless WAV or compressed formats Clock-synced looping and beatjump Mixxx 2.5.2 changelog: Library Fix playlist export when name contains a dot Fix loading the wrong track via drag and drop when using symlinks Fix: byte order in hotcue comments imported from rekordbox Tracks table: show ReplayGain with max. 2 decimals, full precision in tooltip Fix keyboard mappings with non-ASCII characters on Linux Computer feature: enable initial sorting during population Computer feature: avoid false-positve 'has children' for non-directory links Fix column header mapping when using external library Fixed Single track cover reload on reload metadata from file Controller Mappings Arturia KeyLab Mk1: initial mapping Denon MC7000: slicer mode TypeError Denon MC7000: crossfader curve using wrong parameter DJ TechTools MIDI Fighter Twister: support 4 decks Hercules DJControl Inpulse 500: the crossfader was not reaching 100% to the right end Icon Pro Audio iControls: initial mapping Numark Mixtrack Platinium FX: Fix 4 steps browsing issue Traktor Kontrol S3: Use GUI config for settings Traktor S2 MK3: Fixed LED issue Traktor S4 MK2: Use engine settings API for configuration Traktor S4 MK3: prevent sync lockup, add setting for tempo center snap Controller Backend Control picker: Allow to learn MIDI Aux/Mic enable controls Make [Main],headSplit CO persistent across restart Fix MIDI Controller button learning Fix learning with "No Mapping" selected Unit tests for engine.beginTimer engine-api.d.ts: brake()/spinback() documentation Target support Fix building with a CMake multi-config setup Fix building with gcc >= 14 with LTO and clang >= 19 (fpclassify) Fix: gcc -Warray-bounds= in fidlib by using a flexible member Added Linux Mint Codenames to debian_buildenv.sh Add hidden [Config],notify_max_dbg_time setting to reduce warnings in developer mode Detect arch and fail early if not supported when installing buildenv Misc Vinyl Control: Reduce sticker drift Fix infinite number of pop ups of the "No Vinyl|Mic|Aux|Passthrough input configured" dialog Reduce CPU usage with Trace log messages Fix adjust Gain after adopting it as ReplayGain only in requesting playe Skins: add loop anchor toggle to Deere, Shade, Tango Sound Hardware preferences: add manual link for Mic monitoring modes Work around an Ubuntu, Ibus or Qt issue regarding detecting the current keyboard layout. Fix BPM rounding for the 3/2 case Update cue & play indicators on paused decks when switching cue mode Download: Mixxx 2.5.2 | 113.0 MB (Open Source) Links: Mixxx Home page | Other OSes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • KDE brings Wayland PiP to Plasma 6.5, adds finishing touches to 6.4 as release nears by David Uzondu The KDE team has released its This Week in Plasma update, showing the final polish being applied to Plasma 6.4 ahead of its June 17 release. Last week, the KDE team brought performance upgrades, and this week the team is continuing that with improvements like faster loading for System Monitor components in Plasma 6.4. Future work for Plasma 6.5 is already underway, and it includes a feature that many have probably been waiting for: proper Picture-in-Picture support on Wayland. This uses an experimental version of the Wayland PiP protocol, which means applications like Firefox that also implement it can finally display PiP windows correctly. It is a long-overdue addition that moves the Wayland session closer to feature parity with X11. The devs also merged KWin's Background Contrast effect into the Blur effect. Virtual desktops can now be re-ordered from the Pager widget, a feature previously missing. Invert and Zoom settings have been moved into the Accessibility page, which is a more sensible place for them than the Desktop Effects page was. The team also brought consistency to the Breeze application style, with animated effects for checkboxes and radio buttons now working in QtQuick-based apps. Other small cleanups include standardizing the section headers in the Disks & Devices, Networks, and Bluetooth widgets. For those who do a lot of screen recording, Spectacle now makes it much clearer how to stop a recording, both in its notifications and shortcut names. As for the immediate future, Plasma 6.4 and its first point release are getting accessibility and user interface tweaks. The team improved text contrast for labels used in secondary roles throughout Plasma, making things like brightness indicators much easier to read. The Kicker Application Menu in 6.4 can now scroll horizontally when a search returns a ton of results, so you can actually see all of them. The team also delivered some stability improvements in Plasma 6.4.0, most notably fixing a long-standing issue where adding widgets to oversized panels could freeze the entire shell. Discover also got a much-needed fix for a crash that occurred when suggesting replacements for unsupported Flatpak apps. On the usability side, dragging files into a Folder View widget no longer causes glitchy visuals, and Open and Save dialogs from Flatpak-based browsers now properly allow the preview pane to open. Printing from Flatpak GTK apps now respects correct sizing, and installing or removing apps no longer wipes out your search input in Kicker or Kickoff while you're using it. Other notable fixes include: Selection rectangles on the desktop now render properly when using custom fonts or sizes (Plasma 6.3.6) A crash in System Monitor charts used by apps and Plasma components has been resolved (Frameworks 6.15) Switching process views in System Monitor no longer causes crashes (Frameworks 6.16) Open and Save dialogs no longer close when hovering over specific files (Frameworks 6.16) A thumbnailer crash on X11 caused by certain widget styles has been fixed (KDE Gear 25.04.3) Frameworks 6.15 also speeds up System Monitor by delaying tree view arrow loading There are still 3 high-priority Plasma bugs holding out, and the list of quick-win "15-minute bugs" has grown to 23.
    • Hasleo Backup Suite Free 5.4.2.0 by Razvan Serea Hasleo Backup Suite Free is a free Windows backup and restore software, which embeds backup, restore and cloning features, it is designed for Windows operating system users and can be used on both Windows PCs and Servers. The backup and restore feature of Hasleo Backup Suite can help you back up and restore the Windows operating systems, disks, partitions and files (folders) to protect the security of your Windows operating system and personal data. The cloning feature of Hasleo Backup Suite can help you migrate Windows to another disk, or easily upgrade a disk to an SSD or a larger capacity disk. System Backup & Restore / Disk/Partition Backup & Restore Backup Windows operating system and boot-related partitions, including user settings, drivers and applications installed in these partitions, which ensures that you can quickly restore your Windows operating system once it crashes. Viruses, power failure, or other unknown reasons may cause data loss, so it is a good habit to regularly back up the drive that stores important files, you can at least recover lost files from the backup image files in the event of a disaster. System Clone / Disk Clone / Partition Clone Migrate the Windows operating system from one disk to another SSD or larger disk without reinstalling Windows, applications and drivers. Clone entire disk to another disk and ensure that the contents of the source disk and the destination disk are exactly the same. Clone a partition completely to the specified location on the current disk or another disk and ensure that the data will not be changed. File Backup & Restore Back up specified files(folders) instead of the entire drive to another location to protect your data, so you can quickly restore files(folders) from the backup image files when needed. Incremental/Differential/Full Backup Different backup modes are supported, you can flexibly choose data protection schemes, which can improve backup performance and save storage space while ensuring data security. Delta Restore Delta restore uses advanced delta detection technology to check the changed blocks on the destination drive and restore only the changed blocks, so it has a faster restore speed than the traditional full restore. Universal Restore This feature can help us restore the Windows operating system to computers with different hardware and ensure that Windows can work normally without any hardware compatibility issues. Hasleo Backup Suite 5.4.2.0 changelog: Added backup image delete feature Added storage path management feature Improved file backup feature Show application notifications in Windows Notification Center Various other bug fixes and feature improvements Download: Hasleo Backup Suite 5.4.2.0 | 34.4 MB (Freeware) Links: Hasleo Backup Suite Website | Hasleo Backup Suite Guide | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      5i3zi1 earned a badge
      One Month Later
    • Week One Done
      5i3zi1 earned a badge
      Week One Done
    • Week One Done
      julien02 earned a badge
      Week One Done
    • One Year In
      Drewidian1 earned a badge
      One Year In
    • Explorer
      Case_f went up a rank
      Explorer
  • Popular Contributors

    1. 1
      +primortal
      545
    2. 2
      ATLien_0
      227
    3. 3
      +FloatingFatMan
      159
    4. 4
      Michael Scrip
      113
    5. 5
      +Edouard
      98
  • Tell a friend

    Love Neowin? Tell a friend!