Re: 15 GB persi
Inviato: mercoledì 25 marzo 2009, 17:46
Danke.
Il forum della comunità italiana di Ubuntu.
https://forum.ubuntu-it.org/
Codice: Seleziona tutto
tune2fs -m 0 /dev/hda1Sulle partizioni dati lo setto sempre a 0, sul disco di sistema agisco solo in casi di emergenza se ho bisogno di qualche giga in piùThe ext3 filesystem reserves an amount of the total space for root. If some user (or daemon) fills the disk then a login couldn't be possible anymore. So even root couldn't login anymore to fix it. Therefore ext3 reserves an amount of 5% (default) of the filesystem for the root user to prevent it (it doesn't work if root fills the disk).