Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
ECLAT-ATVOL(1)		      Eclat User Reference		  ECLAT-ATVOL(1)

NAME
     eclat-atvol, eclat-attach-volume - attach a volume to an instance

SYNOPSIS
     eclat atvol VOL-ID INST-ID DEV-NAME

     eclat atvol --help

DESCRIPTION
     The  atvol  command  attaches  an	existing volume to an EC2 instance.  The
     VOL-ID argument specifies the identifier of the volume to	attach.   If  ID
     mapping is enabled (see the section MAPS in eclat(1)), VOL-ID is treated as
     a	volume	name  and is translated it to the AWS ID using the VolumeId map.
     The INST-ID argument specifies the ID of the instance to attach the  volume
     to.   If  ID  mapping is enabled, this argument is translated using the In-
     stanceId map.  Finally, the DEV-NAME argument specifies the name of the de-
     vice to use for this volume.

EXAMPLE
     $ eclat atvol vol-12340156 i-40ed7ef3 /dev/xvdf
     vol-12340156 attaching i-40ed7ef3 /dev/xvdf

SEE ALSO
     eclat(1), eclat-mkvol(1), eclat-rmvol(1), eclat-lsvol(1), eclat-devol(1).

AUTHORS
     Sergey Poznyakoff

BUG REPORTS
     Report bugs to <bug-eclat@gnu.org.ua>.

COPYRIGHT
     Copyright (C) 2012-2018 Sergey Poznyakoff
     License GPLv3+: GNU GPL version 3 or later <http://gnu.org/li-
     censes/gpl.html>
     This is free software: you are free to change and redistribute  it.   There
     is NO WARRANTY, to the extent permitted by law.

ECLAT				January 26, 2015		  ECLAT-ATVOL(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=eclat-atvol&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help