30 Haziran 2019 Pazar

tune2fs komutu

-l seçeneği
Rezerve edilen blok yüzdesini görmek için şöyle yaparız.
tune2fs -l <device> 
-m seçeneği
Açıklaması şöyle
-m reserved-blocks-percentage
Set the percentage of the filesystem which may only be allocated by privileged processes. Reserving some number of filesystem blocks for use by privileged processes is done to avoid filesystem fragmentation, and to allow system daemons, such as syslogd(8), to continue to function correctly after non-privileged processes are prevented from writing to the filesystem. Normally, the default percentage of reserved blocks is 5%.
Örnek
Rezerve edilen blok yüzdesini 0 yapmak için şöyle yaparız.
tune2fs -m 0 /dev/sda1
Örnek
Rezerve edilen blok yüzdesini 0 yapmak için şöyleyaparız.
sudo tune2fs -m 1 /dev/nvme0n1p8

Hiç yorum yok:

Yorum Gönder