Timeline for Why does df show different used values for identical data on two different partitions?
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 22, 2023 at 11:42 | vote | accept | Chris Stryczynski | ||
| May 21, 2020 at 16:42 | answer | added | Scottie H | timeline score: 2 | |
| May 21, 2020 at 16:41 | comment | added | binarysta |
@ChrisStryczynski What are the filesystems of /dev/md127 and /dev/md3 ?
|
|
| May 21, 2020 at 16:36 | comment | added | Pedro | Showing a list of files, file systems on both devices and du on both would be useful. It's possible that the FS under /dev/md3 takes up more metadata (or has more space reserved for it) since it has to handle more 1k blocks than that of /dev/md127. | |
| May 21, 2020 at 16:32 | comment | added | Pedro | unix.stackexchange.com/questions/33122/… unix.stackexchange.com/questions/386478/… | |
| May 21, 2020 at 16:22 | comment | added | Chris Stryczynski |
Not sure what you mean by "data set"?. The files should be identical - I did a cp -a ....
|
|
| May 21, 2020 at 16:21 | history | edited | Chris Stryczynski | CC BY-SA 4.0 |
added 30 characters in body
|
| May 21, 2020 at 16:15 | comment | added | Kusalananda♦ | Do you have many directories in that data set? Have files been added and deleted over some time? If so, the directory nodes themselves would take somewhat more space than newly created directories. This depends on the filesystem though. | |
| May 21, 2020 at 16:08 | history | asked | Chris Stryczynski | CC BY-SA 4.0 |