This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Drill Client</title> | |
</head> | |
<body> | |
<h1>Spin drill here..</h1> | |
<form action="http://100.118.206.27:3000/spin" method="POST"> | |
<div class="form-group"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/metadata/testing # cat /proc/mounts | grep " /data " | |
/dev/block/dm-5 /data f2fs rw,lazytime,seclabel,nosuid,nodev,noatime,background_gc=on,discard,no_heap,user_xattr,inline_xattr,acl,inline_data,inline_dentry,flush_merge,extent_cache,mode=adaptive,active_logs=6,reserve_root=32768,resuid=0,resgid=1065,inlinecrypt,alloc_mode=default,fsync_mode=nobarrier 0 0 | |
/metadata/testing # cat /proc/mounts | grep /metadata | |
/dev/block/by-name/metadata /metadata ext4 rw,seclabel,nosuid,nodev,noatime,discard 0 0 | |
overlay /metadata/testing/m overlay rw,seclabel,relatime,lowerdir=l,upperdir=0/u,workdir=0/w 0 0 | |
/metadata/testing # find /dev/block/by-name -name metadata | |
/dev/block/by-name/metadata | |
/metadata/testing # ls -lh /dev/block/by-name/metadata | |
lrwxrwxrwx 1 root root 16 Jan 6 1970 /dev/block/by-name/metadata -> /dev/block/sda20 | |
/metadata/testing # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
op3t- | |
/dev/block/bootdevice/by-name/userdata /data ext4 nosuid,nodev,noatime,nodiratime,barrier=1,noauto_da_alloc wait,check,formattable | |
op6- | |
/dev/block/bootdevice/by-name/userdata /data ext4 noatime,nosuid,nodev,barrier=1,noauto_da_alloc,discard wait,check,fileencryption=ice,quota,reservedsize=512M | |
fstab^^ | |
op3t- | |
/dev/block/bootdevice/by-name/userdata /data ext4 rw,seclabel,nosuid,nodev,noatime,nodiratime,noauto_da_alloc,data=ordered 0 0 |