Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Apache
: 172.26.7.228 | : 18.191.205.110
Cant Read [ /etc/named.conf ]
5.6.40-24+ubuntu18.04.1+deb.sury.org+1
www-data
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
mdadm /
[ HOME SHELL ]
Name
Size
Permission
Action
examples
[ DIR ]
drwxr-xr-x
ANNOUNCE-3.0
3.4
KB
-rw-r--r--
ANNOUNCE-3.0.1
620
B
-rw-r--r--
ANNOUNCE-3.0.2
583
B
-rw-r--r--
ANNOUNCE-3.0.3
1009
B
-rw-r--r--
ANNOUNCE-3.1
1.14
KB
-rw-r--r--
ANNOUNCE-3.1.1
1.41
KB
-rw-r--r--
ANNOUNCE-3.1.2
1.75
KB
-rw-r--r--
ANNOUNCE-3.1.3
1.89
KB
-rw-r--r--
ANNOUNCE-3.1.4
1.3
KB
-rw-r--r--
ANNOUNCE-3.1.5
1.75
KB
-rw-r--r--
ANNOUNCE-3.2
2.94
KB
-rw-r--r--
ANNOUNCE-3.2.1
3.24
KB
-rw-r--r--
ANNOUNCE-3.2.2
1.51
KB
-rw-r--r--
ANNOUNCE-3.2.3
810
B
-rw-r--r--
ANNOUNCE-3.2.4.gz
3.61
KB
-rw-r--r--
ANNOUNCE-3.2.5
1.02
KB
-rw-r--r--
ANNOUNCE-3.2.6
2.6
KB
-rw-r--r--
ANNOUNCE-3.3
2.69
KB
-rw-r--r--
ANNOUNCE-3.3.1
826
B
-rw-r--r--
ANNOUNCE-3.3.2
467
B
-rw-r--r--
ANNOUNCE-3.3.3
577
B
-rw-r--r--
ANNOUNCE-3.3.4
1.48
KB
-rw-r--r--
ANNOUNCE-3.4
888
B
-rw-r--r--
ANNOUNCE-4.0
852
B
-rw-r--r--
ANNOUNCE-4.1-rc1
519
B
-rw-r--r--
FAQ.gz
9.67
KB
-rw-r--r--
NEWS.Debian.gz
2.12
KB
-rw-r--r--
README.checkarray
1.63
KB
-rw-r--r--
README.recipes.gz
1.86
KB
-rw-r--r--
TODO.Debian
1.21
KB
-rw-r--r--
TODO.gz
3.02
KB
-rw-r--r--
changelog.Debian.gz
2.25
KB
-rw-r--r--
copyright
885
B
-rw-r--r--
external-reshape-design.txt.gz
4.82
KB
-rw-r--r--
mdmon-design.txt.gz
2.5
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.checkarray
checkarray notes ================ checkarray will run parity checks across all your redundant arrays. By default, it is configured to run on the first Sunday of each month, at 01:06 in the morning. This is realised by asking cron to wake up every Sunday with /etc/cron.d/mdadm, but then only running the script when the day of the month is less than or equal to 7. See #380425. Cron will try to run the check at "idle I/O priority" (see ionice(1)), so that the check does not overload the system too much. Note that this will only work if all the component devices of the array employ the (default) "cfq" I/O scheduler. See the kernel documentation[0] for information on how to verify and modify the scheduler. checkarray does not verify this for you. 0. http://www.kernel.org/doc/Documentation/block/switching-sched.txt If you manually invoke checkarray, it runs with default I/O priority. Should you need to run a check at a higher (or lower) I/O priority, then have a look at the --idle, --slow, --fast, and --realtime options. 'check' is a read-only operation, even though the kernel logs may suggest otherwise (e.g. /proc/mdstat and several kernel messages will mention "resync"). Please also see question 21 of the FAQ. If, however, while reading, a read error occurs, the check will trigger the normal response to read errors which is to generate the 'correct' data and try to write that out - so it is possible that a 'check' will trigger a write. However in the absence of read errors it is read-only. You can cancel a running array check with the -x option to checkarray. -- martin f. krafft <madduck@debian.org> Thu, 02 Sep 2010 10:27:29 +0200
Close