add: file system limits for the empty file finder #3
This commit is contained in:
parent
c05eed3c95
commit
0a044c6120
@ -31,6 +31,16 @@ func main() {
|
||||
//
|
||||
// https://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits
|
||||
//
|
||||
// BTRFS 255 bytes
|
||||
// exFAT 255 UTF-16 characters
|
||||
// ext2 255 bytes
|
||||
// ext3 255 bytes
|
||||
// ext3cow 255 bytes
|
||||
// ext4 255 bytes
|
||||
// FAT32 255 bytes
|
||||
// NTFS 255 characters
|
||||
// XFS 255 bytes
|
||||
//
|
||||
// total := len(files) * 256
|
||||
|
||||
// 1st B: To be exact, find the total size of all the empty files
|
||||
|
Loading…
x
Reference in New Issue
Block a user