ACCC1380 commited on
Commit
2df2dde
1 Parent(s): 5d06209

Upload etc/e2scrub.conf with huggingface_hub

Browse files
Files changed (1) hide show
  1. etc/e2scrub.conf +25 -0
etc/e2scrub.conf ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # e2scrub configuration file
2
+
3
+ # Uncomment to enable automatic periodic runs of e2scrub_all
4
+ # (either via cron or via a systemd timer)
5
+ # periodic_e2scrub=1
6
+
7
+ # e-mail destination used by e2scrub_fail when problems are found with
8
+ # the file system.
9
+ # recipient=root
10
+
11
+ # e-mail sender used by e2scrub_fail when problems are found with
12
+ # the file system.
13
14
+
15
+ # Snapshots will be created to run fsck; the snapshot will be of this size.
16
+ # snap_size_mb=256
17
+
18
+ # Set this to 1 to enable fstrim for everyone.
19
+ # fstrim=0
20
+
21
+ # Arguments passed into e2fsck.
22
+ # e2fsck_opts="-vtt"
23
+
24
+ # Set this to 1 to have e2scrub_all scrub all LVs, not just the mounted ones.
25
+ # scrub_all=0