Linux ih01.iridiumhosting.com 5.14.0-611.5.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 08:09:09 EST 2025 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.226
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
MXB /
rear /
usr /
share /
rear /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
validated
[ DIR ]
drwxr-xr-x
2026-04-01 09:39
_framework-setup-and-functions.sh
111.2
KB
-rw-r--r--
2026-04-01 09:39
array-functions.sh
1.08
KB
-rw-r--r--
2026-04-01 09:39
authtoken-functions.sh
16.84
KB
-rw-r--r--
2026-04-01 09:39
bareos-functions.sh
10.3
KB
-rw-r--r--
2026-04-01 09:39
bootloader-functions.sh
43.74
KB
-rw-r--r--
2026-04-01 09:39
borg-functions.sh
6.9
KB
-rw-r--r--
2026-04-01 09:39
checkintegrity-workflow.sh
385
B
-rw-r--r--
2026-04-01 09:39
checklayout-workflow.sh
646
B
-rw-r--r--
2026-04-01 09:39
columns-functions.sh
2.95
KB
-rw-r--r--
2026-04-01 09:39
config-functions.sh
7.88
KB
-rw-r--r--
2026-04-01 09:39
cove-functions.sh
2.61
KB
-rw-r--r--
2026-04-01 09:39
drlm-functions.sh
2.6
KB
-rw-r--r--
2026-04-01 09:39
dump-workflow.sh
7.63
KB
-rw-r--r--
2026-04-01 09:39
filesystems-functions.sh
12.08
KB
-rw-r--r--
2026-04-01 09:39
finalizeonly-workflow.sh
1.22
KB
-rw-r--r--
2026-04-01 09:39
format-workflow.sh
3.79
KB
-rw-r--r--
2026-04-01 09:39
global-functions.sh
49.92
KB
-rw-r--r--
2026-04-01 09:39
help-workflow.sh
3.6
KB
-rw-r--r--
2026-04-01 09:39
hp_raid-functions.sh
871
B
-rw-r--r--
2026-04-01 09:39
layout-functions.sh
64.96
KB
-rw-r--r--
2026-04-01 09:39
layoutonly-workflow.sh
803
B
-rw-r--r--
2026-04-01 09:39
linux-functions.sh
14.6
KB
-rw-r--r--
2026-04-01 09:39
mail-functions.sh
1.39
KB
-rw-r--r--
2026-04-01 09:39
mkbackup-workflow.sh
585
B
-rw-r--r--
2026-04-01 09:39
mkbackuponly-workflow.sh
368
B
-rw-r--r--
2026-04-01 09:39
mkboot-workflow.sh
1.13
KB
-rw-r--r--
2026-04-01 09:39
mkopalpba-workflow.sh
890
B
-rw-r--r--
2026-04-01 09:39
mkrescue-functions.sh
5.72
KB
-rw-r--r--
2026-04-01 09:39
mkrescue-workflow.sh
461
B
-rw-r--r--
2026-04-01 09:39
mksystemstate-workflow.sh
539
B
-rw-r--r--
2026-04-01 09:39
mountonly-workflow.sh
1.7
KB
-rw-r--r--
2026-04-01 09:39
network-functions.sh
8.53
KB
-rw-r--r--
2026-04-01 09:39
opal-functions.sh
15.67
KB
-rw-r--r--
2026-04-01 09:39
opaladmin-workflow.sh
18.37
KB
-rw-r--r--
2026-04-01 09:39
output-functions.sh
3.17
KB
-rw-r--r--
2026-04-01 09:39
progresssubsystem.nosh
2.32
KB
-rw-r--r--
2026-04-01 09:39
rear-shell.bashrc
2.68
KB
-rw-r--r--
2026-04-01 09:39
recover-workflow.sh
1.59
KB
-rw-r--r--
2026-04-01 09:39
restoreonly-workflow.sh
832
B
-rw-r--r--
2026-04-01 09:39
rsync-functions.sh
4.56
KB
-rw-r--r--
2026-04-01 09:39
savelayout-workflow.sh
643
B
-rw-r--r--
2026-04-01 09:39
serial-functions.sh
3.98
KB
-rw-r--r--
2026-04-01 09:39
sesam-functions.sh
1.18
KB
-rw-r--r--
2026-04-01 09:39
shell-workflow.sh
648
B
-rw-r--r--
2026-04-01 09:39
tpmpwd-functions.sh
625
B
-rw-r--r--
2026-04-01 09:39
udev-workflow.sh
3.27
KB
-rw-r--r--
2026-04-01 09:39
uefi-functions.sh
9.69
KB
-rw-r--r--
2026-04-01 09:39
validate-workflow.sh
4.91
KB
-rw-r--r--
2026-04-01 09:39
write-protect-functions.sh
7.75
KB
-rw-r--r--
2026-04-01 09:39
Save
Rename
# # format-workflow.sh # # Usage: rear -v format -- -h /dev/<usb-disk> # By default 1 partition will be created with ext3 format and label # USB_DEVICE_FILESYSTEM_LABEL (cf. https://github.com/rear/rear/issues/1535). # With the --efi toggle you get 2 partitions (vfat and ext3) so we are able # to make this USB UEFI bootable afterwards. # WORKFLOW_format_DESCRIPTION="Format and label medium for use with ReaR" WORKFLOWS+=( format ) WORKFLOW_format () { FORMAT_DEVICE="" # Log the options and arguments how the format workflow is actually called: Log "Command line options of the format workflow: $*" # Parse options # (do not use OPTS here because that is readonly in the rear main script): format_workflow_opts="$( getopt -n "$PROGRAM format" -o "befhy" -l "bios,efi,force,help,yes" -- "$@" )" if (( $? != 0 )) ; then LogPrintError "Use '$PROGRAM format -- --help' for more information." # TODO: Use proper exit codes cf. https://github.com/rear/rear/issues/1134 exit 1 fi eval set -- "$format_workflow_opts" while true ; do case "$1" in (-b|--bios) # Note: is handled the same as if FORMAT_EFI is not set in most scripts FORMAT_BIOS=y ;; (-e|--efi) FORMAT_EFI=y ;; (-f|--force) FORMAT_FORCE=y ;; (-h|--help) LogPrintError "Use '$PROGRAM format [ -- OPTIONS ] DEVICE' like '$PROGRAM -v format -- --efi /dev/sdX'" LogPrintError "Valid format workflow options are: -b/--bios -e/--efi -f/--force -y/--yes" # No "rear format failed, check ...rear...log for details" message: EXIT_FAIL_MESSAGE=0 # TODO: Use proper exit codes cf. https://github.com/rear/rear/issues/1134 exit 1 ;; (-y|--yes) FORMAT_YES=y ;; (--) shift continue ;; ("") break ;; (/*) test "$FORMAT_DEVICE" && Error "Device $FORMAT_DEVICE already provided, only one argument is accepted" FORMAT_DEVICE=$1 ;; (*) Error "Argument '$1' not accepted. Use '$PROGRAM format -- --help' for more information." ;; esac shift done # if none of the format options is used then both should be set as default if [ -z "$FORMAT_EFI" ] && [ -z "$FORMAT_BIOS" ] ; then FORMAT_BIOS=y FORMAT_EFI=y fi if test -z "$FORMAT_DEVICE" ; then if is_true "$SIMULATE" ; then # Simulation mode should work even without a device specified # see https://github.com/rear/rear/issues/1098#issuecomment-268973536 LogPrint "Simulation mode for the format workflow with a USB or disk device /dev/sdX:" OUTPUT=USB SourceStage "format" LogPrint "Simulation mode for the format workflow with a OBDR tape device /dev/stX:" OUTPUT=OBDR SourceStage "format" return 0 else LogPrintError "Use '$PROGRAM format [ -- OPTIONS ] DEVICE' like '$PROGRAM -v format -- --efi /dev/sdX'" LogPrintError "Valid format workflow options are: -e/--efi -f/--force -y/--yes" LogPrintError "Use '$PROGRAM format -- --help' for more information." Error "No device provided as argument." fi fi if [[ -c "$FORMAT_DEVICE" ]] ; then OUTPUT=OBDR elif [[ -b "$FORMAT_DEVICE" ]] ; then OUTPUT=USB else Error "Device $FORMAT_DEVICE is neither a character, nor a block device." fi SourceStage "format" }