ACC SHELL

Path : /usr/bin/
File Upload :
Current File : //usr/bin/sg_start

ELFЇ424 	(444  TTT++/\p/hhh\\PtdX)XXLLQtdRtd//lib/ld-linux.so.2GNUSuSESuSE
GNU܇+("JDkU[D
	
 M|CEK8qX2 ! L5Zp3t `d'`F
@|`hlibsgutils2.so.2__gmon_start___Jv_RegisterClassessg_get_num_fini_initsafe_strerrorsg_ll_start_stop_unitsg_cmds_close_devicesg_cmds_open_devicelibc.so.6_IO_stdin_usedstrncmpoptind__isoc99_sscanfstrlen__fprintf_chkgetenvoptargstderrgetopt_longfwrite__libc_start_main_edata__bss_start_endGLIBC_2.0GLIBC_2.7GLIBC_2.3.4ii
8ii
Bti	L`dh	 
$(,
04US[@9t.|X[5%%h%h%h%h%h %h(%h0%h8p% h@`%$hHP%(hP@%,hX0%0h` %4hh1^PTRh@hЗQVhWUS=lu?p9spp9rl[]Ít&'Utt	$ÐdD$D$$D$Ít&UWVSÃLl$<&D$<l$D$`D$|$4$hoP7v?D$D$dD$PD$$CuNL[^_]Ð$PC,w&C$g&h$C BfC7&h$CfCCvC&h$CCC$CfCt&C0&C(&C81L[^_]Í&Cw&Cg&-`D$(9~|$,GfN4d\$D$tD$$$-`D$(E9ljţ`~CT$,$u8uAC8u5EF(9ljţ`vT$(1L[^_]f^4뒍v9IS89F$gdD$D$$ʥD$dD$D$$D$ydD$D$$D$EdD$D$$D$PÍt&UWVSLT$$L$(fD$,3&V8uF|$,tjE(D$,9\$$$D$(44$~>-tt8t9F8T$,dD$=D$$HD$vL[^_]Ít&^NV-Iv}DֹIl/Et&$0>jEFt&E81L[^_]Í&Eht&E,@E0(E4u4|$,|$,t&E$D$,&|$,E.L1[^_]ËL$,E뱃D$<D$D$$D$<EEzD$<D$D$$D$<E'!td%1*uyED$dt$D$D$$4WYD$<D$D$$*UD$<HE z$D$D$2T$ T$ $D$D$8T$ xT$ 0$D$D$=T$ PT$ dT$D$AD$$SvxD$<D$D$$ID$<EdD$D$$D$dD$D$$D$[dD$#D$$ԣD$'dD$D$$D$vxU1Ā\$t\$4|$|߉t$xuD$8$Z-UD$l9¸u.|$l
T$<t*D$lVY1&\$tt$x|$|]Ë|$dD$Xtt$\\$D$L$4D$XD$h|$8xt$X\$TT$`D$$T$D$8T$`D$D$D$T$ D$D$D$D$@$D$*|$`dD$D$$dD$ $8ct&1\$tt$x|$|]ÐT$4u0|$\u(t$l\\$H\vD$XvUD$l¸5L$lUvUfdD$mD${D$${1t&dD$?D$$$D$D$TT$`D$D$LD$D$T$ T$PD$D$T$1vdD$.D$$D$s!$
t&dD$9D$$D$+dD$.D$$D$dD$D$$D$D$lDhۉ$FD$D$D$D$hD$d$+vL$Hl|$8aT$TUH	t&2dD$D$$D$dD$D$$dD$$vD$`D$D$D$D$ D$XD$D$HD$D$PD$$dD$D$$ƦD$GPdD$D$$ݦD$&dD$D$$D$dD$D$$D$UWVSi(l$0)t)1D$8,$D$D$4D$9r߃[^_]
Ë$ÐUStfЋu[]ÐUS[l'lY[Usage: sg_start [--eject] [--fl=FL] [--help] [--immed] [--load] [--loej]
                [--mod=PC_MOD] [--noflush] [--pc=PC] [--start] [--stop]
                [--verbose] [--version] DEVICE
  where:
    --eject|-e      stop unit then eject the medium
    --fl=FL|-f FL    format layer number (mmc5)
    --help|-h       print usage message then exit
    --immed|-i      device should return control after receiving cdb,
                    default action is to wait until action is complete
    --load|-l       load medium then start the unit
    --loej|-L       load or eject, corresponds to LOEJ bit in cdb;
                    load when START bit also set, else eject
    --mod=PC_MOD|-m PC_MOD    power condition modifier (def: 0) (sbc)
    --noflush|-n    no flush prior to operation that limits access (sbc)
    --load|-l       load medium then start the unit
    --pc=PC|-p PC    power condition: 0 (default) -> no power condition,
                    1 -> active, 2 -> idle, 3 -> standby, 5 -> sleep (mmc)
    --start|-s      start unit, corresponds to START bit in cdb,
                    default (START=1) if no other options given
    --stop|-S       stop unit (e.g. spin down disk)
    --verbose|-v    increase verbosity
    --version|-V    print version string then exit

    Example: 'sg_start --stop /dev/sdb'    stops unit
             'sg_start --eject /dev/scd0'  stops unit and ejects medium

Performs a SCSI START STOP UNIT command
unrecognised option code %c [0x%x]
Unexpected extra argument: %s
Usage:  sg_start [0] [1] [--eject] [--fl=FL] [-i] [--imm=0|1]
                 [--load] [--loej] [--mod=PC_MOD] [--noflush] [--pc=PC]
                 [--start] [--stop] [-v] [-V]
                 DEVICE
  where:
    0          stop unit (e.g. spin down a disk or a cd/dvd)
    1          start unit (e.g. spin up a disk or a cd/dvd)
    --eject    stop then eject the medium
    --fl=FL    format layer number (mmc5)
    -i         return immediately (same as '--imm=1')
    --imm=0|1  0->await completion(def), 1->return immediately
    --load     load then start the medium
    --loej     load the medium if '-start' option is also given
               or stop unit and eject
    --mod=PC_MOD    power condition modifier (def: 0) (sbc)
    --noflush    no flush prior to operation that limits access (sbc)
    --pc=PC    power condition (in hex, default 0 -> no power condition)
               1 -> active, 2 -> idle, 3 -> standby, 5 -> sleep (mmc)
    --start    start unit (same as '1'), default action
    --stop     stop unit (same as '0')
    -v         verbose (print out SCSI commands)
    -V         print version string then exit

    Example: 'sg_start --stop /dev/sdb'    stops unit
             'sg_start --eject /dev/scd0'  stops unit and ejects medium

Performs a SCSI START STOP UNIT command
Bad value after 'imm=' option
Bad value after after 'pc=' option
Bad value after 'mod=' option
too many arguments, got: %s, not expecting: %s
please, only one of 0, 1, --eject, --load, --start or --stop
Ambiguous to give both '--start' and '--stop'
Ambiguous to give both '--load' and '--eject'
Giving '--fl=FL' with '--stop' (or '--eject') is invalid
Giving '--fl=FL' with '--pc=PC' when PC is non-zero is invalid
START STOP UNIT command failed
ef:hilLm:nNOp:sSvVbad argument to '--fl='
bad argument to '--mod='
bad argument to '--pc='
01ejectfl=%xBad value after 'fl=' option
imm=loadloejpc=mod=noflushstartstopoldUnrecognized option: %s
SG3_UTILS_OLD_OPTS0.57 20080325Version string: %s
No DEVICE argument given
Error trying to open %s: %s
command not supported
device not ready
unit attention
aborted command
invalid field in cdb
flhelpimmedmodnewpcverboseversionhX؈@0 h؉ȉxhX(CCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCPCCCCCCCCCCCCCCCCCЍCCCCCCCCCCCC8;H8dh|Xtx zR|,C hl4DAABABABC`x
FAAAB
AAAAH
AAAAC,C hldABAAAC`Q
AAAAE
AAAAH
CAAAAX,AD
Su		"Fu		"Gu		"y

AAM

AB8aAAAAN0JAAAA
|āotL
Xp8 o؅oo.>N^n~e&f)h.ilL4m*n8N=O<p2s8S?vGVOsPWGsg_start.debugA Ea.shstrtab.interp.note.ABI-tag.note.SuSE.note.gnu.build-id.gnu.hash.dynsym.dynstr.gnu.version.gnu.version_r.rel.dyn.rel.plt.init.text.fini.rodata.eh_frame_hdr.eh_frame.ctors.dtors.jcr.dynamic.got.got.plt.data.bss.comment.SUSE.OPTs.gnu_debuglinkTThh !,$Cā?ottHIQLLXYo2fo؅@u	 ~	88p0؆Ї||XX)L)//////D@@0  ``10`1f1z1

ACC SHELL 2018