0

Can you explain why the available space is only 78G but the different beetween 905G and 782 is 123? Where is the other 45?

/dev/md2 905G 782G 78G 92% /var

File system is EXT-3

user3684020
  • 103
  • 1
  • 9

1 Answers1

0

i check that is normal on ext-3 that filesystem reserve 5% of disk.

For free that you can do this command

tune2fs -m 0 /dev/sda1

user3684020
  • 103
  • 1
  • 9