1

Western Digital makes an automatic backup tool called SmartWare. When I tested it out and backed up just a couple of directories from a Windows machine, it works great - except that files taking up 2.5GB of disk space on my C: drive somehow grows to nearly 30GB of physical space on the networked MyBook Live disk.

A 131MB PSD file takes up 132MB of disk space on the MBL, and a 738 byte text file is listed as taking up 1MB.

Does this mean the cluster size of the MBL is really 1MB? If so, is there a way to change it?

nikobelia
  • 113

1 Answers1

1

Sector size is a fixed feature of a given storage medium; it's not alterable in software. Cluster size can be changed, within limits set by partition format and size, but it's always a multiple of the physical sector.

The problem you describe is most likely due to your backup medium having a very large cluster size, such that tiny files take up one (large) cluster each, but that should also be happening on any uncompressed hard disk or SSD, such as your original drive or partition. You might try another backup solution, perhaps one that creates a sector-by-sector image ("partition image") of the data to be backed up; that type should produce a backup identical in size to the partition being backed up (some might be smaller, because they skip empty space). Another option is compressed backups, which use lossless data compression on the backup data, as well as free space elimination, to make the backup (usually) much smaller than the original.

Zeiss Ikon
  • 1,301