{"id":104,"date":"2021-03-29T14:11:11","date_gmt":"2021-03-29T14:11:11","guid":{"rendered":"https:\/\/www.jibsheet.net\/linux\/?p=104"},"modified":"2021-03-29T14:11:11","modified_gmt":"2021-03-29T14:11:11","slug":"adding-a-partition-aws-ebs","status":"publish","type":"post","link":"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/","title":{"rendered":"Adding a partition &#8211; AWS EBS"},"content":{"rendered":"<h3>You have attached a new EBS volume<\/h3>\n<ol>\n<li>Use &#8216;fdisk -l&#8217; to find.<\/li>\n<\/ol>\n<ul>\n<li>first disk is the boot disk of your EC2<\/li>\n<li>subsequent disks are the ones you have attached.<\/li>\n<\/ul>\n<pre>root@host ]# fdisk -l\r\nWARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own\r\n\r\nDisk \/dev\/xvda: 8589 MB, 8589934592 bytes, 16777216 sectors\r\nUnits = sectors of 1 * 512 = 512 bytes\r\nSector size (logical\/physical): 512 bytes \/ 512 bytes\r\nI\/O size (minimum\/optimal): 512 bytes \/ 512 bytes\r\nDisk label type: gpt\r\nDisk identifier: 7A58E4C0-415E-4B7D-A16C-A45C0AB51F11\r\n\r\n\r\n# Start End Size Type Name\r\n1 4096 16777182 8G Linux filesyste Linux\r\n128 2048 4095 1M BIOS boot BIOS Boot Partition\r\nWARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own\r\n\r\nDisk \/dev\/xvdf: 8589 MB, 8589934592 bytes, 16777216 sectors\r\nUnits = sectors of 1 * 512 = 512 bytes\r\nSector size (logical\/physical): 512 bytes \/ 512 bytes\r\nI\/O size (minimum\/optimal): 512 bytes \/ 512 bytes\r\nDisk label type: gpt\r\nDisk identifier: 3A0C4EE6-31F9-42C9-BDA2-173AEB8860B9\r\n\r\nWARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own\r\n\r\nDisk \/dev\/xvda: 8589 MB, 8589934592 bytes, 16777216 sectors\r\nUnits = sectors of 1 * 512 = 512 bytes\r\nSector size (logical\/physical): 512 bytes \/ 512 bytes\r\nI\/O size (minimum\/optimal): 512 bytes \/ 512 bytes\r\nDisk label type: gpt\r\nDisk identifier: 7A58E4C0-415E-4B7D-A16C-A45C0AB51F11\r\n\r\n\r\n# Start End Size Type Name\r\n1 4096 16777182 8G Linux filesyste Linux\r\n128 2048 4095 1M BIOS boot BIOS Boot Partition\r\nWARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own\r\n\r\nDisk \/dev\/xvdf: 8589 MB, 8589934592 bytes, 16777216 sectors\r\nUnits = sectors of 1 * 512 = 512 bytes\r\nSector size (logical\/physical): 512 bytes \/ 512 bytes\r\nI\/O size (minimum\/optimal): 512 bytes \/ 512 bytes\r\nDisk label type: gpt\r\n\r\n<\/pre>\n<h3>Review disk and partition<\/h3>\n<pre>root@host]# fdisk \/dev\/xvdf\r\nWARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own\r\nWelcome to fdisk (util-linux 2.23.2).\r\n\r\nChanges will remain in memory only, until you decide to write them.\r\nBe careful before using the write command.\r\n\r\n\r\nCommand (m for help): p\r\n\r\nDisk \/dev\/xvdf: 8589 MB, 8589934592 bytes, 16777216 sectors\r\nUnits = sectors of 1 * 512 = 512 bytes\r\nSector size (logical\/physical): 512 bytes \/ 512 bytes\r\nI\/O size (minimum\/optimal): 512 bytes \/ 512 bytes\r\nDisk label type: gpt\r\nDisk identifier: 3A0C4EE6-31F9-42C9-BDA2-173AEB8860B9\r\n\r\n\r\n# Start End Size Type Name\r\n1 2048 4196351 2G Linux filesyste Linux filesystem\r\n\r\nCommand (m for help): m\r\nCommand action\r\nd delete a partition\r\ng create a new empty GPT partition table\r\nG create an IRIX (SGI) partition table\r\nl list known partition types\r\nm print this menu\r\nn add a new partition\r\no create a new empty DOS partition table\r\np print the partition table\r\nq quit without saving changes\r\ns create a new empty Sun disklabel\r\nt change a partition's system id\r\nv verify the partition table\r\nw write table to disk and exit\r\nx extra functionality (experts only)\r\n\r\nCommand (m for help): n\r\nPartition number (2-128, default 2): 2\r\nFirst sector (34-16777182, default 4196352):\r\nLast sector, +sectors or +size{K,M,G,T,P} (4196352-16777182, default 16777182): +4G\r\nCreated partition 2\r\n\r\n\r\nCommand (m for help): w\r\nThe partition table has been altered!\r\n\r\nCalling ioctl() to re-read partition table.\r\n\r\nWARNING: Re-reading the partition table failed with error 16: Device or resource busy.\r\nThe kernel still uses the old table. The new table will be used at\r\nthe next reboot or after you run partprobe(8) or kpartx(8)\r\nSyncing disks.\r\n\r\n\r\n<\/pre>\n<h3>Now you see the partition<\/h3>\n<pre>[root@host]# fdisk -l\r\nWARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own\r\n\r\nDisk \/dev\/xvda: 8589 MB, 8589934592 bytes, 16777216 sectors\r\nUnits = sectors of 1 * 512 = 512 bytes\r\nSector size (logical\/physical): 512 bytes \/ 512 bytes\r\nI\/O size (minimum\/optimal): 512 bytes \/ 512 bytes\r\nDisk label type: gpt\r\nDisk identifier: 7A58E4C0-415E-4B7D-A16C-A45C0AB51F11\r\n\r\n\r\n#         Start          End    Size  Type            Name\r\n 1         4096     16777182      8G  Linux filesyste Linux\r\n128         2048         4095      1M  BIOS boot       BIOS Boot Partition\r\nWARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own\r\n\r\nDisk \/dev\/xvdf: 8589 MB, 8589934592 bytes, 16777216 sectors\r\nUnits = sectors of 1 * 512 = 512 bytes\r\nSector size (logical\/physical): 512 bytes \/ 512 bytes\r\nI\/O size (minimum\/optimal): 512 bytes \/ 512 bytes\r\nDisk label type: gpt\r\nDisk identifier: 3A0C4EE6-31F9-42C9-BDA2-173AEB8860B9\r\n\r\n\r\n#         Start          End    Size  Type            Name\r\n 1         2048      4196351      2G  Linux filesyste Linux filesystem\r\n 2      4196352     12584959      4G  Linux filesyste\r\n\r\n<\/pre>\n<h3>Try to format it?<\/h3>\n<pre>root@jhost]# mkfs -t ext3 \/dev\/xvdf2\r\nmke2fs 1.43.5 (04-Aug-2017)\r\nThe file \/dev\/xvdf2 does not exist and no size was specified.\r\n\r\n<\/pre>\n<h3>There was a warning about using kpartx<\/h3>\n<p>Note &#8211; kpartx is device &#8211; so all partitons have to be umounted<\/p>\n<pre>root@host]# kpartx \/dev\/xvdf -l\r\nxvdf1 : 0 4194304 \/dev\/xvdf 2048\r\nxvdf2 : 0 8388608 \/dev\/xvdf 4196352\r\n[root@host]# man kpartx\r\n[root@host]# kpartx \/dev\/xvdf -a\r\ndevice-mapper: reload ioctl on xvdf1 failed: Device or resource busy\r\ncreate\/reload failed on xvdf1\r\ndevice-mapper: reload ioctl on xvdf2 failed: Device or resource busy\r\ncreate\/reload failed on xvdf2\r\n[root@host]# umount \/bkup\r\n[root@host]# kpartx \/dev\/xvdf -a\r\n[root@host]# mount -a\r\n[root@host]# cd \/bkup\r\n\r\n<\/pre>\n<h3>So, where is this device now? &#8211; use blkid<\/h3>\n<p>Now mapper has taken over &#8211; all references should now be \/dev\/mapper\/<\/p>\n<pre>[root@host]# blkid\r\n\r\n\/dev\/xvda1: LABEL=\"\/\" UUID=\"75654c40-c4df-4669-8038-56fd7c03b472\" TYPE=\"ext4\" PARTLABEL=\"Linux\" PARTU\r\n\/dev\/xvdf1: UUID=\"6c0b0af3-66e3-4261-8c6d-ab975c40fcfa\" TYPE=\"ext3\" PARTLABEL=\"Linux filesystem\" PART\r\n\/dev\/mapper\/xvdf1: UUID=\"6c0b0af3-66e3-4261-8c6d-ab975c40fcfa\" TYPE=\"ext3\" PARTLABEL=\"Linux filesyste\r\n\/dev\/mapper\/xvdf2: PARTUUID=\"7c0a9698-0f17-4304-8809-8132abc104d4\"\r\n\r\n<\/pre>\n<p><H3>  Now format and check <\/H3><\/p>\n<p><\n[root@host]# mke2fs -t ext3 \/dev\/mapper\/xvdf2\nmke2fs 1.43.5 (04-Aug-2017)\nCreating filesystem with 1048576 4k blocks and 262144 inodes\nFilesystem UUID: 9096a599-40bf-4158-8107-c5a006136c99\nSuperblock backups stored on blocks:\n        32768, 98304, 163840, 229376, 294912, 819200, 884736\n\nAllocating group tables: done\nWriting inode tables: done\nCreating journal (16384 blocks): done\nWriting superblocks and filesystem accounting information: done\n\n\n\n<pre>\r\n[root@host]# blkid\r\n\/dev\/xvda1: LABEL=&#8221;\/&#8221; UUID=&#8221;75654c40-c4df-4669-8038-56fd7c03b472&#8243; TYPE=&#8221;ext4&#8243; PARTLABEL=&#8221;Linux&#8221; PARTU\r\n\/dev\/xvdf1: UUID=&#8221;6c0b0af3-66e3-4261-8c6d-ab975c40fcfa&#8221; TYPE=&#8221;ext3&#8243; PARTLABEL=&#8221;Linux filesystem&#8221; PART\r\n\/dev\/mapper\/xvdf1: UUID=&#8221;6c0b0af3-66e3-4261-8c6d-ab975c40fcfa&#8221; TYPE=&#8221;ext3&#8243; PARTLABEL=&#8221;Linux filesyste\r\n\/dev\/mapper\/xvdf2: UUID=&#8221;9096a599-40bf-4158-8107-c5a006136c99&#8243; SEC_TYPE=&#8221;ext2&#8243; TYPE=&#8221;ext3&#8243; PARTUUID=&#8221;\r\n[root@host]# mount \/dev\/xvdf2 \/tmp\/mail\r\nmount: special device \/dev\/xvdf2 does not exist\r\n[root@host]# mount \/dev\/mapper\/xvdf2 \/tmp\/mail\r\n\r\n\r\nroot@host]# mount \/dev\/mapper\/xvdf2 \/tmp\/mail\r\n[root@host]# mount\r\nproc on \/proc type proc (rw,relatime)\r\nsysfs on \/sys type sysfs (rw,relatime)\r\ndevtmpfs on \/dev type devtmpfs (rw,relatime,size=493864k,nr_inodes=123466,mode=755)\r\ndevpts on \/dev\/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)\r\ntmpfs on \/dev\/shm type tmpfs (rw,relatime)\r\n\/dev\/xvda1 on \/ type ext4 (rw,noatime,data=ordered)\r\n&#8230;&#8230;&#8230;&#8230;.\r\n\/dev\/mapper\/xvdf2 on \/tmp\/mail type ext3 (rw,relatime,data=ordered)\r\n\r\n<\/pre>\n<p><H3> Now you have your new partition mounted <\/H3><\/p>\n","protected":false},"excerpt":{"rendered":"<p>You have attached a new EBS volume Use &#8216;fdisk -l&#8217; to find. first disk is the boot disk of your EC2 subsequent disks are the ones you have attached. root@host ]# fdisk -l WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own Disk \/dev\/xvda: 8589 MB, 8589934592 bytes, 16777216 sectors Units = [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[8,5],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Adding a partition - AWS EBS - Jon Allen&#039;s Linux Stuff<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Adding a partition - AWS EBS - Jon Allen&#039;s Linux Stuff\" \/>\n<meta property=\"og:description\" content=\"You have attached a new EBS volume Use &#8216;fdisk -l&#8217; to find. first disk is the boot disk of your EC2 subsequent disks are the ones you have attached. root@host ]# fdisk -l WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own Disk \/dev\/xvda: 8589 MB, 8589934592 bytes, 16777216 sectors Units = [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/\" \/>\n<meta property=\"og:site_name\" content=\"Jon Allen&#039;s Linux Stuff\" \/>\n<meta property=\"article:published_time\" content=\"2021-03-29T14:11:11+00:00\" \/>\n<meta name=\"author\" content=\"jonallen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"jonallen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/\"},\"author\":{\"name\":\"jonallen\",\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993\"},\"headline\":\"Adding a partition &#8211; AWS EBS\",\"datePublished\":\"2021-03-29T14:11:11+00:00\",\"dateModified\":\"2021-03-29T14:11:11+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/\"},\"wordCount\":153,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993\"},\"articleSection\":[\"AWS\",\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/\",\"url\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/\",\"name\":\"Adding a partition - AWS EBS - Jon Allen&#039;s Linux Stuff\",\"isPartOf\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#website\"},\"datePublished\":\"2021-03-29T14:11:11+00:00\",\"dateModified\":\"2021-03-29T14:11:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.jibsheet.net\/linux\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Adding a partition &#8211; AWS EBS\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#website\",\"url\":\"https:\/\/www.jibsheet.net\/linux\/\",\"name\":\"Jon Allen's Linux Stuff\",\"description\":\"Howto&#039;s, Observations, and stuff\",\"publisher\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.jibsheet.net\/linux\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993\",\"name\":\"jonallen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7d7c061ce9db8f5e4710555585475882?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7d7c061ce9db8f5e4710555585475882?s=96&d=mm&r=g\",\"caption\":\"jonallen\"},\"logo\":{\"@id\":\"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/image\/\"},\"sameAs\":[\"https:\/\/www.jibsheet.net\/linux\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Adding a partition - AWS EBS - Jon Allen&#039;s Linux Stuff","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/","og_locale":"en_US","og_type":"article","og_title":"Adding a partition - AWS EBS - Jon Allen&#039;s Linux Stuff","og_description":"You have attached a new EBS volume Use &#8216;fdisk -l&#8217; to find. first disk is the boot disk of your EC2 subsequent disks are the ones you have attached. root@host ]# fdisk -l WARNING: fdisk GPT support is currently new, and therefore in an experimental phase. Use at your own Disk \/dev\/xvda: 8589 MB, 8589934592 bytes, 16777216 sectors Units = [&hellip;]","og_url":"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/","og_site_name":"Jon Allen&#039;s Linux Stuff","article_published_time":"2021-03-29T14:11:11+00:00","author":"jonallen","twitter_card":"summary_large_image","twitter_misc":{"Written by":"jonallen","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/#article","isPartOf":{"@id":"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/"},"author":{"name":"jonallen","@id":"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993"},"headline":"Adding a partition &#8211; AWS EBS","datePublished":"2021-03-29T14:11:11+00:00","dateModified":"2021-03-29T14:11:11+00:00","mainEntityOfPage":{"@id":"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/"},"wordCount":153,"commentCount":0,"publisher":{"@id":"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993"},"articleSection":["AWS","Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/","url":"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/","name":"Adding a partition - AWS EBS - Jon Allen&#039;s Linux Stuff","isPartOf":{"@id":"https:\/\/www.jibsheet.net\/linux\/#website"},"datePublished":"2021-03-29T14:11:11+00:00","dateModified":"2021-03-29T14:11:11+00:00","breadcrumb":{"@id":"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.jibsheet.net\/linux\/index.php\/2021\/03\/29\/adding-a-partition-aws-ebs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.jibsheet.net\/linux\/"},{"@type":"ListItem","position":2,"name":"Adding a partition &#8211; AWS EBS"}]},{"@type":"WebSite","@id":"https:\/\/www.jibsheet.net\/linux\/#website","url":"https:\/\/www.jibsheet.net\/linux\/","name":"Jon Allen's Linux Stuff","description":"Howto&#039;s, Observations, and stuff","publisher":{"@id":"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.jibsheet.net\/linux\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/295a80d0b2aa929b648c4fdddee83993","name":"jonallen","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7d7c061ce9db8f5e4710555585475882?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d7c061ce9db8f5e4710555585475882?s=96&d=mm&r=g","caption":"jonallen"},"logo":{"@id":"https:\/\/www.jibsheet.net\/linux\/#\/schema\/person\/image\/"},"sameAs":["https:\/\/www.jibsheet.net\/linux"]}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/posts\/104"}],"collection":[{"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/comments?post=104"}],"version-history":[{"count":5,"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/posts\/104\/revisions"}],"predecessor-version":[{"id":109,"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/posts\/104\/revisions\/109"}],"wp:attachment":[{"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/media?parent=104"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/categories?post=104"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.jibsheet.net\/linux\/index.php\/wp-json\/wp\/v2\/tags?post=104"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}